SEO Domain Overview API: AI Large Language Models

Analyze domain organic traffic, ranking keyword counts, position distribution, and competitor overlap through MuAPI's Domain Overview API.

📝

Overview

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.

1Benchmark domain authority and organic visibility against competitors
2Identify the top keywords driving traffic to any website
3Discover organic SERP competitors and analyze common search footprint
4Track keyword ranking distribution (top 3, top 10, top 100 positions)
💰

Pricing & Value

Cost analysis

muapiappFrom $0.050 per domain lookup

Aggregated domain overview, top keywords, and competitors.

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

⚙️

Technical Details

Configuration schema

Domainstring

Target domain to inspect (e.g. example.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
Results Limitinteger

Number of top keywords and competitors to return (1-100).

Default Value10
📖

Implementation Guide

Developer documentation

How to Use Domain Overview

  1. Provide domain name: Enter the website domain (e.g. openai.com).
  2. Select country and language: Target the market to inspect.
  3. Set limit: Specify the number of top keywords and competitors to return.
  4. Inspect results: Access organic visibility metrics, top ranking keywords, and competitors in structured JSON.
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
  }'

Common Questions

Frequently asked

What domain metrics are included?

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.

Does it support any domain format?

Yes, you can pass domains as `example.com` or full URLs like `https://example.com/`; the API automatically cleans and extracts the base domain.