Playground

Retrieve similar Google Play apps API playground

Returns apps from the "Similar apps" cluster on an app details page.

GETapiKey1 credit/requestgoogleplay.similarResultsResponseDoc

Selected endpoint

GET /googleplay/similar

Returns apps from the "Similar apps" cluster on an app details page.

Group
GooglePlay
Authentication
apiKey
Credit cost
1 credit/request
Path parameters
0
Query parameters
5
Body parameters
0
MCP tool
googleplay.similar
MCP URL
https://mcp.crawlora.net/mcp
GETapiKey1 credit/requestsimilarResultsResponseDoc

Retrieve similar Google Play apps

Returns apps from the "Similar apps" cluster on an app details page.

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

Set up API key

MCP tool

MCP URL
https://mcp.crawlora.net/mcp
Tool name
googleplay.similar

Query parameters

Request URL will appear here.

Request headers will appear here.

Request body preview will appear here when applicable.

Status, latency, response headers, and response body will appear after a request.

{
  "code": 200,
  "msg": "OK",
  "data": [
    {
      "app_id": "com.openai.chatgpt",
      "title": "ChatGPT",
      "developer": "OpenAI"
    }
  ]
}