/appstore/appapiKey1 credit/requestRetrieve full App Store app details
Returns normalized app metadata from the App Store lookup API. Provide either `id` or `app_id`.
Required params: None
API Reference
Use Crawlora's App Store Scraper API endpoints to extract supported public AppStore data as structured JSON. This documentation covers 10 active endpoints including Retrieve full App Store app details, Retrieve apps by developer ID, Retrieve App Store collection rankings, Retrieve App Store privacy disclosures, and related APIs. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and AI-agent workflows without maintaining platform-specific scraping code. Each endpoint page documents authentication, request parameters such as dev_id, id, term, cURL examples, response examples, response schemas, errors, credit cost, and Playground testing. Send requests to the Crawlora API with an x-api-key header, review usage and plan limits on pricing, and test safe sample requests in Playground before moving the workflow into production.
Choose an endpoint, send an authenticated request with the x-api-key header, and inspect the normalized JSON response. The examples below use the public Crawlora API base URL and the same endpoint catalog used by Playground.
curl -X GET "https://api.crawlora.net/api/v1/appstore/app?id=553834731&app_id=com.midasplayer.apps.candycrushsaga&country=us&lang=en-us&ratings=true" \
-H "x-api-key: $CRAWLORA_API_KEY"These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.
/appstore/appapiKey1 credit/requestReturns normalized app metadata from the App Store lookup API. Provide either `id` or `app_id`.
Required params: None
/appstore/developer/{dev_id}apiKey1 credit/requestReturns App Store apps associated with a specific developer artist ID.
Required params: dev_id:path
/appstore/listapiKey1 credit/requestReturns ranked App Store apps from an iTunes RSS collection, optionally expanded to full lookup details.
Required params: None
/appstore/privacy/{id}apiKey1 credit/requestReturns the app privacy cards shown on the App Store page, including data categories and purposes.
Required params: id:path
/appstore/ratingsapiKey1 credit/requestReturns total ratings count and the 1-5 star histogram shown on the App Store product page.
Required params: None
/appstore/reviewsapiKey3 credits/requestReturns one page of customer reviews for an app. Provide either `id` or `app_id`.
Required params: None
/appstore/searchapiKey1 credit/requestReturns App Store search results for a term. Set `ids_only=true` to return only app IDs.
Required params: term:query
/appstore/similarapiKey1 credit/requestReturns the related apps shown on the App Store product page. Provide either `id` or `app_id`.
Required params: None
/appstore/suggest/{term}apiKey1 credit/requestReturns suggested search terms for the given partial keyword.
Required params: term:path
/appstore/version-history/{id}apiKey1 credit/requestReturns the version history entries shown in the App Store "What's New" section.
Required params: id:path
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| Retrieve full App Store app details | /appstore/app | GET | 1 credit/request | None | View docs | Try endpoint |
| Retrieve apps by developer ID | /appstore/developer/{dev_id} | GET | 1 credit/request | dev_id:path | View docs | Try endpoint |
| Retrieve App Store collection rankings | /appstore/list | GET | 1 credit/request | None | View docs | Try endpoint |
| Retrieve App Store privacy disclosures | /appstore/privacy/{id} | GET | 1 credit/request | id:path | View docs | Try endpoint |
| Retrieve App Store ratings histogram | /appstore/ratings | GET | 1 credit/request | None | View docs | Try endpoint |
| Retrieve App Store reviews | /appstore/reviews | GET | 3 credits/request | None | View docs | Try endpoint |
| Search the App Store | /appstore/search | GET | 1 credit/request | term:query | View docs | Try endpoint |
| Retrieve "You Might Also Like" apps | /appstore/similar | GET | 1 credit/request | None | View docs | Try endpoint |
| Retrieve App Store search suggestions | /appstore/suggest/{term} | GET | 1 credit/request | term:path | View docs | Try endpoint |
| Retrieve App Store version history | /appstore/version-history/{id} | GET | 1 credit/request | id:path | View docs | Try endpoint |