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

# startUrls

> URLs from which to start crawling.

* **Type**: `string[]`
* **Required**

## Examples

```js JavaScript icon=code theme={"system"}
{
  startUrls: ["https://www.algolia.com", "https://support.algolia.com/"],
}
```
