CLI First
Endpoints
All Standard and Live endpoints are available for both Google Play and Apple App Store via the same route pattern:
/v1/app-data/{google|apple}/{endpoint}.
Google Play Endpoints
Standard (Async) Endpoints
Live Endpoint
Meta Endpoints
Apple App Store Endpoints
Standard (Async) Endpoints
Live Endpoint
Meta Endpoints
General Utility
Async Workflow (Standard Endpoints)
Standard endpoints use a three-step async pattern:- Submit a task via
POST /v1/app-data/{platform}/{endpoint}— returns a task ID. - Check readiness via
GET /v1/app-data/{platform}/{endpoint}/tasks-ready— returns ready task IDs. - Retrieve results via
GET /v1/app-data/{platform}/{endpoint}/:task_id— returns full results.
GET /v1/app-data/google/{endpoint}/:task_id/html.
Parameters (app-searches)
When to use
- Finding apps that rank for a keyword on Google Play or App Store
- Competitive keyword research for ASO (App Store Optimization)
- Tracking which apps appear for your target keywords
App Listings (Live)
Instant search across app listings — no async wait. Available for both platforms.Parameters (app-listings)
When to use
- Browsing apps in a category without waiting for async tasks
- Quick competitive scans of a market segment
- Finding apps by title or category in real time
App Info
Retrieve detailed metadata for a specific app.Parameters (app-info)
When to use
- Getting full metadata for a specific app (installs, ratings, screenshots)
- Building competitive intelligence reports
- Monitoring app store listing changes over time
Task Retrieval Formats
Google Play standard endpoints support two retrieval formats via the task-get URL:
Apple App Store endpoints only support the advanced (default) format.
Credit Costs
app-listings is metered rather than flat: the provider bills us per returned
item, so its price is computed from the request’s own limit (1–1000, default
20). credits_used on every response is the amount actually charged.