About this model
跟踪某个关键词和目标域名在 Google 自然搜索中的排名。返回准确排名位置、排名 URL 以及完整的结构化 SERP 结果。
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | From $0.001 per tracked keyword | 费用会与实际供应商任务费用核对。 |
费用会与实际供应商任务费用核对。
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| 搜索查询 | string | 要跟踪的关键词或查询词。 | - |
| 目标域名 | string | Optional domain to locate in ranking results (e.g. 'openai.com') | - |
| 位置 | Enum (213 options) | 搜索所针对的国家或地区。 | United States |
| Sprache | Enum (129 options) | 搜索使用的语言。 | English |
| 设备 | Enum (2 options) | 搜索设备。 | desktop |
| 结果深度 | integer | 要检查的自然搜索结果数量(10-100)。 | 10 |
要跟踪的关键词或查询词。
-Optional domain to locate in ranking results (e.g. 'openai.com')
-搜索所针对的国家或地区。
United States搜索使用的语言。
English搜索设备。
desktop要检查的自然搜索结果数量(10-100)。
10Developer documentation
@@BT@bash curl -X POST https://api.muapi.ai/api/v1/seo-rank-track \ -H "x-api-key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "keyword": "best ai video generator", "target_domain": "muapi.ai", "location": "United States", "language": "English", "device": "desktop", "depth": 10 }' @@BT@
Frequently asked
`found_rank` 将为 `null`,`ranking_url` 也将为 `null`,但仍会返回完整的排名竞争对手 `items` 列表。
可以,指定 `device: "mobile"` 或 `device: "desktop"`。