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.04/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

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

Response
Example response — hit "Send Request" to see a live result
{
  "ok": true,
  "data": {
    "domain": "vercel.com",
    "organicTraffic": 2450000,
    "organicKeywords": 156000,
    "backlinks": 12400000,
    "referringDomains": 45000,
    "domainRank": 742.3
  }
}

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);

What developers say

Switched from SerpAPI and cut our SERP costs by 80%. Same data quality, way simpler billing.

Marcus T.

SEO Platform Founder

One API key for AI models, SERP data, and web scraping. Saved us from managing 4 separate providers.

Priya S.

Full-Stack Developer

The $5 free credit let us prototype our entire rank tracking feature before committing. No other API does that.

Jake R.

Indie Hacker

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.04. 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. $5 free credit on signup — no credit card required.

More seo apis endpoints