scrape_url
Extract content starting from a URL. Synchronous: returns the content directly, no job_id. Follows up to max_pages pages from that URL (default 1). Consumes credit only when the backend returns scrape_status=success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| tags | No | ||
| formats | No | ||
| timeout | No | ||
| wait_for | No | ||
| max_depth | No | ||
| max_pages | No | ||
| parse_pdf | No | ||
| render_js | No | ||
| fact_check | No | ||
| max_age_ms | No | ||
| json_prompt | No | ||
| json_schema | No | ||
| include_frames | No | ||
| follow_subdomains | No | ||
| only_main_content | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||