App Store intelligence API
Public store data, App Store Connect, RevenueCat — API & MCP
Ship ASO workflows with real store data
Pull keywords, intelligence, market signals, and App Store Connect actions through one API — or expose the same tools to agents via MCP. No duplicate dashboards: My Data mirrors what you save on appeeky.com.
Research & compare
Keyword ranks, suggestions, competitor gaps, charts, and reviews — structured for analysis and iteration.
Automate with agents
Point Cursor, Claude, Codex, or any MCP client at Appeeky — same scopes and credits as REST, tool-first ergonomics.
ASO & metadata
Audits, opportunity scans, versioned copy, and saved reports — callable from code or from your agent stack.
- v1Stable REST surface
- 0Credits on My Data routes
- MCPStreamable HTTP server
- BYOKASC & RevenueCat headers
Endpoints & MCP
What you can call
The reference lists health, apps, keywords, search, market, screenshots, ASO, App Store Connect, RevenueCat, and My Data — same surface for REST and MCP.
GET /v1/apps/{appId}/intelligence?country=us
Downloads/revenue estimates, sentiment, similar apps, IAPs — one payload for ASO and research.
REST
One base URL for every route
Send X-API-Key on every request. Credits apply per successful call on metered endpoints; health and My Data follow the published rules.
GET https://api.appeeky.com/v1/health
GET https://api.appeeky.com/v1/apps/{appId}/intelligence?country=us
# + X-API-Key: apk_…MCP
Same key, streamable server
Add the Appeeky MCP endpoint in your client; tools map to the same namespaces as REST.
https://mcp.appeeky.com/mcpMCP setupOptional vendor credentials
App Store Connect and RevenueCat integrations accept per-request headers or stored credentials from your Appeeky account — so agents and backends can act on your behalf without sharing secrets in chat logs.
The foundation for App Store intelligence
One contract for organic research, competitive monitoring, and shipping changes — whether you integrate in product or orchestrate through an LLM.
Fast responses
JSON APIs tuned for dashboards and agents — paginate or pull focused slices instead of scraping storefronts.
Broad coverage
Apps, keywords, market, ASO, screenshots, ASC, RevenueCat, and account-scoped My Data — one versioned surface.
Proxy, don’t hoard
App Store Connect calls use your Issuer ID, Key ID, and .p8 in headers — Appeeky proxies; private keys are not stored.
Editable metadata
Patch localizations, manage versions, and sync what you track on the web — REST or MCP, same semantics.
Key scopes
Optional read/write scopes for My Data — or run unrestricted keys when you need full automation.
Built for AI
MCP exposes tools your model can call; Agent Skills document patterns for ASO playbooks on top of live data.
Account data
My Data
My Apps
GET/POST/PATCH/DELETE /v1/user/apps
Your tracked app list.
Competitors
GET/POST/DELETE /v1/user/apps/:appId/competitors
Competitor apps per tracked app.
Tracked keywords
GET/POST/DELETE /v1/user/apps/:appId/keywords
Keywords monitored per app.
Metadata versions
GET/POST/PATCH /v1/user/apps/:appId/versions
Versioned ASO copy — title, subtitle, description, keywords.
Reports
GET/DELETE /v1/user/reports
Saved ASO analysis reports.
Credits
0
All My Data calls are free — they do not use monthly credits.
Scopes
Optional key scopes at appeeky.com: apps:read for GET, apps:write for mutations — or unrestricted (default).
Surface area
Everything in the Appeeky platform
Credits apply per successful API call; MCP uses the same key and the same tool surface. Failed requests do not consume credits.
Keywords & ASO
App keyword rankings, Apple Search suggestions, volume/difficulty metrics, historical trends, competitor keyword compare and gap analysis, and keyword tracking — built for organic research and iteration.
App intelligence
Per-app intelligence: estimates, similar apps, sentiment, IAPs, plus metadata, reviews, and multi-country chart positions.
Search & discovery
App search, category charts, new releases, discover feeds, trending keywords, and featured apps — for research and monitoring.
Market intelligence
Market movers, activity, and keyword-level trends — macro view of what's moving on the store.
Reviews & rankings
Pull reviews at scale and chart positions across countries — for qualitative and competitive context.
Screenshots & creative
App screenshots by device, competitor screenshot compare, and top-of-category screenshot pulls — useful for creative and competitive reviews.
ASO automation
Dedicated ASO routes: audits, opportunity scans, metadata suggest/validate, and competitor reports under /v1/aso/… — on top of keyword and intelligence data.
Agent Skills
Pre-built ASO skills for Cursor, Claude Code, and compatible agents — frameworks and templates that call the MCP server for live data.
Install & use skillsStart with a key
Sign in to issue an API key, then use the REST API or configure MCP. Free tier includes monthly credits to try real endpoints.