Public Playground
Preview the endpoint before sending a live request
Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.
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.similarResponseDocAppStore
Endpoint details
Returns the related apps shown on the App Store product page. Provide either `id` or `app_id`.
- Method
- GET
- Path
- /appstore/similar
- Authentication
- apiKey
- Credit cost
- 1 credit/request
- Platform
- AppStore
- Parameters
- 5 documented fields
Request parameters
id:queryapp_id:querycountry:querylang:queryx-api-key:header
Response schema fields
codedatadata[].app_iddata[].appletv_screenshotsdata[].content_ratingdata[].currencydata[].current_version_reviewsdata[].current_version_scoredata[].descriptiondata[].developerdata[].developer_iddata[].developer_url
Sample response summary
{
"code": 200,
"msg": "OK",
"data": [
{
"id": "6448311069",
"title": "ChatGPT",
"developer": "OpenAI"
}
]
}cURL example
curl "https://api.crawlora.net/api/v1/appstore/similar" \
-H "x-api-key: <api-key>"