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 similar Google Play apps API Playground
Returns apps from the "Similar apps" cluster on an app details page.
GETapiKey1 credit/requestgoogleplay.similarResultsResponseDocGooglePlay
Endpoint details
Returns apps from the "Similar apps" cluster on an app details page.
- Method
- GET
- Path
- /googleplay/similar
- Authentication
- apiKey
- Credit cost
- 1 credit/request
- Platform
- GooglePlay
- Parameters
- 6 documented fields
Request parameters
app_id: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"
}
]
}cURL example
curl "https://api.crawlora.net/api/v1/googleplay/similar?app_id=<app_id>" \
-H "x-api-key: <api-key>"