Scrape
Scrape a URL asynchronously
Queue a scrape and receive the result through a webhook.
POST
Scrape a URL (asynchronous)
Authorizations
Your API key as a Bearer token: Authorization: Bearer <api-key>.
Body
application/json
The URL to scrape.
URL the worker POSTs the result to when done.
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 <= 10000Opaque token echoed back as the x-callback-token header.
Maximum string length:
256Scrape a URL (asynchronous)