/api/skill-api/v1/skills/seo-keyword-interest-regions/runRun this API
Send a JSON request to execute this API and receive the documented response payload.
Endpoint
| Method | POST |
| Path | /api/skill-api/v1/skills/seo-keyword-interest-regions/run |
| Auth | Bearer API key |
| Content-Type | application/json |
Request body
| Name | Type | Required | Description |
|---|---|---|---|
dateFrom | string | required | 2004-01-01 or later; inclusive interval at most 366 days. Format: date |
dateTo | string | required | No later than first acceptance UTC day; replay retains the frozen dates. Format: date |
keywords | array | required | Keywords value used by this API operation. Minimum items: 1 Maximum items: 5 |
keywords[] | string | required | After Unicode trim, NFC and lowercase, 1 to 80 code points and at most ten whitespace-separated words; no control characters. Minimum length: 1 |
market | string | optional | Market value used by this API operation. Constant: US Default: US |
Request example
{
"dateFrom": "2026-01-01",
"dateTo": "2026-01-01",
"keywords": [
"example"
],
"market": "US"
}Response body
| Name | Type | Required | Description |
|---|---|---|---|
code | integer | required | 0 is a successful envelope; inspect data.status separately. Allowed: 0, 42008, 42009 |
cost | string | required | Elapsed processing milliseconds; not price. -1 for non-web context. |
data | object | required | Data value used by this API operation. |
data.callId | string | null | optional | Call id value used by this API operation. |
data.completedAt | integer | null | optional | Completed at value used by this API operation. |
data.coverage | object | optional | Coverage value used by this API operation. |
data.coverage.missing | array | optional | Missing value used by this API operation. |
data.coverage.missing[] | object | required | Item in data coverage missing. |
data.coverage.missing[].field | string | optional | Field value used by this API operation. |
data.coverage.missing[].reason | string | optional | Reason value used by this API operation. |
data.coverage.status | string | optional | Status value used by this API operation. |
data.requestedAt | integer | null | optional | Requested at value used by this API operation. |
data.result | object | null | required | Result value used by this API operation. |
data.result.dateFrom | string | required | Date from value used by this API operation. Format: date |
data.result.dateTo | string | required | Date to value used by this API operation. Format: date |
data.result.inputKeywords | array | required | Input keywords value used by this API operation. Minimum items: 1 Maximum items: 5 |
data.result.inputKeywords[] | string | required | Item in data result inputKeywords. |
data.result.items | array | required | Items value used by this API operation. Minimum items: 0 Maximum items: 5 |
data.result.items[] | object | required | Item in data result items. |
data.result.items[].keyword | string | required | Keyword value used by this API operation. |
data.result.items[].missing | array | required | Missing value used by this API operation. Minimum items: 0 |
data.result.items[].missing[] | object | required | Item in data result items[] missing. |
data.result.items[].missing[].field | string | required | Field value used by this API operation. |
data.result.items[].missing[].reason | string | required | Reason value used by this API operation. Allowed: UPSTREAM_FIELD_MISSING, UPSTREAM_FIELD_INVALID, DUPLICATE_UPSTREAM_ITEM, UPSTREAM_ITEM_MISSING |
data.result.items[].regions | array | required | Regions value used by this API operation. Minimum items: 0 Maximum items: 300 |
data.result.items[].regions[] | object | required | Item in data result items[] regions. |
data.result.items[].regions[].geoId | string | required | Geo id value used by this API operation. |
data.result.items[].regions[].geoName | string | null | required | Geo name value used by this API operation. |
data.result.items[].regions[].interest | integer | null | required | Interest value used by this API operation. Minimum: 0 Maximum: 100 |
data.result.items[].regions[].missing | array | required | Missing value used by this API operation. Minimum items: 0 |
data.result.items[].regions[].missing[] | object | required | Item in data result items[] regions[] missing. |
data.result.items[].regions[].missing[].field | string | required | Field value used by this API operation. |
data.result.items[].regions[].missing[].reason | string | required | Reason value used by this API operation. Allowed: UPSTREAM_FIELD_MISSING, UPSTREAM_FIELD_INVALID, DUPLICATE_UPSTREAM_ITEM, UPSTREAM_ITEM_MISSING |
data.result.languageFilter | null | required | Language filter value used by this API operation. |
data.result.marketScope | string | required | Market scope value used by this API operation. Constant: US |
data.result.missing | array | required | Missing value used by this API operation. Minimum items: 0 |
data.result.missing[] | object | required | Item in data result missing. |
data.result.missing[].field | string | required | Field value used by this API operation. |
data.result.missing[].reason | string | required | Reason value used by this API operation. Allowed: UPSTREAM_FIELD_MISSING, UPSTREAM_FIELD_INVALID, DUPLICATE_UPSTREAM_ITEM, UPSTREAM_ITEM_MISSING |
data.result.normalizedKeywords | array | required | Normalized keywords value used by this API operation. Minimum items: 1 Maximum items: 5 |
data.result.normalizedKeywords[] | string | required | Item in data result normalizedKeywords. |
data.result.returnedCount | integer | required | Returned count value used by this API operation. Minimum: 0 |
data.result.sourceKind | string | required | Source kind value used by this API operation. Constant: dataforseo_trends_region_relative |
data.result.sourceProduct | string | required | Source product value used by this API operation. Constant: keywords_data |
data.result.truncated | boolean | required | Truncated value used by this API operation. |
data.schemaVersion | string | null | optional | Schema version value used by this API operation. |
data.source | string | null | optional | Source value used by this API operation. |
data.status | string | optional | Status value used by this API operation. Allowed: SUCCESS, PARTIAL, EMPTY, PROCESSING, UNKNOWN, FAILED |
data.usage | object | optional | Usage value used by this API operation. |
data.usage.billingStatus | string | optional | Billing status value used by this API operation. |
data.usage.chargedCredits | integer | null | optional | Charged credits value used by this API operation. |
data.usage.providerCostStatus | string | optional | Provider cost status value used by this API operation. |
data.usage.providerCostUsd | string | null | optional | Provider cost usd value used by this API operation. |
data.usage.providerRequests | integer | optional | Provider requests value used by this API operation. |
msg | string | null | required | Msg value used by this API operation. |
time | string | required | yyyy-MM-dd HH:mm:ss |
traceId | string | null | required | Trace id value used by this API operation. |
ts | string | required | Epoch milliseconds; global long serializer. |
Response example
Example response envelope from the documented SEO API contract.
{
"code": 0,
"cost": "-1",
"data": {
"callId": "synthetic-call",
"completedAt": null,
"coverage": {
"missing": [
{
"field": "synthetic",
"reason": "UPSTREAM_FIELD_MISSING"
}
],
"status": "PARTIAL"
},
"requestedAt": 123,
"result": {
"dateFrom": "synthetic",
"dateTo": "synthetic",
"inputKeywords": [
"synthetic"
],
"items": [
{
"keyword": "synthetic",
"missing": [
{
"field": "synthetic",
"reason": "synthetic"
}
],
"regions": [
{
"geoId": "synthetic",
"geoName": "synthetic",
"interest": 9007199254740992,
"missing": [
{
"field": "synthetic",
"reason": "synthetic"
}
]
}
]
}
],
"languageFilter": "synthetic",
"marketScope": "synthetic",
"missing": [
{
"field": "synthetic",
"reason": "synthetic"
}
],
"normalizedKeywords": [
"synthetic"
],
"returnedCount": 1,
"sourceKind": "synthetic",
"sourceProduct": "synthetic",
"truncated": false
},
"schemaVersion": "synthetic",
"source": "synthetic",
"status": "PARTIAL",
"usage": {
"billingStatus": "UNAPPROVED",
"chargedCredits": 0,
"providerCostStatus": "UNAPPROVED",
"providerCostUsd": null,
"providerRequests": 0
}
},
"msg": null,
"time": "2026-01-01 00:00:00",
"traceId": null,
"ts": "9007199254740993"
}Responses
| Code | Description |
|---|---|
| 200 | API executed successfully. Body is the direct response payload. |
| 400 | Request JSON or required API parameters are invalid. |
| 401 | API key is missing, invalid, or cannot be matched to a user. |
| 5xx | API execution or upstream service failed. |
Data source, freshness, and limitations
Source, freshness, coverage, rate limits, and estimation notes are not specified in this API definition unless they appear in the request or response field documentation above. Do not assume official marketplace data or real-time freshness when it is not explicitly documented.