Web Queries
Scrape Status
Poll the result of an async scrape job
GET
Poll an async scrape started via Scrape URL with
mode: "async". Once the job completes, the full scrape envelope (same shape as a sync response) is returned.
Path Parameters
string
required
The
scrape_id returned by the async scrape request.Response
string
pending, completed, or failed. While pending, only the job ID, version,
and status are returned.object
The scrape result, present once
status is completed.object
Present when
status is failed: { code, message }.