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
Search Google Play API Playground
Returns Google Play search results for a term.
GETapiKey1 credit/requestgoogleplay.searchResultsResponseDocGooglePlay
Endpoint details
Returns Google Play search results for a term.
- Method
- GET
- Path
- /googleplay/search
- Authentication
- apiKey
- Credit cost
- 1 credit/request
- Platform
- GooglePlay
- Parameters
- 7 documented fields
Request parameters
term:querynum:querycountry:querylang:queryfull_detail:queryprice: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/search?term=<term>" \
-H "x-api-key: <api-key>"