Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the scraping group you want to fetch outputs for. This can be found on the groups page in the individual group card.
Query Parameters
ID of the root scraping job to filter outputs by. Useful when you need to fetch results from a specific domain or data source within a group. When omitted, outputs from all jobs in the group will be returned.
"03583f9c-6c90-4f3c-9afd-186258d6f4d6"
null
Filter outputs to only include those created or updated on or after this timestamp. Accepts ISO 8601 format (YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ). Essential for incremental data syncing to avoid fetching the entire dataset on each request.
"2025-01-15T10:00:00Z"
"2025-01-15"
null
Complete URL to fetch outputs for, including protocol and path. Must match exactly the URL that was processed by the scraper.
"https://www.example.com/product/product_id_123"
Number of results to return per page
1 <= x <= 1000
Cursor to paginate through results
x >= 0
Name of the country to filter by (eg: United States)
"United States"
ISO 3166-2 code of the region to filter by (eg: US-CA)
"US-CA"
"US-TX"
Response
Successful Response
The response is of type object
.