Backlinks Top Pages Summary API: AI Large Language Models

Discover a domain's top backlinked pages with referring domain and link metrics. Try free — pay per generation, no subscription.

📝

Overview

About this model

Backlinks Pages surfaces which URLs on a target domain have accumulated the most link equity, ranked by referring domains and total backlinks pointing to each page. This makes it easy to spot a competitor's highest-authority assets — the pages other sites actually link to — instead of guessing from traffic data alone. An include_subdomains flag lets you choose whether to scope the analysis to the exact domain or roll subdomains into the same report, which matters for sites that split content across blog. or docs. subdomains.

1Link equity analysis: Identify which pages carry the most backlink authority on a domain.
2Broken link building: Find high-authority pages worth targeting for outreach or replacement links.
3High-value asset identification: Spot which competitor content types earn the most inbound links.
4Subdomain scoping: Decide whether to include subdomains when auditing a domain's overall link profile.
💰

Pricing & Value

Cost analysis

muapiappFrom $0.02 per domain

Top backlinked pages ranked by referring domains and total backlinks.

Fal.aiNot available

Not offered as a standalone API.

ReplicateNot available

Not offered as a standalone API.

** Competitor pricing is estimated based on similar model architectures and usage tiers.

⚙️

Technical Details

Configuration schema

Target Domainstring

Domain to analyze (e.g. 'openai.com').

Default Valueopenai.com
Limitinteger

Number of pages to return.

Default Value10
Include Subdomainsboolean

Whether to include subdomains.

Default Valuetrue
📖

Implementation Guide

Developer documentation

  1. Set the target domain: Pass target as the domain to analyze (e.g. openai.com).
  2. Choose subdomain scope: Set include_subdomains to true or false (default true).
  3. Set a result limit: Use limit to control how many top pages are returned.
  4. Read the response: Each page includes its URL, referring domain count, and total backlink count.
curl -X POST https://api.muapi.ai/api/v1/seo-backlinks-pages \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "target": "openai.com",
    "include_subdomains": true,
    "limit": 20
  }'

Common Questions

Frequently asked

What metrics are returned per page?

Each page includes its URL, number of referring domains, and total backlink count.

Are subdomains included by default?

Yes, `include_subdomains` defaults to `true`; set it to `false` to scope results to the exact domain only.

How many pages does this return?

Configurable via `limit` (default 10), ranked by backlink authority.

How is this different from Relevant Pages?

Relevant Pages ranks by organic search traffic and keywords; Backlinks Pages ranks the same domain's URLs by inbound link authority instead.

Can I use this to find link building targets?

Yes, high-authority pages surfaced here are common candidates for broken-link or resource-page outreach.