GooglePlay API endpoint
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`.
GETapiKey1 credit/requestgoogleplay.AppDetailsResponse
/googleplay/appParameters
| Name | In | Type | Required | Enum | Example | Description |
|---|---|---|---|---|---|---|
| app_id | query | string | Yes | com.openai.chatgpt | Google Play package name | |
| country | query | string | No | us | Two-letter storefront country code | |
| lang | query | string | No | en | Two-letter language code | |
| x-api-key | header | string | Yes | API key required |
Authentication
Send your scraping API key in the x-api-key header. Use the console API Keys page to rotate or select the active key.
Billing
Endpoint usage is metered in credits. The plan prices, included credits, limits, and overage rates below match the active backend billing configuration.
- Credit cost
- 1 credit/request
- Charged response
- Successful 2xx responses
| Plan | Price | Included credits | Daily cap | Rate limit | Overage |
|---|---|---|---|---|---|
| Free | $0/mo | 2,000 | 500 daily credits | 5/min | No overage |
| Starter | $9/mo | 20,000 | 5,000 daily credits | 15/min | $0.75/1,000 overage credits when enabled |
| Growth | $29/mo | 100,000 | 25,000 daily credits | 45/min | $0.45/1,000 overage credits when enabled |
| Pro | $79/mo | 400,000 | No daily cap | 120/min | $0.30/1,000 overage credits |
| Business | $199/mo | 1,200,000 | No daily cap | 300/min | $0.20/1,000 overage credits |
| Enterprise | $499/mo | 5,000,000 | No daily cap | 1,000/min | $0.12/1,000 overage credits |
Failure responses
| Status | Description | Schema |
|---|---|---|
| 400 | Bad Request | #/definitions/app.Response |
| 404 | Not Found | #/definitions/app.Response |
| 429 | Too Many Requests | #/definitions/app.Response |
| 500 | Internal Server Error | #/definitions/app.Response |
Example response
{
"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
}
}Request schema
No body schema
Response schema
#/definitions/googleplay.AppDetailsResponse
| Field | Type | Required | Enum | Bounds | Example | Description |
|---|---|---|---|---|---|---|
| code | integer | No | 200 | |||
| data | googleplay.App | No | ||||
| data.ad_supported | boolean | No | false | |||
| data.android_max_version | string | No | 15 | |||
| data.android_version | string | No | 8.0 | |||
| data.android_version_text | string | No | 8.0 and up | |||
| data.app_id | string | No | com.openai.chatgpt | |||
| data.available | boolean | No | true | |||
| data.categories | array | No | ||||
| data.categories[].id | string | No | PRODUCTIVITY | |||
| data.categories[].name | string | No | Productivity | |||
| data.comments | array | No | ["Great app","Very useful"] | |||
| data.content_rating | string | No | Teen | |||
| data.content_rating_description | string | No | Users Interact, In-App Purchases | |||
| data.currency | string | No | USD | |||
| data.description | string | No | Introducing ChatGPT for Android: OpenAI's latest advancements at your fingertips. | |||
| data.description_html | string | No | Introducing ChatGPT for Android: OpenAI's latest advancements at your fingertips.<br><br>This official app is free. | |||
| data.developer | string | No | OpenAI | |||
| data.developer_address | string | No | 1455 3RD St, San Francisco, CA 94158-2210, United States | |||
| data.developer_email | string | No | [email protected] | |||
| data.developer_id | string | No | 7577165439232992817 | |||
| data.developer_internal_id | string | No | 7577165439232992817 | |||
| data.developer_legal_address | string | No | 1455 3RD St, San Francisco, CA 94158-2210, United States | |||
| data.developer_legal_email | string | No | [email protected] | |||
| data.developer_legal_name | string | No | OpenAI Opco, LLC | |||
| data.developer_legal_phone_number | string | No | +1 415-231-2395 | |||
| data.developer_website | string | No | https://help.openai.com | |||
| data.discount_end_date | string | No | 2026-03-31T23:59:59Z | |||
| data.early_access_enabled | boolean | No | false | |||
| data.features | array | No | ||||
| data.features[].description | string | No | Get answers, writing help, and image generation. | |||
| data.features[].title | string | No | AI assistant | |||
| data.free | boolean | No | true | |||
| data.genre | string | No | Productivity | |||
| data.genre_id | string | No | PRODUCTIVITY | |||
| data.header_image | string | No | https://play-lh.googleusercontent.com/sample-header-image | |||
| data.histogram | object | No | ||||
| data.iap_range | string | No | $0.99 - $199.99 per item | |||
| data.icon | string | No | https://play-lh.googleusercontent.com/lmG9HlI0awHie0cyBieWXeNjpyXvHPwDBb8MNOVIyp0P8VEh95AiBHtUZSDVR3HLe3A | |||
| data.installs | string | No | 100,000,000+ | |||
| data.is_available_in_play_pass | boolean | No | false | |||
| data.max_installs | integer | No | 500000000 | |||
| data.min_installs | integer | No | 100000000 | |||
| data.offers_iap | boolean | No | true | |||
| data.original_price | number | No | 4.99 | |||
| data.preregister | boolean | No | false | |||
| data.preview_video | string | No | https://play.google.com/preview/sample | |||
| data.price | number | No | 0 | |||
| data.price_text | string | No | Free | |||
| data.privacy_policy | string | No | https://openai.com/policies/privacy-policy | |||
| data.ratings | integer | No | 40123456 | |||
| data.recent_changes | string | No | Bug fixes and performance improvements. | |||
| data.released | string | No | 2023-07-19 | |||
| data.reviews | integer | No | 1234567 | |||
| data.score | number | No | 4.8 | |||
| data.score_text | string | No | 4.8 | |||
| data.screenshots | array | No | ["https://play-lh.googleusercontent.com/sample-screenshot-1","https://play-lh.googleusercontent.com/sample-screenshot-2"] | |||
| data.summary | string | No | The official app by OpenAI | |||
| data.title | string | No | ChatGPT | |||
| data.updated | integer | No | 1736899200 | |||
| data.url | string | No | https://play.google.com/store/apps/details?id=com.openai.chatgpt&hl=en&gl=us | |||
| data.version | string | No | 1.2026.056 | |||
| data.video | string | No | https://play.google.com/video/sample | |||
| data.video_image | string | No | https://play-lh.googleusercontent.com/sample-video-cover | |||
| msg | string | No | OK |
Example request
curl -X GET "https://api.crawlora.net/api/v1/googleplay/app?app_id=com.openai.chatgpt&country=us&lang=en" -H "x-api-key: <api-key>"
TypeScript fetch
const url = new URL("https://api.crawlora.net/api/v1/googleplay/app");
url.searchParams.set("app_id", "com.openai.chatgpt");
url.searchParams.set("country", "us");
url.searchParams.set("lang", "en");
const headers = new Headers();
headers.set("x-api-key", "<api-key>");
const response = await fetch(url, {
method: "GET",
headers,
});
const payload = await response.json();