Get Rankings
Visibility rankings per AI model and per prompt, with optional search volume data.
Endpoint
Returns visibility ranking data for your brand across AI models. Use different view modes to get overall scores or per-prompt breakdowns with optional search volume enrichment.
Query Parameters
brand_idstringrequiredBrand UUID from /get-brands
viewstringView mode: overall, by-prompt
Default: overall
daysintegerLookback period in days (7-365)
Default: 30
include_volumebooleanMerge search volume data (only for view=by-prompt)
Default: false
view=overall (default)
Returns aggregated visibility scores and ranking metrics across all AI models. This is the default view when no view parameter is provided.
Model Ranking
rankintegerLeaderboard rank among tracked competitors
namestringCompetitor or brand name
visibilitynumberVisibility score (0-100)
visibility_changenumbernullableChange vs previous period
is_youbooleanTrue for your brand row
h2h_win_ratenumbernullableHead-to-head win rate vs your brand (percent)
view=by-prompt
Returns per-prompt ranking data with market-level breakdowns. Each prompt includes one or more markets entries with a location-specific visibility score.
Prompt Market
locationstringMarket/location label (e.g. US, UK)
is_primarybooleanWhether this market is the brand primary market
scorenumberVisibility score for this prompt in the market (0-100)
search_volumeintegernullableOptional monthly search volume (when include_volume=true)
priority_scorenumbernullableOptional merged priority score (when include_volume=true)
include_volume
Add include_volume=true to any view=by-prompt request to merge search demand signals into each market row. You will receivesearch_volume and priority_scoreinside each markets[] item when available.
Volume Data
search_volumeintegernullableEstimated monthly search volume for the prompt
priority_scorenumbernullableComposite priority score merged from volume/intent
markets[].search_volume descending to find your highest-impact opportunities.Use Cases
- Track overall brand visibility across all AI models
- Identify which models favor your brand and which need improvement
- Analyze per-prompt performance to find optimization opportunities
- Prioritize high-volume prompts with
include_volume=true - Monitor ranking trends over different time periods with the
daysparameter
