App Store Search Suggestions
Pricing
from $4.99 / 1,000 results
App Store Search Suggestions
Get real-time App Store search suggestions from Apple's autocomplete API. Perfect for discovering in-demand apps and keywords.
App Store Search Suggestions
Pricing
from $4.99 / 1,000 results
Get real-time App Store search suggestions from Apple's autocomplete API. Perfect for discovering in-demand apps and keywords.
You can access the App Store Search Suggestions programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in API & Integrations in Apify Console.
$echo '{< "queries": [< "photo editor",< "fitness tracker",< "game"< ],< "country": "us",< "limit": 30,< "requestDelayMs": 200,< "timeoutSecs": 30<}' |<apify call codingfrontend/app-store-search-suggestions --silent --output-datasetThe Apify CLI is the official tool that allows you to use App Store Search Suggestions locally, providing convenience functions and automatic retries on errors.
Using installation script (macOS/Linux):
$curl -fsSL https://apify.com/install-cli.sh | bashUsing installation script (Windows):
$irm https://apify.com/install-cli.ps1 | iexUsing Homebrew:
$brew install apify-cliUsing npm:
$npm install -g apify-cliOther API clients include: