Playground

Retrieve apps by developer ID API playground

Returns App Store apps associated with a specific developer artist ID.

GETapiKey1 credit/requestappstore.developerResponseDoc

Selected endpoint

GET /appstore/developer/{dev_id}

Returns App Store apps associated with a specific developer artist ID.

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

Retrieve apps by developer ID

Returns App Store apps associated with a specific developer artist 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.developer

Path parameters

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": "123456789",
    "name": "OpenAI",
    "apps": [
      {
        "id": "6448311069",
        "title": "ChatGPT"
      }
    ]
  }
}