Find a domain's top organic ranking pages and their ranking keyword counts. Try free — pay per generation, no subscription.
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.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | From $0.01 per domain | Ranked list of a domain's top organic pages with traffic and keyword counts. |
| Fal.ai | Not available | Not offered as a standalone API. |
| Replicate | Not available | Not offered as a standalone API. |
Ranked list of a domain's top organic pages with traffic and keyword counts.
Not offered as a standalone API.
Not offered as a standalone API.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Target Domain | string | Domain or subdomain to inspect (e.g. 'openai.com'). | openai.com |
| Location | Enum (213 options) | Country to target for the search. | United States |
| Language | Enum (129 options) | Language to search in. | English |
| Limit | integer | Maximum number of pages to return. | 10 |
Domain or subdomain to inspect (e.g. 'openai.com').
openai.comCountry to target for the search.
United StatesLanguage to search in.
EnglishMaximum number of pages to return.
10Developer documentation
target as the domain or subdomain to inspect (e.g. openai.com).location and language (default United States / English).limit to control how many top pages are returned.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
}'
Frequently asked
Pages on the target domain ranked by their organic ranking keyword count and estimated organic traffic.
Yes, set `location` to see localized top pages and traffic estimates for a specific market.
Configurable via `limit` (default 10), up to the number of ranking pages found for the domain.
Yes, pass a subdomain directly as `target` to scope results to just that subdomain.
Each page includes its URL, estimated organic traffic, and the number of keywords it ranks for.