Playground

Retrieve App Store reviews API playground

Returns one page of customer reviews for an app. Provide either `id` or `app_id`.

GETapiKey3 credits/requestappstore.reviewsResponseDoc

Selected endpoint

GET /appstore/reviews

Returns one page of customer reviews for an app. Provide either `id` or `app_id`.

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

Retrieve App Store reviews

Returns one page of customer reviews for an app. Provide either `id` or `app_id`.

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
appstore.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",
      "title": "Helpful assistant",
      "score": 5,
      "author": "App Store User",
      "content": "Great for writing and research."
    }
  ]
}