Public Playground

Preview the endpoint before sending a live request

Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.

Playground

Retrieve full Google Play app details API Playground

Returns normalized app metadata from a Google Play details page, including installs, ratings, pricing, version info, developer metadata, media assets, release state, and selected.

GETapiKey1 credit/requestgoogleplay.AppDetailsResponseGooglePlay

Endpoint

Choose one catalog endpoint for this request.

10 shown
GETapiKey1 credit/requestgoogleplay.AppDetailsResponseGooglePlay
GET /googleplay/app

Retrieve full Google Play app details

Returns normalized app metadata from a Google Play details page, including installs, ratings, pricing, version info, developer metadata, media assets, release state, and selected user comments. Defaults: `country=us`, `lang=en`.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key
View docs

API key

API key required for live requests. Your key is only used to send requests from this Playground.

not configured

Active Playground key: not configured

Manage API keys in Console

Required query parameters

Add an API key to send a live request.

If an active API key is configured, Copy cURL includes it. Share links never include API keys.

View docs
Sample responseGET

Shown before your first request. Add an API key and send a request to see the live response, status, latency, and headers.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "title": "ChatGPT",
    "description": "The official app by OpenAI. Get instant answers, creative inspiration, and learning support wherever you are.",
    "description_html": "The official app by OpenAI.<br><br>Get instant answers, creative inspiration, and learning support wherever you are.",
    "summary": "The official app by OpenAI",
    "installs": "100,000,000+",
    "min_installs": 100000000
  }
}

Endpoint details

Returns normalized app metadata from a Google Play details page, including installs, ratings, pricing, version info, developer metadata, media assets, release state, and selected user comments. Defaults: `country=us`, `lang=en`.

Method
GET
Path
/googleplay/app
Authentication
apiKey
Credit cost
1 credit/request
Platform
GooglePlay
Parameters
4 documented fields

Request parameters

app_id:querycountry:querylang:queryx-api-key:header

Response schema fields

codedatadata.ad_supporteddata.android_max_versiondata.android_versiondata.android_version_textdata.app_iddata.availabledata.categoriesdata.categories[].iddata.categories[].namedata.comments

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "title": "ChatGPT",
    "description": "The official app by OpenAI. Get instant answers, creative inspiration, and learning support wherever you are.",
    "description_html": "The official app by OpenAI.<br><br>Get instant answers, creative inspiration, and learning support wherever you are.",
    "summary": "The official app by OpenAI",
    "installs": "100,000,000+",
    "min_installs": 100000000
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/googleplay/app?app_id=<app_id>" \
  -H "x-api-key: <api-key>"