cURL
curl --request POST \ --url https://api.crawlkit.sh/v1/crawl/appstore/detail \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "appId": "<string>", "options": { "lang": "tr", "timeout": 60000 } } '
{ "success": false, "error": { "code": "<string>", "message": "<string>" } }
Fetches full details for an App Store app including ratings, screenshots, developer info, and version metadata. Costs 1 credit.
API key with 'ApiKey ' prefix (e.g., ApiKey ck_...)
App Store app ID (numeric, e.g., "1492793493") or app URL
1 - 200
Show child attributes
Default Response
false
Was this page helpful?