Top Relevant Pages by Domain API: AI Large Language Models

Find a domain's top organic ranking pages and their ranking keyword counts. Try free — pay per generation, no subscription.

📝

Overview

About this model

Relevant Pages identifies the URLs on a target domain that are generating the most organic search visibility, ranked by estimated traffic and the number of keywords each page ranks for. Instead of crawling a competitor's site manually, you get a ranked list of their highest-performing pages in one call, which is useful for reverse-engineering what content strategy is actually working for them. Results can be scoped to a specific country, so you can see which pages perform best in the market you care about rather than a blended global view.

1Competitor content audit: See which competitor pages drive the most organic traffic and keywords.
2Content gap analysis: Compare your top pages against a competitor's to find topics you're missing.
3Domain footprint review: Get a quick read on how large and diversified a domain's organic presence is.
4Localized research: Filter top pages by country to understand region-specific ranking performance.
💰

Pricing & Value

Cost analysis

muapiappFrom $0.01 per domain

Ranked list of a domain's top organic pages with traffic and keyword counts.

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 or subdomain to inspect (e.g. 'openai.com').

Default Valueopenai.com
LocationEnum (213 options)

Country to target for the search.

Default ValueUnited States
LanguageEnum (129 options)

Language to search in.

Default ValueEnglish
Limitinteger

Maximum number of pages to return.

Default Value10
📖

Implementation Guide

Developer documentation

How to Use Relevant Pages

  1. Set the target domain: Pass target as the domain or subdomain to inspect (e.g. openai.com).
  2. Set market targeting: Choose location and language (default United States / English).
  3. Set a result limit: Use limit to control how many top pages are returned.
  4. Read the response: Each page includes its URL, estimated organic traffic, and ranking keyword count.
curl -X POST https://api.muapi.ai/api/v1/seo-relevant-pages \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "target": "openai.com",
    "location": "United States",
    "limit": 20
  }'

Common Questions

Frequently asked

What counts as a 'relevant' page?

Pages on the target domain ranked by their organic ranking keyword count and estimated organic traffic.

Can I filter results by country?

Yes, set `location` to see localized top pages and traffic estimates for a specific market.

How many pages are returned?

Configurable via `limit` (default 10), up to the number of ranking pages found for the domain.

Does this work for subdomains?

Yes, pass a subdomain directly as `target` to scope results to just that subdomain.

What data is returned per page?

Each page includes its URL, estimated organic traffic, and the number of keywords it ranks for.