Skip to main content
POST
/
crawl
/
appstore
/
detail
Fetch App Store app details
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>"
  }
}

Authorizations

Authorization
string
header
required

API key with 'ApiKey ' prefix (e.g., ApiKey ck_...)

Body

application/json
appId
string
required

App Store app ID (numeric, e.g., "1492793493") or app URL

Required string length: 1 - 200
options
object

Response

Default Response

success
enum<boolean>
required
Available options:
false
error
object
required