Analyze domain organic traffic, ranking keyword counts, position distribution, and competitor overlap through MuAPI's Domain Overview API.
About this model
Domain Overview provides a comprehensive summary of a domain's organic search performance, including estimated organic traffic, total ranking keywords across top position tiers, top ranking search terms, and direct SERP competitors.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | From $0.050 per domain lookup | Aggregated domain overview, top keywords, and competitors. |
Aggregated domain overview, top keywords, and competitors.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Domain | string | Target domain to inspect (e.g. example.com). | openai.com |
| Location | Enum (213 options) | Country to target for the search. | United States |
| Language | Enum (129 options) | Language to search in. | English |
| Results Limit | integer | Number of top keywords and competitors to return (1-100). | 10 |
Target domain to inspect (e.g. example.com).
openai.comCountry to target for the search.
United StatesLanguage to search in.
EnglishNumber of top keywords and competitors to return (1-100).
10Developer documentation
openai.com).curl -X POST https://api.muapi.ai/api/v1/seo-domain-overview \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"domain": "openai.com",
"location": "United States",
"language": "English",
"limit": 10
}'
Frequently asked
It returns estimated organic traffic (ETV), total organic ranking keywords count, ranking breakdown by position buckets (top 1, 2-3, 4-10, 11-20, etc.), top performing keywords, and competing domains with intersection metrics.
Yes, you can pass domains as `example.com` or full URLs like `https://example.com/`; the API automatically cleans and extracts the base domain.