About this model
域名概览会全面总结域名的自然搜索表现,包括预估自然流量、前列位置区间内的排名关键词总数、排名靠前的搜索词和直接的 SERP 竞争对手。
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | From $0.050 per domain lookup | 聚合的域名概览、热门关键词和竞争对手。 |
聚合的域名概览、热门关键词和竞争对手。
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| 域名 | string | 要检查的目标域名(例如 example.com)。 | openai.com |
| 位置 | Enum (213 options) | 搜索所针对的国家或地区。 | United States |
| Lingua | Enum (129 options) | 搜索使用的语言。 | English |
| 结果数量限制 | integer | 要返回的热门关键词和竞争对手数量(1-100)。 | 10 |
要检查的目标域名(例如 example.com)。
openai.com搜索所针对的国家或地区。
United States搜索使用的语言。
English要返回的热门关键词和竞争对手数量(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
它会返回预估自然流量(ETV)、自然搜索排名关键词总数、按位置区间划分的排名明细(前 1、2-3、4-10、11-20 等)、表现最佳的关键词,以及带有交集指标的竞争域名。
支持传入 `example.com` 这样的域名,也支持 `https://example.com/` 这样的完整 URL;API 会自动清理Input并提取基础域名。