App Store Search — iTunes Search API by Keyword avatar

App Store Search — iTunes Search API by Keyword

Pricing

$0.20 / 1,000 apple app store search results

Go to Apify Store
App Store Search — iTunes Search API by Keyword

App Store Search — iTunes Search API by Keyword

Search the Apple App Store by keyword and country. One row per (query × country × result) with rank, rating, price, IAPs, developer, screenshots. Uses the public iTunes Search API. Datacenter-friendly, no auth.

Pricing

$0.20 / 1,000 apple app store search results

Rating

0.0

(0)

Developer

vøiddo

vøiddo

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

App Store Search

Search the Apple App Store by keyword + country. Returns the same ranked results as the App Store search UI. One row per (query × country × hit) with rank, rating, price, IAPs, developer, screenshots. Public iTunes Search API, no auth.

What you get

{
"snapshotAt": "2026-06-03T07:00:00+00:00",
"query": "meditation",
"country": "us",
"rank": 1,
"appId": "1108187452",
"bundleId": "com.calm.app",
"trackName": "Calm",
"artistName": "Calm.com, Inc.",
"primaryGenreName": "Health & Fitness",
"price": 0.0,
"formattedPrice": "Free",
"currency": "USD",
"averageUserRating": 4.78231,
"userRatingCount": 1856331,
"version": "6.94.1",
"trackViewUrl": "https://apps.apple.com/us/app/calm/id1108187452?uo=4",
"artworkUrl512": "https://is1-ssl.mzstatic.com/image/thumb/…/512x512.png",
"description": "Calm is the #1 app for sleep and meditation. …"
}

How to use

Input.

{
"queries": ["meditation", "habit tracker", "language learning"],
"countries": ["us", "gb", "de"],
"limit": 50,
"entity": "software"
}

queries — list of search terms. Each runs against each country independently. Useful for ASO keyword-rank tracking.

countries — ISO 3166-1 alpha-2 storefront codes.

limit — results per (query × country), 1-200.

entitysoftware (iPhone), iPadSoftware, macSoftware, or tvSoftware.

Pricing

PAY_PER_EVENT · $0.0002 per search_result · 5 000 results = $1.

Buyer

  • ASO consultants tracking keyword rank for client apps.
  • Mobile growth running weekly competitive-keyword reports.
  • New-app validators checking what's already ranking for a target term.
  • Anyone scripting App Store discovery.

Source

https://itunes.apple.com/search?term=<Q>&country=<CC>&entity=software&limit=<N> — Apple's free public Search API. Same backend that powers apps.apple.com search. Actor paces 0.3 s between calls.