🎉 Try the public beta of the new docs site at algolia.com/doc-beta! 🎉
Tools / Crawler / APIs / Configuration
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://support.algolia.com/'],
}
Did you find this page helpful?