Scrape
Scrape a URL
Fetch a page and return clean Markdown and HTML.
POST
Scrape a URL (synchronous)
Authorizations
Your API key as a Bearer token: Authorization: Bearer <api-key>.
Body
application/json
The URL to scrape.
Bypass the cache and fetch a fresh copy.
Per-request timeout in milliseconds.
Required range:
1000 <= x <= 120000Wait for this CSS selector before extracting dynamic content.
Additional settle time for dynamic content, in milliseconds.
Required range:
0 <= x <= 10000Scrape a URL (synchronous)