VOOZH about

URL: https://apify.com/doesaiknow/backlink-checker-api-referring-domains-competitor-gap

⇱ Backlink Checker API - Competitor Gap | Ahrefs Alternative Β· Apify


πŸ‘ Backlink Checker API - Referring Domains & Competitor Gap avatar

Backlink Checker API - Referring Domains & Competitor Gap

Pricing

from $105.00 / 1,000 domain backlink summaries

Go to Apify Store

Backlink Checker API - Referring Domains & Competitor Gap

Backlink checker API - referring domains, anchors & competitor backlink gap for any domain. Native data, pay-per-result, no subscription. An Ahrefs/Semrush alternative.

Pricing

from $105.00 / 1,000 domain backlink summaries

Rating

0.0

(0)

Developer

πŸ‘ Dawid S

Dawid S

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

3

Monthly active users

6 days ago

Last modified

Share

Backlink Checker API β€” Referring Domains, Competitor Gap & Backlink Profile Β· Ahrefs / Semrush Alternative

Enter a domain, get its full backlink profile via API β€” total backlinks, referring domains, spam score, and the competitor backlink gap: the domains that link to your rivals but not to you. Pay per result, no $99–$199/month subscription, no contract. Native backlink-index data via API β€” not a fragile UI scraper.

Coverage on par with Ahrefs β€” measured, not claimed. In side-by-side tests our referring-domain coverage matched or beat Ahrefs: an established site returned 1,737 referring domains vs Ahrefs' 1,600; a brand-new site 43 vs 32. You get a credible backlink index at a fraction of a tool subscription. (We don't reproduce Ahrefs' proprietary DR score β€” see FAQ.)

Built for link builders, SEO & PR agencies, sales / lead-gen teams, and developers wiring backlink data into pipelines via API or MCP.


⚑ Quick start β€” 30 seconds

Click Try for free. The default input runs a real backlink summary on a live domain β€” actual JSON in seconds. Then swap in your own:

{"domains":["monday.com"],"mode":"summary"}

Sample output (real run, trimmed):

{
"mode":"summary",
"target":"monday.com",
"rank":644,
"backlinks":8975219,
"referring_domains":72896,
"referring_main_domains":63603,
"referring_domains_nofollow":9683,
"broken_backlinks":138276,
"backlinks_spam_score":19,
"first_seen":"2019-01-15"
}

🎯 Three modes

modeInputOne dataset row per target
summary (default)domainsfull profile: rank, backlinks, referring domains (total / main / nofollow), broken backlinks, spam score, first seen
referring_domainsdomains, limitranked list β€” each { domain, rank, backlinks, spam score, first seen }
competitor_gap ⭐domains, competitors, limitdomains that link to your competitors but not to you β€” your ready-made link-building target list

competitor_gap is the one no free tool gives you. Drop in 2–3 rivals and get the exact referring domains you're missing β€” the highest-intent link-prospecting list there is.


πŸš€ Input

fieldtypedefaultnotes
domainsstring[]— (required)target domains; auto-normalized (scheme/path/www. stripped, IDN→punycode, lowercased) and deduped
modeenumsummarysummary | referring_domains | competitor_gap
competitorsstring[]β€”required for competitor_gap; rival domains
limitint (1–1000)100rows for the list modes (ignored by summary)
includeSubdomainsbooltruecount subdomains toward the target
// referring domains β€” top 50 by rank
{ "domains": ["monday.com"], "mode": "referring_domains", "limit": 50 }
// competitor gap β€” who links to asana & clickup but not monday
{ "domains": ["monday.com"], "mode": "competitor_gap",
"competitors": ["asana.com", "clickup.com"], "limit": 100 }

πŸ“Š Output

One dataset item per target domain:

  • summary β†’ { target, rank, backlinks, referring_domains, referring_main_domains, referring_domains_nofollow, broken_backlinks, backlinks_spam_score, first_seen }
  • referring_domains β†’ { target, count, referring_domains_list: [{ domain, rank, backlinks, backlinks_spam_score, first_seen }] }
  • competitor_gap β†’ { target, competitors, gap_count, gap: [{ domain, rank, links_to[] }] }

