Keywords Bing Search Volume
dataforseo/keywords_bing_search_volume_liveRun a keywords bing search volume report.
- call
- Price: —
- DataForSEO
- 3 min
Overview
Runs the keywords bing search volume operation and returns the structured result from the data provider.
Structured report results and task status.
Input
These go in the input object of the run request.
| Field | Type | Required | Description |
|---|---|---|---|
| keywords | array | Yes | Keywords. |
| location_name | string | No | Full name of search engine location. Required if you don't specify location_code or location_coordinate. |
| location_code | integer | No | Search engine location code. Required if you don't specify location_name or location_coordinate. |
| location_coordinate | string | No | GPS coordinates of a location. Required if you don't specify location_name or location_code. |
| language_name | string | No | Full name of search engine language. Required if you don't specify language_code. |
| language_code | string | No | Search engine language code. Required if you don't specify language_name. |
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":"keywords_bing_search_volume_live","input":{"location_name":"United States","language_code":"en","keywords":["tom and jerry","silicon valley","spider man"]}}'
# 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.
