Apple App Store
Extract data from Apple App Store
Apple App Store
Extract data from Apple App Store. 8 endpoints available.
Base URL: /v1/app_store/...
Getting Started
Make your first request to any endpoint below.
3. Read computed fields
Every response includes computed fields: engagement_rate, language, content_category, and estimated_reach. See Computed fields for formulas, clamping rules, and null semantics.
Endpoints
| Endpoint | Path | Credit Tier |
|---|---|---|
| Search Apple App Store apps by keyword | /v1/app_store/app-search | advanced (5cr) |
| Get full Apple App Store app details | /v1/app_store/app-info | advanced (5cr) |
| Get Apple App Store reviews for an app | /v1/app_store/app-reviews | advanced (5cr) |
| Get an Apple App Store chart | /v1/app_store/app-list | advanced (5cr) |
| Search the Apple App Store listings database (paginated) | /v1/app_store/app-listings-search | premium (10cr) |
| List Apple App Store app categories | /v1/app_store/categories | standard (1cr) |
| List supported Apple App Store storefront locations | /v1/app_store/locations | standard (1cr) |
| List supported Apple App Store languages | /v1/app_store/languages | standard (1cr) |
Notes
- All endpoints use
GETmethod with query parameters - Authentication via
x-api-keyheader - Responses follow the unified SocialCrawl schema
