Nexscope

Search Results Rankings

Historical Organic SERP Snapshots MCP Tool

Historical Organic SERP Snapshots. Bounded Google database facts; estimated traffic is not measured visits. One fixed Live POST, no pagination. Unknown fields and missing values are explicit. Execution and publication remain unapproved. Owner-only historical retrieval retains results for seven days.

MCP tool name
nexscope_seo_historical_serps
Legacy MCP endpoint
/api/skill-api/v1/mcp
JSON-RPC method
tools/call

Authentication

Send the user API key as a bearer token on every MCP JSON-RPC request.

Authorization: Bearer nk-xxxxxxxxxxxxxxxxx

If authentication is missing or invalid, ask the user to open API Access and copy a valid key before calling this tool.

Call this MCP tool

Use tools/call with the MCP tool name below. The arguments object should match the table on this page.

{
  "jsonrpc": "2.0",
  "id": "seo-historical-serps-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_seo_historical_serps",
    "arguments": {
      "dateTo": "2026-01-02",
      "limit": 2,
      "dateFrom": "2026-01-01",
      "keyword": "C++"
    }
  }
}
Legacy endpoint
POST /api/skill-api/v1/mcp
Canonical detail URL
https://www.nexscope.ai/mcp-map/seo-historical-serps

Arguments

No arguments are defined for this tool.

Response fields

Treat structuredContent as the programmatic API response payload.

NameTypeRequiredDescription
dataanyrequired
Data value used by this API operation.
codeintegerrequired
0 means accepted or successful; nonzero is a platform error.
msgstring | nullrequired
Msg value used by this API operation.
tsstringrequired
Epoch milliseconds.
timestringrequired
Server local time: yyyy-MM-dd HH:mm:ss.
coststringrequired
Elapsed milliseconds, never credits; -1 outside web requests.
traceIdstring | nullrequired
Trace id value used by this API operation.

Any of option 1

NameTypeRequiredDescription
dataanyrequired
Data value used by this API operation.

One of option 1 — requires callId, status, result

NameTypeRequiredDescription
dataobjectrequired
Data value used by this API operation.
data.resultanyrequired
Result value used by this API operation.
data.callIdstringrequired
Call id value used by this API operation.
data.schemaVersionstringoptional
Schema version value used by this API operation.
data.statusstringrequired
Status value used by this API operation.
data.sourcestringoptional
Source value used by this API operation.
data.requestedAtstring | integer | nulloptional
Requested at value used by this API operation.
data.completedAtstring | integer | nulloptional
Completed at value used by this API operation.
data.coverageobject | nulloptional
Coverage value used by this API operation.
data.usageobject | nulloptional
Usage value used by this API operation.
data.usage.billingStatusstring | nulloptional
Billing status value used by this API operation.
data.usage.chargedCreditsstring | integer | nulloptional
Charged credits value used by this API operation.

Any of option 1 — requires keyword, normalizedKeyword, dateFrom, dateTo, market, language, sourceProduct, engine, returnedCount, sourceKind, projection, requestedResultsPerSnapshot, items, missing, truncated