Export as JSON / CSV / Excel, or pull live via the Apify API (run-sync-get-dataset-items).

πŸ’° Pricing β€” pay per result, flat per report

You pay per domain, not per row β€” same price whether you pull 20 rows or 1,000.

eventprice / domainwhen
actor-start$0.005once per run, after input validation
domain-summary$0.15after a successful summary
referring-domains-report$0.20after a successful referring-domains list (any limit)
competitor-gap-report$0.25after a successful competitor-gap report (any limit)

Charged only after data is delivered β€” failed or empty calls bill nothing beyond actor-start. A per-run cost cap (MAX_RUN_COST_USD, default $5) stops the run before overspend.

Example: a competitor gap on your domain vs 2 rivals (top 100 prospects) = $0.005 + $0.25 = $0.255. The same workflow in Ahrefs/Semrush needs a $99–$199/month seat.

Free Apify plan: capped to 1 domain, summary mode per run β€” you still see your domain's real profile (referring-domain count, broken links, spam score). Popular domains return instantly from a built-in preview cache; any other domain gets one real live summary so you can preview your own site. The ranked referring-domains list and the competitor gap require a paid plan.

πŸ†š How it compares

vs. Ahrefs / Semrush / Moz β€” no $99–$199/month subscription; pay per domain checked. API-first JSON straight into your sheet, CRM, n8n/Make/Zapier, or AI agent. Referring-domain coverage on par (measured). Trade-off: we don't reproduce Ahrefs' proprietary DR β€” we return a 0–1000 domain rank + backlink spam score.

vs. other Apify backlink actors β€” most scrape the Ahrefs/Semrush UI: fragile (break on UI change), ToS-risky, only as available as the SaaS login. This actor uses a native data API β€” stable, no scraping, no proxy roulette β€” and adds a value layer (competitor gap, spam signal, clean typed output, free preview).

vs. raw data-API providers β€” no monthly minimum commitment, no API-key management, no per-endpoint billing math. Pay per result, scale to zero.

🧭 Who it's for

  • Link builders / SEO agencies β€” competitor_gap = instant prospecting list; referring_domains = profile audit.
  • Content & PR teams β€” see who links to the competition, pitch the same outlets.
  • Sales / lead-gen β€” a rival's referring domains are warm outreach signals.
  • Developers & AI agents β€” backlink data as a clean JSON API / MCP tool, billed per call.

πŸ”Œ API & integrations

Run from the Apify API (incl. run-sync-get-dataset-items for a single request/response call), official JS / Python clients, CLI, or any HTTP client β€” see the API tab. Pipe results to Google Sheets, Slack, n8n, Make, Zapier via Apify integrations. (MCP server for AI agents on the roadmap.)

πŸ›‘οΈ Legal & compliance

Uses a licensed native backlink data API. Public link-graph data only β€” no login-walled or personal data. ToS-safe (no identical-request hammering; built-in run cache).

🧰 FAQ

Is the coverage as good as Ahrefs? On referring domains, yes in our tests (1,737 vs 1,600 established; 43 vs 32 new). Backlink indexes never match exactly β€” we surface a credible, native index at pay-per-result pricing.

Do you return Domain Rating (DR)? No β€” DR is Ahrefs' proprietary score. We return a domain rank (0–1000) + backlink spam score for relative authority/quality.

How am I billed? Per result, after delivery (see Pricing). Free / failed / empty calls don't bill beyond actor-start. A per-run cost cap prevents surprises.

Where does the data come from? A licensed, enterprise-grade backlink-data API β€” not a UI scraper. Stable, no proxies.

Can it monitor new / lost backlinks? On the roadmap (v0.2) β€” scheduled new/lost diffs + alerts. v1 is on-demand lookups.

What is a backlink? A backlink is a link from another website to yours. Search engines treat them as votes of trust, so a profile of quality backlinks from many distinct domains is one of the strongest off-page ranking signals. This actor returns any domain's backlinks, the referring domains behind them, and a competitor gap.

What's the difference between a backlink and a referring domain? A backlink is a single link; a referring domain is a unique website linking to you. One domain can give you 10,000 backlinks (e.g. a sitewide footer link) but it still counts as one referring domain β€” which is why we surface referring domains as a first-class metric.

