Get SERP task status and results
DATA_getSerpTaskResultsCheck the status of your SERP task; if complete, retrieve standard results for organic, ads, and featured snippet items using the task ID.
Instructions
Data Tool: Retrieves the status or standard results of a specific SERP task. Note that SERP tasks usually take 60 seconds to finish. If the task is still running, returns {"status": "processing"}. If complete, returns the full JSON results including "items". This endpoint provides results for the following SERP item types only: organic, ads, and featured_snippet. For AI Overview, Maps, Reviews, Sitelinks, Videos, Images, Top Ads, etc., use 'getSerpTaskAdvancedResults'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The unique ID of the query task from the Add SERP tasks method. |