🎉 Try the public beta of the new docs site at algolia.com/doc-beta! 🎉
Tools / Crawler / APIs / Configuration
Type: number
Default: 1,000,000
Parameter syntax
maxUrls: max_urls

About this parameter

Limits the number of URLs your crawler can process.

Useful for demoing or preventing infinite link holes in the website structure.

maxUrls does not guarantee consistent indexing between crawls. The crawler processes in parallel, so discovered URLs can be processed in different orders for different crawls.

Examples

1
2
3
{
  maxUrls: 30,
}
Did you find this page helpful?