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
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.searchResultsResponseDocAppStore
Endpoint details
Returns App Store search results for a term. Set `ids_only=true` to return only app IDs.
- Method
- GET
- Path
- /appstore/search
- Authentication
- apiKey
- Credit cost
- 1 credit/request
- Platform
- AppStore
- Parameters
- 7 documented fields
Request parameters
term:querynum:querypage:querycountry:querylang:queryids_only:queryx-api-key:header
Response schema fields
codedatamsg
Sample response summary
{
"code": 200,
"msg": "OK",
"data": [
{
"id": "6448311069",
"title": "ChatGPT",
"developer": "OpenAI",
"score": 4.9,
"url": "https://apps.apple.com/us/app/chatgpt/id6448311069"
}
]
}cURL example
curl "https://api.crawlora.net/api/v1/appstore/search?term=<term>" \
-H "x-api-key: <api-key>"