Platform · Shops, apps & ads

App Store

Apps by numeric id or bundle id, and App Store search.

Endpoints
2
Base price
1 cr
Source
Official API
EndpointReturnsCredits
GET /v1/appstore/profileProfile1
GET /v1/appstore/searchSearchResult[]1

Core

Profile

1 credit

Get a public profile by handle.

GET/v1/appstore/profileProfile
handlerequiredNumeric app ID or bundle ID.
enrichoptionalarabic: add dialect, sentiment, entities and topics (+3 credits).
curl -G https://api.crawlfeed.dev/v1/appstore/profile \
  -H "Authorization: Bearer $CRAWLFEED_KEY" \
  --data-urlencode "handle=123456789"

Every endpoint also takes fresh=true (skip the cache, 2× price) and include_raw=true (add the platform’s own payload). See Response shape and Credits.