> ## Documentation Index
> Fetch the complete documentation index at: https://algolia.com/llms.txt
> Use this file to discover all available pages before exploring further.

# maxUrls

> Maximum number of crawled URLs.

* **Type**: `number`
* **Default**: `1,000`

Restricting the number of URLs to crawl can be useful for demos or for preventing infinite link holes in the website structure.

<Note>
  `maxUrls` doesn't guarantee consistent indexing between crawls.
  As the crawler processes URLs in parallel,
  discovered URLs might be processed in different orders for different crawls.
</Note>

## Examples

```js JavaScript icon=code theme={"system"}
{
  maxUrls: 30,
}
```