NameTypeRequiredDescription
data.resultobjectrequired
Result value used by this API operation.
data.result.keywordstringrequired
Keyword value used by this API operation.
data.result.normalizedKeywordstringrequired
Normalized keyword value used by this API operation.
data.result.dateFromstringrequired
Date from value used by this API operation.
data.result.dateTostringrequired
Date to value used by this API operation.
data.result.marketstringrequired
Market value used by this API operation.
Constant: US
data.result.languagestringrequired
Language value used by this API operation.
Constant: en
data.result.sourceProductstringrequired
Source product value used by this API operation.
Constant: dataforseo_labs
data.result.enginestringrequired
Engine value used by this API operation.
Constant: google
data.result.returnedCountintegerrequired
Returned count value used by this API operation.
Minimum: 0
data.result.sourceKindstringrequired
Source kind value used by this API operation.
Constant: historical_serp_database
data.result.projectionstringrequired
Projection value used by this API operation.
Constant: organic
data.result.requestedResultsPerSnapshotintegerrequired
Requested results per snapshot value used by this API operation.
Minimum: 1
Maximum: 20
data.result.itemsarrayrequired
Items value used by this API operation.
Minimum items: 0
Maximum items: 31
data.result.items[]objectrequired
Item in data result items.
data.result.items[].observedAtintegerrequired
Observed at value used by this API operation.
Minimum: 0
data.result.items[].checkUrlstring | nullrequired
Check url value used by this API operation.
data.result.items[].correctedKeywordstring | nullrequired
Corrected keyword value used by this API operation.
data.result.items[].correctionTypestring | nullrequired
Correction type value used by this API operation.
Allowed: did_you_mean, showing_results_for, no_results_found_for, null
data.result.items[].observedSerpTypesarrayrequired
Observed serp types value used by this API operation.
Minimum items: 0
Maximum items: 10000
data.result.items[].observedSerpTypes[]stringrequired
Item in data result items[] observedSerpTypes.
data.result.items[].organicResultsarrayrequired
Organic results value used by this API operation.
Minimum items: 0
Maximum items: 20
data.result.items[].organicResults[]objectrequired
Item in data result items[] organicResults.
data.result.items[].organicResults[].typestringrequired
Type value used by this API operation.
Constant: organic
data.result.items[].organicResults[].urlstringrequired
Url value used by this API operation.
data.result.items[].organicResults[].titlestring | nullrequired
Title value used by this API operation.
data.result.items[].organicResults[].descriptionstring | nullrequired
Description value used by this API operation.
data.result.items[].organicResults[].rankGroupinteger | nullrequired
Rank group value used by this API operation.
Minimum: 1
data.result.items[].organicResults[].rankAbsoluteinteger | nullrequired
Rank absolute value used by this API operation.
Minimum: 1
data.result.items[].organicResults[].missingarrayrequired
Missing value used by this API operation.
Minimum items: 0
data.result.items[].organicResults[].missing[]objectrequired
Item in data result items[] organicResults[] missing.
data.result.items[].organicResults[].missing[].fieldstringrequired
Field value used by this API operation.
data.result.items[].organicResults[].missing[].reasonstringrequired
Reason value used by this API operation.
Allowed: UPSTREAM_FIELD_MISSING, UPSTREAM_FIELD_INVALID, DUPLICATE_UPSTREAM_ITEM, UPSTREAM_ITEM_MISSING
data.result.items[].missingarrayrequired
Missing value used by this API operation.
Minimum items: 0
data.result.items[].missing[]objectrequired
Item in data result items[] missing.
data.result.items[].missing[].fieldstringrequired
Field value used by this API operation.
data.result.items[].missing[].reasonstringrequired
Reason value used by this API operation.
Allowed: UPSTREAM_FIELD_MISSING, UPSTREAM_FIELD_INVALID, DUPLICATE_UPSTREAM_ITEM, UPSTREAM_ITEM_MISSING
data.result.missingarrayrequired
Missing value used by this API operation.
Minimum items: 0
data.result.missing[]objectrequired
Item in data result missing.
data.result.missing[].fieldstringrequired
Field value used by this API operation.
data.result.missing[].reasonstringrequired
Reason value used by this API operation.
Allowed: UPSTREAM_FIELD_MISSING, UPSTREAM_FIELD_INVALID, DUPLICATE_UPSTREAM_ITEM, UPSTREAM_ITEM_MISSING
data.result.truncatedbooleanrequired
Truncated value used by this API operation.

Any of option 2

NameTypeRequiredDescription
data.resultnullrequired
Result value used by this API operation.

One of option 2 — requires callId, status, reason, retryable

NameTypeRequiredDescription
dataobjectrequired
Data value used by this API operation.
data.reasonstringrequired
Reason value used by this API operation.
data.callIdstring | nullrequired
Call id value used by this API operation.
data.statusstringrequired
Status value used by this API operation.
data.retryablebooleanrequired
Retryable value used by this API operation.
data.taskIdstring | nulloptional
Task id value used by this API operation.

Any of option 2

NameTypeRequiredDescription
datanullrequired
Data value used by this API operation.

Examples

Example arguments

{
  "dateTo": "2026-01-02",
  "limit": 2,
  "dateFrom": "2026-01-01",
  "keyword": "C++"
}

Example structuredContent

{
  "data": {
    "status": "PROCESSING",
    "retryable": false,
    "reason": "IN_PROGRESS",
    "callId": "00000000-0000-4000-8000-000000000001"
  },
  "code": 0,
  "msg": null,
  "ts": "0",
  "time": "2026-01-01 00:00:00",
  "cost": "-1",
  "traceId": null
}