This guide walks you through registering for an API key, fetching app metadata, pulling an intelligence report, and exploring keyword data — all in five steps.
Base URL for all requests: https://api.appeeky.com
1
Get Your API Key
Create a free account on the Appeeky Dashboard to get your API key with 100 monthly credits.
Save your API key immediately — it is displayed only once. The key is stored as a SHA-256 hash and cannot be retrieved later. You can regenerate a new key from the dashboard at any time.
For the remaining steps, replace YOUR_API_KEY with the key you received.
2
Make Your First Request
Fetch metadata for Block Blast! (App ID 1617391485). This returns the full iTunes Lookup data: title, developer, screenshots, version, ratings, and more.
Use the country query parameter to get localized metadata. Default is us. Common values: us, gb, de, jp, fr, kr, br.
3
Get an Intelligence Report
The intelligence endpoint returns market estimates (downloads, revenue), in-app purchases, similar apps, and sentiment analysis — all in a single call.
The intelligence endpoint costs 5 credits because it aggregates data from multiple sources in parallel. Use /v1/apps/:id (2 credits) if you only need basic metadata.
4
Explore Keywords
See which apps rank for a specific keyword, along with popularity and competitiveness scores.
{ "data": { "keyword": "puzzle game", "country": "us", "status": "tracked", "message": "Keyword is now being tracked. Rankings will be updated daily." }}
Tracked keywords are scraped daily. Historical rank data becomes available through the /v1/apps/:id/keywords/trends endpoint after the first scrape cycle.