Contents

SearchTermPopularityRow

A single search term popularity data row.

Declaration

object SearchTermPopularityRow

Properties

NameTypeDescription
weekdate

The date immediately following the completed weekly range, in YYYY-MM-DD format. For example, a range covering Sunday through Saturday returns the following Sunday’s date. Present when granularity is WEEKLY_SUN_SAT. Read-only.

monthstring

Calendar month of the report snapshot in YYYY-MM format. Present when granularity is MONTHLY. Read-only.

countryOrRegionstring

ISO 3166-1 alpha-2 country or region code. Data is available for approximately 90 countries and regions, excluding Russia and Belarus. Always included in the response. Read-only.

genrestring

App Store genre classification. Always included in the response. Read-only.

searchTermstring

The search term. Only terms meeting eligibility criteria (≥ 500 searches and ≥ 10 impressions within the reporting period) are included. Always included in the response. Read-only.

rankInGenreinteger

Rank of the search term by search volume within its country or region and genre. Rank 1 = highest volume. Up to 500 search terms per country and genre combination. Included only when requested via the request’s fields array. Read-only.

searchPopularityInGenreinteger

Popularity within country or region and genre on a 1–100 scale. 100 = most popular within that genre. Included only when requested via the request’s fields array. Read-only.

searchPopularity1to100integer

Popularity score on a 1–100 scale across all genres within the country or region. 100 = most popular overall. Use to compare a term’s in-genre popularity against its market-wide popularity. Include only when requested via the request’s fields array. Read-only.

searchPopularity1to5integer

Popularity across all genres within country/region on a 1–5 scale. 5 = most popular. Matches the Search Popularity metric displayed in Campaign Management. Include only when requested via the request’s fields array. Read-only.

Discussion

Each SearchTermPopularityRow represents one combination of time period, country or region, genre, and search term in a search term popularity report. The date field present depends on the granularity in SearchTermPopularityTimeRange: week for WEEKLY_SUN_SAT, month for MONTHLY.

Popularity metrics

The response provides three popularity scales, each scoped differently.

Example

{
  "week": "2025-01-05",
  "countryOrRegion": "US",
  "genre": "GAMES",
  "searchTerm": "awayfinder",
  "rankInGenre": 42,
  "searchPopularityInGenre": 78,
  "searchPopularity1to100": 65,
  "searchPopularity1to5": 4
}

See Also