/api/skill-api/v1/skills/seo-page-evidence/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-page-evidence/run |
| Auth | Bearer API key |
| Content-Type | application/json |
Request body
| Name | Type | Required | Description |
|---|---|---|---|
url | string | required | Public HTTP(S) URL only; no credentials, IP literals or nonstandard ports. Minimum length: 1 Maximum length: 2048 |
Request example
{
"url": "example"
}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 | optional | Call id value used by this API operation. Format: uuid |
data.completedAt | integer | null | optional | UTC epoch milliseconds. |
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.reason | string | optional | Stable reason on errors 42001 through 42011; accepted errors retain callId. |
data.requestedAt | integer | null | optional | UTC epoch milliseconds. |
data.result | object | null | required | Result value used by this API operation. |
data.result.requestedUrl | string | null | optional | Requested url value used by this API operation. |
data.result.snapshots | array | optional | Snapshots value used by this API operation. |
data.result.snapshots[] | object | required | Item in data result snapshots. |
data.result.snapshots[].capturedAt | integer | null | optional | Captured at value used by this API operation. |
data.result.snapshots[].evidence | any | optional | Evidence value used by this API operation. |
data.result.snapshots[].finalUrl | string | null | optional | Final url value used by this API operation. |
data.result.snapshots[].id | string | null | optional | Id value used by this API operation. |
data.result.snapshots[].missing | array | optional | Missing value used by this API operation. |
data.result.snapshots[].missing[] | object | required | Item in data result snapshots[] missing. |
data.result.snapshots[].missing[].field | string | null | optional | Field value used by this API operation. |
data.result.snapshots[].missing[].reason | string | null | optional | Reason value used by this API operation. |
data.result.snapshots[].sourceEndpoint | string | null | optional | Source endpoint value used by this API operation. |
data.result.snapshots[].status | string | null | optional | Status value used by this API operation. |
data.retryable | boolean | optional | Retryable value used by this API operation. Constant: false |
data.schemaVersion | string | optional | Schema version value used by this API operation. Constant: 1.0 |
data.source | string | optional | Source value used by this API operation. Constant: dataforseo |
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. |
Any of option 1
| Name | Type | Required | Description |
|---|---|---|---|
data.result.snapshots[].evidence | object | optional | Evidence value used by this API operation. |
data.result.snapshots[].evidence.canonical | string | null | optional | Canonical value used by this API operation. |
data.result.snapshots[].evidence.description | string | null | optional | Description value used by this API operation. |
data.result.snapshots[].evidence.h1 | array | optional | H1 value used by this API operation. |
data.result.snapshots[].evidence.h1[] | string | null | required | Item in data result snapshots[] evidence h1. |
data.result.snapshots[].evidence.html | object | optional | Html value used by this API operation. |
data.result.snapshots[].evidence.html.content | string | null | optional | Content value used by this API operation. |
data.result.snapshots[].evidence.html.sha256 | string | null | optional | Sha256 value used by this API operation. |
data.result.snapshots[].evidence.html.truncated | boolean | optional | Truncated value used by this API operation. |
data.result.snapshots[].evidence.httpStatus | integer | null | optional | Http status value used by this API operation. |
data.result.snapshots[].evidence.metaRobots | array | optional | Meta robots value used by this API operation. |
data.result.snapshots[].evidence.metaRobots[] | string | null | required | Item in data result snapshots[] evidence metaRobots. |
data.result.snapshots[].evidence.textLength | integer | null | optional | Text length value used by this API operation. |
data.result.snapshots[].evidence.title | string | null | optional | Title value used by this API operation. |
Any of option 2
| Name | Type | Required | Description |
|---|---|---|---|
data.result.snapshots[].evidence | object | optional | Evidence value used by this API operation. |
data.result.snapshots[].evidence.links | array | optional | Links value used by this API operation. |
data.result.snapshots[].evidence.links[] | object | required | Item in data result snapshots[] evidence links. |
data.result.snapshots[].evidence.links[].text | string | null | optional | Text value used by this API operation. |
data.result.snapshots[].evidence.links[].url | string | null | optional | Url value used by this API operation. |
data.result.snapshots[].evidence.linksTruncated | boolean | optional | Links truncated value used by this API operation. |
data.result.snapshots[].evidence.text | string | null | optional | Text value used by this API operation. |
data.result.snapshots[].evidence.textTruncated | boolean | optional | Text truncated value used by this API operation. |
data.result.snapshots[].evidence.title | string | null | optional | Title value used by this API operation. |
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": {
"requestedUrl": "synthetic",
"snapshots": [
{
"capturedAt": 9007199254740992,
"evidence": null,
"finalUrl": "synthetic",
"id": "synthetic",
"missing": [
{
"field": "synthetic",
"reason": "synthetic"
}
],
"sourceEndpoint": "synthetic",
"status": "synthetic"
}
]
},
"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.