Command Palette

Search for a command to run...

YepAPI
POST/v1/seo/domain/overview

Domain Overview API

Domain authority, organic traffic estimates, backlink counts, and top-ranking keywords in a single API call. Competitor intelligence from $0.01/call.

Analyze any domain to get authority scores, estimated organic traffic, total backlinks, referring domains, and top-ranking keywords. All in a single call.

Try it live

Fill in the fields and hit Run to see a real response.

POST /v1/seo/domain/overview$0.01/call
Live testing
Loading...

Enter domain without protocol (no https://).

Response
Example response — hit "Run" to see a live result
{
  "ok": true,
  "data": {
    "domain": "vercel.com",
    "domainAuthority": 89,
    "organicTraffic": 2450000,
    "organicKeywords": 156000,
    "backlinks": 12400000,
    "referringDomains": 45000,
    "topKeywords": [
      {
        "keyword": "vercel",
        "position": 1,
        "searchVolume": 110000
      },
      {
        "keyword": "next.js deploy",
        "position": 1,
        "searchVolume": 8100
      }
    ]
  }
}

Features

Domain authority score
Estimated organic traffic
Total organic keywords count
Backlink and referring domain counts
Top-ranking keywords with positions and volumes

Use cases

Competitor Intelligence

Instantly benchmark any competitor's domain authority, traffic, and keyword footprint to understand their SEO strength.

Domain Prospecting

Evaluate potential link-building or acquisition targets by checking authority scores, traffic, and backlink profiles in bulk.

Link Building Research

Assess referring domain counts and authority before outreach to prioritize the highest-value link opportunities.

SEO Audit Automation

Feed domain metrics into automated audit pipelines to flag sites with declining authority or traffic anomalies.

Client Reporting

Generate white-label domain health reports showing authority trends, traffic estimates, and keyword growth for agency clients.

M&A Due Diligence

Quickly assess the organic search value of domains during acquisitions by analyzing traffic, keywords, and backlink equity.

Quick start

Copy this snippet and start making calls.

const res = await fetch('https://api.yepapi.com/v1/seo/domain/overview', {
  method: 'POST',
  headers: {
    'x-api-key': 'YOUR_API_KEY',
    'Content-Type': 'application/json',
  },
  body: JSON.stringify({
    "domain": "vercel.com"
  }),
});
const data = await res.json();
console.log(data);

Why YepAPI is cheaper

No monthly minimums. No enterprise plans. Just pay per call.

ProviderCost / callCatch
YepAPI$0.01No minimum. Pay as you go.
Ahrefs API$0.10$999/mo plan
Semrush API$0.20Enterprise plan
Moz API$0.08Rate limited

Frequently asked questions

Analyze any domain to get authority scores, estimated organic traffic, total backlinks, referring domains, and top-ranking keywords. All in a single call.

Each API call costs $0.01. No monthly minimums or subscriptions — you only pay for what you use.

Sign up for a free API key, then send a POST request to /v1/seo/domain/overview. Check the code example above for a ready-to-use snippet in JavaScript, cURL, or Python.

YepAPI bundles SEO, AI, and web scraping APIs under one key with no monthly minimums. You get lower per-call pricing, a unified dashboard, and one billing account instead of managing multiple providers.

Ready to integrate?

Get your API key and start making calls in 30 seconds. No credit card required.

More seo apis endpoints