start_crawl
Start an asynchronous crawl and return a job_id. Poll get_job until PENDING/STARTED becomes SUCCESS, FAILURE or REVOKED.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| tags | No | ||
| pdf_ocr | No | ||
| max_depth | No | ||
| max_pages | Yes | ||
| parse_pdf | No | ||
| url_regex | No | ||
| timeout_ms | No | ||
| wait_for_ms | No | ||
| include_links | No | ||
| include_frames | No | ||
| include_images | No | ||
| shorten_base64 | No | ||
| follow_subdomains | No | ||
| only_main_content | No | ||
| settle_animations | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||