Playground

Retrieve Google Play reviews API playground

Returns one or more pages of app reviews. Set `paginate=true` to fetch only the requested page.

GETapiKey3 credits/requestgoogleplay.reviewsResponseDoc

Selected endpoint

GET /googleplay/reviews

Returns one or more pages of app reviews. Set `paginate=true` to fetch only the requested page.

Group
GooglePlay
Authentication
apiKey
Credit cost
3 credits/request
Path parameters
0
Query parameters
7
Body parameters
0
MCP tool
googleplay.reviews
MCP URL
https://mcp.crawlora.net/mcp
GETapiKey3 credits/requestreviewsResponseDoc

Retrieve Google Play reviews

Returns one or more pages of app reviews. Set `paginate=true` to fetch only the requested 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.reviews

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": [
    {
      "id": "review-1",
      "user_name": "Play User",
      "score": 5,
      "content": "Very useful for daily work.",
      "thumbs_up_count": 42
    }
  ]
}