Get a full backlink report in your inbox.
Enter any domain and your email address. We'll generate a PDF report with every referring domain, sample backlinks, anchor text distribution, and domain authority — and send it straight to you.
Need this for 1,000 domains?
The same data is available via the REST API — pay only for what you use, credits never expire.
# Same data, programmatically — first 100 credits free on signup
curl "https://api.rankparse.com/v1/backlinks?domain=example.com" \
-H "X-API-Key: rp_your_key"About this tool
A backlink report gives you a complete picture of which websites are linking to a domain, what anchor text they use, and how authoritative those links are. Whether you're auditing your own SEO profile or researching a competitor, having that data in a portable PDF means you can share it with clients, include it in proposals, or review it offline.
RankParse generates these reports from our 3 billion-page Common Crawl index. The same data powers our REST API — used by SEO agencies, AI agents, and marketing teams worldwide.
How it works
Enter the domain you want to analyse and your email address, then click "Email me the PDF report." Within about 30 seconds, we fetch the backlink data, compile it into a structured PDF, and deliver it to your inbox. No account or credit card required.
The PDF includes: domain authority score, total referring domains and backlinks, a table of the top referring domains (with link counts), a sample of raw backlinks (source URL, anchor text, link type), and registration date if available.
Frequently asked questions
- How long does it take to receive the report?
- Usually under 30 seconds. If it takes longer, check your spam folder — some providers delay emails from new senders.
- Is it really free?
- Yes. One report per email address per day, no account required. If you need more reports or programmatic access, sign up for a free API account.
- Can I embed this widget and add my own branding?
- Yes — add ?name=YourBrand&color=hexcode to the iframe URL. Your name and color appear in the PDF. The widget is free to embed; the 'Powered by RankParse' footer on the widget and in the PDF stays unless you have an agency plan.
- What is the agency plan?
- The agency plan removes all RankParse attribution from both the widget footer and the PDF — full white-label. Visit rankparse.com/agency to learn more.
- How fresh is the backlink data?
- The current dataset is from our Q1 2026 crawl (3 billion+ pages). We refresh quarterly.
- I need reports for many domains. What should I do?
- Use the RankParse API. You get 100 free credits on signup, and each backlink lookup costs 2 credits.
Embed on your website
Drop this iframe anywhere to offer free backlink reports to your visitors.
Standard — free, "Powered by RankParse" footer
<iframe src="https://rankparse.com/widget/backlink-report" width="100%" height="400" style="border:none;border-radius:16px;outline:1px solid #e5e5e5" title="Free Backlink Report" ></iframe>
Custom branding — add your name and color
name sets the brand in the PDF header. color is a 6-character hex without the #. The "Powered by RankParse" footer remains.
<iframe src="https://rankparse.com/widget/backlink-report?name=Acme+SEO&color=7c3aed" width="100%" height="400" style="border:none;border-radius:16px;outline:1px solid #e5e5e5" title="Backlink Report" ></iframe>
Full white-label — no RankParse attribution
Pass your agency API key to remove all RankParse branding from the PDF. Learn about the agency plan →
<!-- Agency plan: removes "Powered by RankParse" from the widget and PDF --> <iframe src="https://rankparse.com/widget/backlink-report?name=Acme+SEO&color=7c3aed&api_key=rp_YOUR_AGENCY_KEY" width="100%" height="400" style="border:none;border-radius:16px;outline:1px solid #e5e5e5" title="Backlink Report" ></iframe>