Skip to main content
  • Type: string[]
URLs found in extraUrls are used as additional starting points for the crawl. This field identifies URLs that are added from the Crawler dashboard. URLs added through the Add a URL field of the Crawler dashboard’s Settings tab are stored as extraUrls. Internally extraUrls is the same as startUrls.

Examples

JavaScript
{
  extraUrls: ["https://www.algolia.com/blog/"],
}
⌘I