Playground

Retrieve "You Might Also Like" apps API playground

Returns the related apps shown on the App Store product page. Provide either `id` or `app_id`.

GETapiKey1 credit/requestappstore.similarResponseDoc

Selected endpoint

GET /appstore/similar

Returns the related apps shown on the App Store product page. Provide either `id` or `app_id`.

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

Retrieve "You Might Also Like" apps

Returns the related apps shown on the App Store product page. 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.similar

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"
    }
  ]
}