Why look at referring domains instead of total backlink count? Raw backlink counts are inflated by sitewide and templated links. 250k backlinks from 1,700 referring domains is a far weaker profile than 250k from 50,000 domains. Compare on referring domains to judge real authority and to find link-building gaps versus competitors.

πŸ—ΊοΈ Roadmap

v0.2: new/lost backlink monitoring (scheduled diffs + Slack/email alerts), anchor-text breakdown, bulk mode (≀1000 domains/call), disavow-list export. + MCP server for AI agents.

πŸ”— Related Actors

🏷️ Keywords

backlink checker api, backlink api, referring domains, ahrefs alternative, semrush alternative, competitor backlinks, backlink gap, link building tool, backlink analysis, backlink profile, referring domains checker, backlink spam checker, free ahrefs alternative, broken backlink checker, link gap analysis, who links to my website

🀝 Built by

doesaiknow β€” semantic-SEO & LLM-search APIs on Apify Store. Pay-per-result, no subscription, MCP-ready. More tools:

You might also like

SEMrush Backlink Analyzer - Referring Domains & Link Quality

alizarin_refrigerator-owner/semrush-backlink-analyzer---referring-domains-link-quality

Analyze any domain's backlink profile with SEMrush data using your own API key (BYOK). Get referring domains, anchor text distribution, follow/nofollow ratio, and individual backlink details - all in structured format.

Backlink Checker - Backlinks, Referring Domains & Anchors

santhej/backlink-checker

Check backlinks for any domain or URL: referring page, anchor text, dofollow/nofollow, domain authority rank, spam score, and first/last seen dates. Filter by quality. Clean JSON/CSV for link audits & competitor research. An Ahrefs alternative. No API keys.

πŸ‘ User avatar

Santhej Kallada

16

5.0

Mangools Advanced SEO & Historical Backlink Checker

dev00/mangools-advanced-seo-historical-backlink-checker

Instantly extract years of historical Majestic backlink data, Facebook share metrics, and global ranking history for any domain

dev00

4

Backlinks Checker

s-r/backlinks-checker

Get the full backlink profile for any domain β€” domain score, referring-domain count, total-link count, and per-link records (origin URL, target URL, anchor text, follow/nofollow, dates).

DataForSEO Backlinks Analyzer

alizarin_refrigerator-owner/dataforseo-backlinks

Provides comprehensive backlink analysis powered by the DataForSEO Backlinks API. Analyze any domain's link profile, discover referring domains, find link building opportunities& monitor competitor backlinks. Backlinks, Referring Domains Anchor Text, DA, New/Lost Links, Competitors, Toxic Links

Backlink Opportunity Finder

codingfrontend/backlink-opportunity-finder

Discover high-quality backlink opportunities β€” guest posts, resource pages, and link roundups β€” by searching Bing for your niche keywords.

πŸ‘ User avatar

Coding Frontned

3

Ahrefs Scraper

simpleapi/ahrefs-scraper

πŸš€ Ahrefs Scraper automates extracting SEO data from Ahrefs to power competitor research, backlink analysis, and content strategy. πŸ“ˆ Fast, reliable, and built for growth teams. πŸ€– Perfect for agencies & analysts.

Backlink Opportunity Finder

easyapi/backlink-opportunity-finder

πŸ” Discover high-quality backlink opportunities to boost your domain authority and search rankings. Extract valuable data about potential websites for building authoritative backlinks, including domain metrics, relevance analysis, and estimated SEO impact.

Competitor Keyword Research - See Any Site's Ranked Keywords

doesaiknow/doesaiknow-competitor-keywords-apify

See every keyword any competitor ranks for in Google - volume, difficulty, intent & traffic value - plus the keyword gap vs your own domain. Live native SEO data, no scraping, no broken tools. Semrush & Ahrefs alternative - pay per keyword, no subscription.

Ahrefs Scraper

radeance/ahrefs-scraper

Extract key SEO data from Ahrefs including keyword rankings, backlink profiles, organic traffic, competitor analysis & domain authority. Supports bulk domain analysis across 180+ countries. Download as CSV, JSON, Excel, XML & more formats.

1.5K

3.3