Skip to main content
Apple Ads Platform API v1 adds first-class search term popularity and keyword suggestions with popularity scores. These are market demand signals, not campaign performance reports. Campaign reports (what users typed that triggered your ads) stay on Reports. Use Insights when you want Apple’s relative search volume for a genre, country, or app.
Requires connected Apple Search Ads credentials. Same OAuth keys as Campaign Management API v5. Appeeky calls https://api.ads.apple.com/v1 with X-AP-Context: adAccountId=….

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

Pass terms 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
This is the App Store keyword-popularity path. Phrase SEARCH below is a different catalog (brand / business names).

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 an adamId you advertise.
curl
Share is exact from 1–90%. Above 90% Apple returns the 91–100% bucket. Each row also includes 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.
Campaign Management API v5 remains in use for campaigns, keywords, and reports until Apple retires it on 26 January 2027.