POST /v1/hosted/scrape, costs 1 standard credit.
Request
Fields onScrapeRequest:
| Field | Type | Default | Notes |
|---|---|---|---|
url | string | , | required |
formats | list | ["markdown"] | output formats to return |
use_js | bool | false | render with a browser instead of plain HTTP |
wait_for | string | "" | CSS selector or delay to wait for before capture |
timeout_ms | int | 30000 | |
stealth | bool | false | enable stealth fetch mode |
Response
ScrapeResponse, wrapped in hosted usage metadata:
metadata and content_hash are the evidence block, the source URL, fetch timestamp, and a hash you can diff against future runs.