Playground

Retrieve App Store ratings histogram API playground

Returns total ratings count and the 1-5 star histogram shown on the App Store product page.

GETapiKey1 credit/requestappstore.ratingsResponseDoc

Selected endpoint

GET /appstore/ratings

Returns total ratings count and the 1-5 star histogram shown on the App Store product page.

Group
AppStore
Authentication
apiKey
Credit cost
1 credit/request
Path parameters
0
Query parameters
4
Body parameters
0
MCP tool
appstore.ratings
MCP URL
https://mcp.crawlora.net/mcp
GETapiKey1 credit/requestratingsResponseDoc

Retrieve App Store ratings histogram

Returns total ratings count and the 1-5 star histogram shown on the App Store product 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
appstore.ratings

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": {
    "score": 4.9,
    "ratings": 1200000,
    "histogram": {
      "1": 1200,
      "2": 800,
      "3": 2400,
      "4": 12000,
      "5": 1183600
    }
  }
}