Skip to main content
GET
/
api
/
v1
/
data-provider-stats
Get data provider index stats
curl --request GET \
  --url https://www.suprkeywords.com/api/v1/data-provider-stats \
  --header 'Authorization: Bearer <token>'
{
  "googleSerps": {
    "label": "<string>",
    "value": "<string>",
    "secondaryLabel": "<string>",
    "secondaryValue": "<string>"
  },
  "bingKeywords": {
    "label": "<string>",
    "value": "<string>",
    "secondaryLabel": "<string>",
    "secondaryValue": "<string>"
  },
  "googleKeywords": {
    "label": "<string>",
    "value": "<string>",
    "secondaryLabel": "<string>",
    "secondaryValue": "<string>"
  },
  "livePages": {
    "label": "<string>",
    "value": "<string>",
    "secondaryLabel": "<string>",
    "secondaryValue": "<string>"
  },
  "liveBacklinks": {
    "label": "<string>",
    "value": "<string>",
    "secondaryLabel": "<string>",
    "secondaryValue": "<string>"
  },
  "scrapedAt": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.suprkeywords.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key for programmatic access. Create keys in Settings (Agency plan). Send as Authorization: Bearer or X-API-KEY: . Unauthenticated requests return 401.

Response

Data provider stats (five stat cards with main and optional secondary values)

googleSerps
object
bingKeywords
object
googleKeywords
object
livePages
object
scrapedAt
string<date-time>

ISO 8601 timestamp of last successful update