Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions features/crawl.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ The full set of parameters available when submitting a crawl job:
| `allowExternalLinks` | `boolean` | `false` | Follow links to external websites |
| `sitemap` | `string` | `"include"` | Sitemap handling: `"include"` (default), `"skip"`, or `"only"` |
| `ignoreQueryParameters` | `boolean` | `false` | Avoid re-scraping the same path with different query parameters |
| `ignoreRobotsTxt` | `boolean` | `false` | Ignore the website's robots.txt rules when crawling. Requires account-level approval — contact support to enable this feature. |
| `delay` | `number` | (none) | Delay in seconds between scrapes to respect rate limits. Setting this forces concurrency to 1. |
| `maxConcurrency` | `integer` | (none) | Maximum concurrent scrapes. Defaults to your team's concurrency limit. |
| `scrapeOptions` | `object` | (none) | Options applied to every scraped page (formats, proxy, caching, actions, etc.) |
Expand Down