Apple App Store Search Scraper — Ranked Results avatar

Apple App Store Search Scraper — Ranked Results

Pricing

from $0.20 / 1,000 results

Go to Apify Store
Apple App Store Search Scraper — Ranked Results

Apple App Store Search Scraper — Ranked Results

Search a country storefront by keyword and export ranked apps with full metadata. Every row includes its app and developer IDs, ratings, price, version, release notes, genres, artwork, screenshots, and source query.

Pricing

from $0.20 / 1,000 results

Rating

0.0

(0)

Developer

The Netaji

The Netaji

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

12 days ago

Last modified

Share

Apple App Store Search Scraper

Search an Apple App Store country storefront and save ranked apps with the full catalog record attached. Several queries can run together; search_query keeps every row tied to the phrase that found it.

Run it

{
"queries": ["spotify", "weather radar"],
"country": "US",
"maxItems": 100
}

maxItems is the total dataset cap across all queries. Apple returns at most 200 results for one search request, so maxItems: 0 removes the Actor-side cap but does not extend a query past Apple's 200-result ceiling.

Result shape

{
"search_query": "spotify",
"app_id": "324684580",
"name": "Spotify: Music and Podcasts",
"bundle_id": "com.spotify.client",
"developer_id": "324684583",
"developer_name": "Spotify",
"formatted_price": "Free",
"average_rating": 4.77569,
"rating_count": 41657897,
"primary_genre": "Music",
"version": "9.1.76",
"country": "US"
}

Rows also include the app's descriptions, release dates and notes, languages, devices, file size, artwork, screenshots, genres, and public store and publisher links when present.

Rank and membership change by country. Run the same queries once per storefront when comparing markets; mixing countries into one request is not supported.

If you already have IDs and want to refresh a watchlist, the Apple App Store App Scraper avoids search. To export one publisher's catalog, use the Apple App Store Developer Apps Scraper.