Tools / Crawler / 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

1
2
3
{
  startUrls: ['https://www.algolia.com', 'https://blog.algolia.com'],
}
Did you find this page helpful?