Playground

Search Google Play API playground

Returns Google Play search results for a term.

GETapiKey1 credit/requestgoogleplay.searchResultsResponseDoc

Selected endpoint

GET /googleplay/search

Returns Google Play search results for a term.

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

Search Google Play

Returns Google Play search results for a term.

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

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
    }
  ]
}