Skip to main content
Search apps by keyword. On the Apple App Store, a numeric query performs a direct App ID lookup instead of a keyword search. Pass platform=google to search Google Play instead.

Query Parameters

The limit parameter is capped at 50. Any value above 50 will be silently reduced to 50. The minimum query length is 2 characters — shorter queries will return a 400 error.

Code Examples

cURL
For Google Play, results use package names (e.g. com.king.candycrushsaga) as the app id.

Numeric App ID Lookup

Response — Numeric App ID Lookup

When q is a numeric string, the API performs a direct iTunes Lookup and returns the single matching app:

App Object

Numeric queries: When q is a number (e.g. 1617391485), the API bypasses the iTunes Search API and performs a direct iTunes Lookup by App ID. This returns exactly one result and is faster and more reliable than keyword searching when you already know the App ID.

Errors