Tools
        /
          Crawler
        /
          APIs
        /
          Configuration
  
        
          
          
          
        
        Jan. 17, 2022
      
  Crawler: StartUrls
        Type: 
      string[]
      
        Required
      
  
      
        Parameter syntax
      
      
    
  startUrls: [ 'http://www.example.com', ... ]
About this parameter
The crawler uses these URLs as entry points to start crawling.
Examples
Copy
1
2
3
{
  startUrls: ['https://www.algolia.com', 'https://support.algolia.com/'],
}
Did you find this page helpful?