SEO API

SEO Domain rank overview API

Get AnyAPI SEO domain ranking, organic traffic, and paid traffic metrics as normalized JSON.

POST/v1/run/seo.domain_rank_overview
Uptime
100.00%
30d · 22 calls
Requests
22
30d · weekly, last 12 wks
Response
0.7s
median · 30d

Pricing

One price, in dollars

Providers
Owl22 served100.00% uptime556ms p50$14.55/1k reqflat

Try it

Make your first request

Open in
Get a free key
Sample response
Free runs return only the first 3 results. Fund a key to get the full response.
{
  "data": {
    "domain": "example.com",
    "language": "en",
    "location": 42,
    "organicKeywords": 42,
    "organicPos1": 42,
    "organicPos2To3": 42,
    "organicPos4To10": 42,
    "organicTraffic": 12500,
    "organicTrafficCostUsd": 19.99,
    "paidKeywords": 1024,
    "paidPos1": 1024,
    "paidPos2To3": 1024,
    "paidPos4To10": 1024,
    "paidTraffic": 12500,
    "paidTrafficCostUsd": 19.99
  },
  "found": true
}
Response interface
interface SeoDomainRankOverviewResponse {
  data: {
    domain: string;
    language?: string;
    location?: number;
    organicKeywords?: number;
    organicPos1?: number;
    organicPos2To3?: number;
    organicPos4To10?: number;
    organicTraffic?: number;
    organicTrafficCostUsd?: number;
    paidKeywords?: number;
    paidPos1?: number;
    paidPos2To3?: number;
    paidPos4To10?: number;
    paidTraffic?: number;
    paidTrafficCostUsd?: number;
  } | null;
  found: boolean;
}

Full parameter and response reference - every field, type, and example for this endpoint.

Reference

Request, response, and price

Last verified 2026-09-16 · uptime and latency measured over 30d
POST /v1/run/seo.domain_rank_overview
curl -X POST https://api.getanyapi.com/v1/run/seo.domain_rank_overview \
  -H "Authorization: Bearer $ANYAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{"language":"en","location":2840,"target":"ahrefs.com"}'
FieldTypeExample value
Request body
targetstring"ahrefs.com"Domain to analyze, without a protocol or leading www.
languagestring"en"Language code for SEO domain metrics.
locationinteger2840Location code for SEO domain metrics. The default is the United States.
Response
dataobject
data.domainstringAnalyzed domain. Populated whenever the provider has data for the entity.
data.languagestringLanguage code the metrics are scoped to.
data.locationintegerLocation code the metrics are scoped to.
data.organicKeywordsintegerNumber of organic search results where the domain appears. Populated whenever the provider has data for the entity.
data.organicPos1integerNumber of organic search results where the domain ranks first. Populated whenever the provider has data for the entity.
data.organicPos2To3integerNumber of organic search results where the domain ranks second or third. Populated whenever the provider has data for the entity.
data.organicPos4To10integerNumber of organic search results where the domain ranks fourth through tenth. Populated whenever the provider has data for the entity.
data.organicTrafficnumberEstimated monthly organic search traffic. Populated whenever the provider has data for the entity.
data.organicTrafficCostUsdnumberEstimated USD value of the organic search traffic. Populated whenever the provider has data for the entity.
data.paidKeywordsintegerNumber of paid search results where the domain appears.
data.paidPos1integerNumber of paid search results where the domain ranks first.
data.paidPos2To3integerNumber of paid search results where the domain ranks second or third.
data.paidPos4To10integerNumber of paid search results where the domain ranks fourth through tenth.
data.paidTrafficnumberEstimated monthly paid search traffic.
data.paidTrafficCostUsdnumberEstimated USD value of the paid search traffic.
foundboolean
Price
Price per requestUSD$0.01455
Price /1k reqUSD$14.55

FAQ

About the SEO Domain rank overview API

The AnyAPI SEO Domain rank overview API returns SEO domain rank overview data as normalized JSON from one POST call to /v1/run/seo.domain_rank_overview. Get AnyAPI SEO domain ranking, organic traffic, and paid traffic metrics as normalized JSON. AnyAPI returns one normalized schema whichever source serves it. It costs from $14.55 per 1,000 requests, in US dollars with no subscription and no monthly minimum. Over the last 30 days, 100.0% of SEO domain rank overview calls through AnyAPI succeeded, with a median response time of 0.7 seconds across 22 measured calls.

It costs from $14.55 per 1,000 requests, in US dollars with no subscription and no monthly minimum. You fund one USD wallet, each call draws it down, and a failed request costs $0.

Get AnyAPI SEO domain ranking, organic traffic, and paid traffic metrics as normalized JSON. The response is normalized JSON with the same envelope every AnyAPI endpoint returns, so parsing a second endpoint is a change of URL and nothing else.

Over the last 30 days, 100.0% of SEO domain rank overview calls through AnyAPI succeeded, with a median response time of 0.7 seconds across 22 measured calls. These are AnyAPI's own measurements of traffic through the gateway, recomputed continuously, not a published service-level target.