App Store Keywords Discovery Tool
Pricing
from $4.99 / 1,000 results
Go to Apify Store

App Store Keywords Discovery Tool
Discover untapped keywords from Apple App Store search suggestions. Get real-time keyword data for ASO optimization and market research.
Pricing
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
codingfrontend
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
App Store Keywords Discovery Tool π
Discover untapped keywords and search suggestions from the Apple App Store for any seed keyword. Uses Apple's official search hints API to return real-time autocomplete suggestions β perfect for ASO (App Store Optimization) and market research.
Features
- Apple's official hints API β uses the same real-time suggestions shown when typing in the App Store
- Alphabet expansion β automatically appends a-z and 0-9 to the seed keyword to discover hundreds of long-tail keywords
- Multi-country support β 30+ country App Stores supported (US, UK, France, Germany, India, etc.)
- No browser needed β pure HTTP API calls, fast and lightweight
- Deduplication β returns only unique keyword suggestions
Input Parameters
| Field | Type | Default | Description |
|---|---|---|---|
keyword | string | (required) | Seed keyword to expand (e.g. photo editor, game) |
country | string | "us" | App Store country code (us, gb, fr, de, in, etc.) |
expandAlphabet | boolean | true | Append a-z and 0-9 to seed for more keyword discovery |
maxKeywords | integer | 200 | Maximum unique keywords to return (1β2000) |
Example INPUT.json
{"keyword": "photo editor","country": "us","expandAlphabet": true,"maxKeywords": 200}
Output Fields
| Field | Type | Description |
|---|---|---|
position | integer | Rank position (1-based) |
keyword | string | Discovered keyword suggestion |
source | string | The query that produced this suggestion |
seedKeyword | string | Original seed keyword |
country | string | App Store country used |
searchUrl | string | Direct Apple App Store search URL for this keyword |
scrapedAt | string | ISO 8601 timestamp |
Example Output
{"position": 1,"keyword": "photo editor","source": "photo editor","seedKeyword": "photo editor","country": "us","searchUrl": "https://search.itunes.apple.com/.../search?term=photo%20editor","scrapedAt": "2025-05-15T10:00:00.000Z"}
How It Works
- The tool calls Apple's search hints API:
https://search.itunes.apple.com/WebObjects/MZSearchHints.woa/wa/hints - With
expandAlphabet: true, it queries<keyword>,<keyword> a,<keyword> b, ...,<keyword> z,<keyword> 0, ...,<keyword> 9β 37 queries total - Each query returns up to 30 suggestions from Apple's real-time index
- All unique keywords across all queries are deduplicated and returned
Supported Country Codes
us, gb, au, ca, fr, de, it, es, jp, cn, in, br, ru, mx, kr, nl, se, no, dk, fi, pl, hk, sg, ar, tr, id, th, my, ph, vn, ae, sa
Use Cases
- ASO Optimization β find keywords your target users type in the App Store
- Market Research β understand demand for app categories
- Competitor Analysis β see what keywords lead to competitor apps
- Content Strategy β discover user language and terminology
- New App Ideas β identify underserved keyword gaps