App Store Keywords Discovery Tool avatar

App Store Keywords Discovery Tool

Pricing

from $4.99 / 1,000 results

Go to Apify Store
App Store Keywords Discovery Tool

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

codingfrontend

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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

FieldTypeDefaultDescription
keywordstring(required)Seed keyword to expand (e.g. photo editor, game)
countrystring"us"App Store country code (us, gb, fr, de, in, etc.)
expandAlphabetbooleantrueAppend a-z and 0-9 to seed for more keyword discovery
maxKeywordsinteger200Maximum unique keywords to return (1–2000)

Example INPUT.json

{
"keyword": "photo editor",
"country": "us",
"expandAlphabet": true,
"maxKeywords": 200
}

Output Fields

FieldTypeDescription
positionintegerRank position (1-based)
keywordstringDiscovered keyword suggestion
sourcestringThe query that produced this suggestion
seedKeywordstringOriginal seed keyword
countrystringApp Store country used
searchUrlstringDirect Apple App Store search URL for this keyword
scrapedAtstringISO 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

  1. The tool calls Apple's search hints API: https://search.itunes.apple.com/WebObjects/MZSearchHints.woa/wa/hints
  2. With expandAlphabet: true, it queries <keyword>, <keyword> a, <keyword> b, ..., <keyword> z, <keyword> 0, ..., <keyword> 9 β€” 37 queries total
  3. Each query returns up to 30 suggestions from Apple's real-time index
  4. 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