Skip to main content
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
Examples below use the Apple App Store (the default). To query Google Play, add platform=google and use a package name as the app identifier (e.g. com.spotify.music). See Platforms.

1

Get Your API Key

Create a free account on the Appeeky Dashboard to get your API key with 100 monthly credits.

Create Your Account

Sign up with email or GitHub — your API key is generated instantly.
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.
Response (200 OK):
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.
Response (200 OK):
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.
Response (200 OK):
5

Track a Keyword

Add a keyword to the daily scraping pipeline so rank data stays fresh.
Response (200 OK):
Tracked keywords are scraped daily. Historical rank data becomes available through the /v1/apps/:id/keywords/trends endpoint after the first scrape cycle.

Next Steps

You’ve covered the basics. Dive deeper into specific areas:

App Metadata

Full app details, screenshots, and version history

Intelligence Reports

Revenue estimates, downloads, IAPs, and competitor analysis

Keyword Rankings

See which apps rank for any keyword

App Keywords

Discover all keywords an app ranks for

ASO Tools

Audits, briefs, intent clusters, and metadata suggestions

AI Visibility

See how often ChatGPT, Gemini, Claude, and Perplexity recommend your app

Search Apps

Search the App Store by keyword or ID

Category Charts

Top apps by category, chart type, and country

MCP Server

Connect Claude, Cursor, or any MCP client to App Store & Google Play intelligence

Rate Limits

Credit costs, plans, and usage tracking

API Overview

Complete endpoint reference and error codes