YepAPI

Command Palette

Search for a command to run...

POST/v1/seo/domain/backlinks

Backlink Checker API

Full backlink profile for any domain — referring domains, anchor text, follow/nofollow, and authority scores. Link building research from $0.05/call.

Get the backlinks pointing to any domain, including source URL, anchor text, dofollow status, and authority scores. Essential for link building and competitive analysis.

Try it live

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

POST/v1/seo/domain/backlinks

Enter domain without protocol.

Number of backlinks to return (default 100).

Response
Example response — hit "Send Request" to see a live result
{
  "ok": true,
  "data": [
    {
      "sourceUrl": "https://blog.example.com/tools-review",
      "sourceDomain": "blog.example.com",
      "anchorText": "GitHub",
      "isDofollow": true,
      "domainAuthority": 72,
      "firstSeen": "2025-08-14"
    }
  ]
}

Features

Full backlink list with source URLs

Each result returns the exact sourceUrl and sourceDomain of the linking page, so you see precisely where a domain earns its links rather than an aggregate count.

Anchor text and link type (dofollow/nofollow)

Every backlink includes its anchorText and an isDofollow boolean, letting you audit anchor distribution and separate equity-passing links from nofollow ones in code.

Source domain authority scores

Each row carries a domainAuthority value, so you can sort a backlink profile by link quality and surface the strongest referrers first.

Configurable result limit

The limit field (default 100) sets how many backlinks return; billing adds $0.006 per 100 rows on top of the $0.04 call, keeping large pulls inexpensive.

Fast response times with cached results

Common domain lookups return quickly from cache, so backlink checks slot into real-time tools and audit dashboards without long waits.

Use cases

Link Building Research

Discover where competitors earn their best backlinks to replicate their link-building strategies for your own domain.

Competitor Backlink Analysis

Audit a competitor's full backlink profile to understand which content earns the most referring domains.

Toxic Link Identification

Scan backlink profiles for spammy or low-authority links that could trigger search engine penalties.

Digital PR Outreach

Find high-authority sites linking to similar content in your niche to build targeted media outreach lists.

SEO Audit Automation

Include backlink health checks in automated SEO audits to flag domains with declining or toxic link profiles.

Quick start

Copy this snippet and start making calls.

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

The backlink checker API for developers — full referring profiles with anchor text & authority

The Backlink Checker API returns the links pointing to any domain, each with its source URL, anchor text, dofollow status, and source-domain authority. Pass a domain and a limit, and get a structured backlink profile you can audit, score, or visualize.

It is the entry point for link research at YepAPI. For deeper drill-downs — anchor distribution, referring domains, or competitor link gaps — the sibling Backlinks endpoints share the same key and response conventions.

What is a backlink checker API?

A backlink checker API returns the inbound links pointing to a website as data instead of a dashboard report. For a domain like github.com you get each linking page's sourceUrl, sourceDomain, anchorText, whether it is dofollow, the referrer's domainAuthority, and a firstSeen date. That turns link research into something you can automate — score profiles, flag toxic links, or build outreach lists programmatically. YepAPI serves this from /v1/seo/domain/backlinks: post a bare domain (no protocol) and a limit, and receive a JSON array drawn from production-grade link data infrastructure.

Build your own backlink checker tool

Build an SEO dashboard that shows a domain's top backlinks ranked by domainAuthority, or an outreach tool that filters for dofollow links from high-authority sources. The firstSeen timestamp lets you track when links appeared, powering link-velocity charts. Because the data is plain JSON, you can pipe it into a spreadsheet export, a toxic-link scanner, or a competitor-comparison view. Pair it with the Referring Domains API to deduplicate by site and the Anchors API to analyze anchor spread.

Backlink checker API pricing — $0.04 + $0.006 per 100 rows

Each call is $0.04 plus a thin $0.006 per 100 rows returned, so a default 100-backlink pull costs about $0.046 and even a thousand-row profile stays near a dime. Compare that to the $999/mo plans behind Ahrefs' API access or Majestic's $399/mo tier — you get the same link fields, billed per request, with no annual contract.

Reverse-engineer competitor backlinks

Point the endpoint at a competitor's domain to see exactly which pages link to them and with what anchors. Sort the response by domainAuthority to find their most valuable referrers, then build a targeted outreach list of sites already inclined to link in your niche. Running this across several competitors reveals the link sources common to all of them — the highest-probability targets for your own campaign.

Try the backlink checker API free

Get started with $5 in free credit and no credit card. That covers around a hundred full backlink pulls — plenty to test the data against a domain you know, confirm the fields you need, and wire the endpoint into your tool before you pay.

Start making API calls in 30 seconds

$5 free credit on signup. No credit card required. Pay per call.

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

Get the backlinks pointing to any domain, including source URL, anchor text, dofollow status, and authority scores. Essential for link building and competitive analysis.

Each API call costs $0.04 (+$0.006 per 100 rows). 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/backlinks. 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