Tools
/
Crawler
/
startUrls
Jan. 08, 2021
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://blog.algolia.com'],
}