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 apps from a Google Play top collection API Playground
Returns apps from a Google Play collection and category.
GETapiKey1 credit/requestgoogleplay.listResultsResponseDocGooglePlay
Endpoint details
Returns apps from a Google Play collection and category.
- Method
- GET
- Path
- /googleplay/list
- Authentication
- apiKey
- Credit cost
- 1 credit/request
- Platform
- GooglePlay
- Parameters
- 8 documented fields
Request parameters
collection:querycategory:queryage:querynum:querycountry:querylang:queryfull_detail:queryx-api-key:header
Response schema fields
codedatamsg
Sample response summary
{
"code": 200,
"msg": "OK",
"data": [
{
"app_id": "com.openai.chatgpt",
"title": "ChatGPT",
"developer": "OpenAI",
"score": 4.8
}
]
}cURL example
curl "https://api.crawlora.net/api/v1/googleplay/list" \
-H "x-api-key: <api-key>"