Outscraper Request Status
requests_getCheck the status of an asynchronous Outscraper request and retrieve results when complete. Poll until success or failure after submitting a request.
Instructions
Check the status of an asynchronous Outscraper request.
Use this after calling any tool with execution_mode="async" or after an auto-selected async submission. Typical flow:
call google_maps_reviews, company_insights, emails_and_contacts, or google_maps_search with execution_mode="async"
capture the returned request id
poll requests_get until the job is completed or failed
Use this tool when:
a previous tool returned an async request id
you want to know whether the request is Pending, Success, or Failure
you need the completed data from a previously submitted async job
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_id | Yes | Async request id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes | ||
| async | No |