Track target website search rankings on Google for any keyword and market with exact position matching.
About this model
Track organic Google search rankings for a keyword and target domain. Returns the exact ranking position, ranking URL, and full structured SERP results.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | From $0.001 per tracked keyword | Cost reconciles against actual provider task fee. |
Cost reconciles against actual provider task fee.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Search Query | string | Keyword or query to track. | - |
| Target Domain | string | Optional domain to locate in ranking results (e.g. 'openai.com') | - |
| Location | Enum (213 options) | Country to target for the search. | United States |
| Language | Enum (129 options) | Language to search in. | English |
| Device | Enum (2 options) | Search device. | desktop |
| Result Depth | integer | Number of organic search results to inspect (10-100). | 10 |
Keyword or query to track.
-Optional domain to locate in ranking results (e.g. 'openai.com')
-Country to target for the search.
United StatesLanguage to search in.
EnglishSearch device.
desktopNumber of organic search results to inspect (10-100).
10Developer documentation
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
}'
Frequently asked
`found_rank` will be `null` and `ranking_url` will be `null`, while the full `items` list of ranking competitors is still returned.
Yes, specify `device: "mobile"` or `device: "desktop"`.