Playground

Search the App Store API playground

Returns App Store search results for a term. Set `ids_only=true` to return only app IDs.

GETapiKey1 credit/requestappstore.searchResultsResponseDoc

Selected endpoint

GET /appstore/search

Returns App Store search results for a term. Set `ids_only=true` to return only app IDs.

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

Search the App Store

Returns App Store search results for a term. Set `ids_only=true` to return only app IDs.

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.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": [
    {
      "id": "6448311069",
      "title": "ChatGPT",
      "developer": "OpenAI",
      "score": 4.9,
      "url": "https://apps.apple.com/us/app/chatgpt/id6448311069"
    }
  ]
}