Serp Google Organic
dataforseo/serp_google_organic_getRetrieve a submitted serp google organic task.
- call
- Price: —
- DataForSEO
- 3 min
Overview
Fetches the result for a previously submitted serp google organic task using its gateway run ID and supplier task ID. Retrieval is free. Replace both example IDs with those returned by your own submit operation.
The completed task result and status.
Input
These go in the input object of the run request.
| Field | Type | Required | Description |
|---|---|---|---|
| run_id | string | Yes | Gateway run ID returned by the corresponding submit operation; proves task ownership. |
| task_id | string | Yes | ID returned by the corresponding submit operation. |
Requests up to 1 MB.
Example
Use your own API key and a saved idempotency key for each new job. Replace image or media placeholders with your own publicly reachable HTTPS URLs. Keep the same key and request body when recovering a timeout.
# Set once per job; reuse this key and the identical body after a timeout.
: "${AGENTSKY_IDEMPOTENCY_KEY:?Set a unique, saved key for this job}"
curl --fail-with-body https://gateway.agentsky.dev/v1/run \
-H "authorization: Bearer $AGENTSKY_API_KEY" \
-H "content-type: application/json" \
-H "Idempotency-Key: $AGENTSKY_IDEMPOTENCY_KEY" \
-d '{"provider":"dataforseo","endpoint":"serp_google_organic_get","input":{"run_id":"run_1234567890abcdef","task_id":"12345678-1234-1234-1234-123456789abc"}}'
# If status is READY/RUNNING, poll GET /v1/runs/{runId} with the same API key.Pricing
— per call using your plan when signed in. Read the final customer charge from price.amount.value after the run finishes. A RUNNING response is not the final bill.
