start_crawl
Launch a background Screaming Frog SEO crawl, returning a job ID for status checks. Supports full-site batch mode, complete report exports, and licensed config files.
Instructions
Start a headless Screaming Frog crawl in the background.
Returns a job_id immediately. Poll it with crawl_status.
url site to crawl, e.g. https://example.com label crawl folder name (default: -) full beat the free 500-URL cap by batching sitemap URLs through list mode. Slower; use for sites over ~500 pages. everything export every report and tab filter this build supports, instead of the curated default set. Much slower. On a licensed install this also covers the API-backed tables. config path to a .seospiderconfig file. LICENSED INSTALLS ONLY: config files unlock JavaScript rendering, custom extraction and the API integrations. The free tier rejects them, so passing one here without a licence is refused up front rather than failing mid-crawl. wait_seconds block up to this long, then return the summary if the crawl finished. 0 returns straight away.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| full | No | ||
| label | No | ||
| config | No | ||
| everything | No | ||
| wait_seconds | No |