Backlink data. No platform tax.
Four focused GET endpoints. Single API key. Pay only for what you query. No Ahrefs subscription, no enterprise sales call, no bloated dashboard you'll open twice. fetch() and go.
// One fetch call. Zero friction. const res = await fetch( "https://api.backlinq.dev/domain-authority?domain=example.com", { headers: { "X-API-Key": process.env.BACKLINQ_API_KEY }} ); const data = await res.json(); // { domainAuthority: 87, pageRank: 6, spamScore: 2 }
Built for how you build
Clean REST API
Four GET endpoints with query params and consistent JSON responses. Integrate in minutes, not days.
No Auth Friction
Single API key, no OAuth dance, no refresh tokens. Add X-API-Key to your header and go.
Great Documentation
Clear docs with examples in cURL, JavaScript, Python, Go, Ruby, and PHP.
Instant Access
Sign up, get your API key, make your first request in under 3 minutes. No sales calls.
Pay for What You Use
30 requests free. Pro at $49/month, Scale at $129/month. No subscription that charges you whether you query or not.
SDKs Coming Soon
Native SDKs for JavaScript, Python, Go, and Ruby are on the roadmap. The REST API is ready today.
Just the data you need. Nothing else.
All GET requests with query params. Pass your domain, get structured JSON back. No request bodies, no complex flows.
/domain-authority?domain=stripe.comDA score, PageRank, global rank, and spam score for any domain.
{ "domain": "stripe.com", "domainAuthority": 94, "pageRank": 8, "globalRank": 892, "spamScore": 1 }
/backlinks?domain=stripe.com&limit=50Total backlinks, referring domain count, and top linking URLs.
{ "domain": "stripe.com", "backlinks": 2450000, "referringDomains": 125000, "topLinks": [{ "url": "https://github.com/stripe", "title": "Stripe on GitHub" }] }
/referring-domains?domain=stripe.com&limit=50Deduplicated list of external domains linking to the target.
{ "domain": "stripe.com", "domains": [ "github.com", "stackoverflow.com", "medium.com" ], "total": 125000 }
/compare?domains=stripe.com,paypal.comSide-by-side authority comparison for 2–5 domains, ranked by DA.
{ "comparison": [ { "domain": "stripe.com", "da": 94, "pr": 8 }, { "domain": "paypal.com", "da": 91, "pr": 8 } ] }
Stop paying for the platform. Start paying for the data.
30 free requests. No credit card. Four endpoints live in minutes. Ahrefs API starts at $449/month, Backlinq starts at free.