DataForSEO Backlinks Analyzer avatar
DataForSEO Backlinks Analyzer

Pricing

from $0.01 / 1,000 results

Go to Apify Store
DataForSEO Backlinks Analyzer

DataForSEO Backlinks Analyzer

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

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

John Rippy

John Rippy

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

4

Monthly active users

4 hours ago

Last modified

Share

Comprehensive backlink analysis using DataForSEO API. Get referring domains, anchors, new/lost backlinks, competitors backlinks, and domain intersection.

Features

  • Backlink Discovery: Find all backlinks pointing to a domain
  • Referring Domains: Analyze unique domains linking to you
  • Anchor Text Analysis: See what anchor text is used in links
  • Domain Authority: Get domain rank and trust metrics
  • New/Lost Links: Track link gains and losses over time
  • Competitor Analysis: Compare backlink profiles
  • Toxic Link Detection: Identify potentially harmful links
  • BYOK Pattern: Bring your own DataForSEO API credentials

Quick Start

{
"input": "your input here"
}

Demo Mode

Set demoMode: true to test with sample data (no charges). When you're ready for real results, set demoMode: false or omit it.

{
"demoMode": true,
...
}

Input Parameters

ParameterTypeRequiredDescription
domainstringYesTarget domain to analyze
modestringNoAnalysis mode: summary, backlinks, anchors, referring_domains
limitnumberNoMax results to return (default: 100)
includeSubdomainsbooleanNoInclude subdomains (default: true)
dataForSeoLoginstringYesYour DataForSEO API login
dataForSeoPasswordstringYesYour DataForSEO API password
webhookUrlstringNoURL to receive results when complete
demoModebooleanNoRun with sample data (no API calls)

Output Format

{
"status": "success",
"timestamp": "2025-12-28T12:00:00.000Z",
"data": {
"domain": "example.com",
"summary": {
"totalBacklinks": 15420,
"referringDomains": 892,
"domainRank": 45,
"newBacklinks30d": 234,
"lostBacklinks30d": 56
},
"topReferringDomains": [
{
"domain": "forbes.com",
"backlinks": 12,
"domainRank": 95,
"dofollow": true
}
],
"anchorDistribution": {
"branded": 45,
"exact": 20,
"partial": 25,
"naked": 10
},
"backlinks": [
{
"sourceUrl": "https://forbes.com/article",
"targetUrl": "https://example.com",
"anchorText": "example company",
"dofollow": true,
"firstSeen": "2024-06-15"
}
]
}
}

Pricing

This actor uses pay-per-event billing: Pay-per-event pricing:

  • backlink-analysis: Per domain analyzed

Use Cases

  • Data collection
  • Research
  • Automation

Built by John Rippy | Actor Arsenal