Playground

Retrieve full App Store app details API playground

Returns normalized app metadata from the App Store lookup API. Provide either `id` or `app_id`.

GETapiKey1 credit/requestappstore.appDetailsResponseDoc

Selected endpoint

GET /appstore/app

Returns normalized app metadata from the App Store lookup API. Provide either `id` or `app_id`.

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

Retrieve full App Store app details

Returns normalized app metadata from the App Store lookup API. 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.app

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": "6448311069",
    "title": "ChatGPT",
    "developer": "OpenAI",
    "score": 4.9,
    "ratings": 1200000,
    "version": "1.2026.001",
    "url": "https://apps.apple.com/us/app/chatgpt/id6448311069"
  }
}