Endpoints
MCP tools:
asa_search_term_popularity, asa_impression_share, asa_keyword_suggestions, asa_phrase_popularity.
Search Term Popularity
Returns the highest-volume search terms in an App Store genre and country. Scores are Apple’s official relative popularity, not estimated volume.curl
Each row includes:
Weekly windows must start on a Sunday. Monthly windows use calendar months. Timezone is UTC.
Look up specific keywords
Passterms to score known App Store queries instead of the full genre ranking. The term must appear in that country + genre that week; otherwise the row is omitted.
curl
Keyword Suggestions
Apple-suggested keywords for an advertised app, sorted by popularity.adamId must be an app in your Apple Ads account.
curl
adamId is required. Optional terms seed related suggestions. Each result is { text, popularity } on a 0–100 scale.
Phrase Popularity
SEARCH looks up Apple’s brand/business phrase catalog (not App Store search terms). A single phrase uses LIKE (%chat% → Chatime, Chatr Mobile). Multiple phrases use exact IN. SUGGESTION needs an advertised adamId.
curl
Impression Share
How often your ads appeared for a search term, out of all searches on that term in the same country. Requires anadamId you advertise.
curl
rank (1 = highest share) and searchPopularity1to5.
Daily windows are capped at 30 days. Default is the last 14 complete UTC days.
What this is not
- Not exact search volume (impression counts). Scores are relative.
- Not organic rank or difficulty. Pair with Keyword Metrics and Keyword Rankings.
- Not a public keyword database. You still need an Apple Ads account.
- Not a replacement for search terms reports, which show queries that actually triggered your ads.

