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
The
scrape_id returned by the async scrape request.Response
pending, completed, or failed. While pending, only the job ID, version, and status are returned.The scrape result, present once
status is completed.Present when
status is failed: { code, message }.