SearchScraper
Get SearchScraper Status
Get the status and results of a previous search request
GET
Path Parameters
The unique identifier of the search request to retrieve.
Example: “123e4567-e89b-12d3-a456-426614174000”
Response
The unique identifier of the search request.
Status of the request. One of: “queued”, “processing”, “completed”, “failed”
The original search query that was submitted.
The search results. If an output_schema was provided in the original request, this will be structured according to that schema.
List of URLs that were used as references for the answer.
Error message if the request failed. Empty string if successful.
Example Request
Example Response
Error Responses
Returned when the request_id is not a valid UUID.
Returned when the request_id is not found.
Was this page helpful?