Playground

Retrieve apps from a Google Play top collection API playground

Returns apps from a Google Play collection and category.

GETapiKey1 credit/requestgoogleplay.listResultsResponseDoc

Selected endpoint

GET /googleplay/list

Returns apps from a Google Play collection and category.

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

Retrieve apps from a Google Play top collection

Returns apps from a Google Play collection and category.

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.list

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",
      "score": 4.8
    }
  ]
}