SEO Google Organic Rank Tracker: AI Large Language Models

Track target website search rankings on Google for any keyword and market with exact position matching.

📝

Overview

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.

1Track search ranking positions for key product or service terms
2Monitor position changes across locations and languages
3Identify the exact landing page URL Google ranks for a keyword
4Automate multi-keyword rank tracking workflows
💰

Pricing & Value

Cost analysis

muapiappFrom $0.001 per tracked keyword

Cost reconciles against actual provider task fee.

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

⚙️

Technical Details

Configuration schema

Search Querystring

Keyword or query to track.

Default Value-
Target Domainstring

Optional domain to locate in ranking results (e.g. 'openai.com')

Default Value-
LocationEnum (213 options)

Country to target for the search.

Default ValueUnited States
LanguageEnum (129 options)

Language to search in.

Default ValueEnglish
DeviceEnum (2 options)

Search device.

Default Valuedesktop
Result Depthinteger

Number of organic search results to inspect (10-100).

Default Value10
📖

Implementation Guide

Developer documentation

How to Use Rank Tracking

  1. Enter search query: The keyword to check.
  2. Specify target domain: The domain to locate in ranking results.
  3. Choose market: Country location, language, device, and result depth.
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
  }'

Common Questions

Frequently asked

What happens if my domain is not in the top results?

`found_rank` will be `null` and `ranking_url` will be `null`, while the full `items` list of ranking competitors is still returned.

Can I check mobile vs desktop rankings?

Yes, specify `device: "mobile"` or `device: "desktop"`.