apple App Store Scraper avatar

apple App Store Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
apple App Store Scraper

apple App Store Scraper

Scrapes apps from the Apple App Store using keyword search, filtering by country, ratings, review count, and price type. Extracts details like developer info, ratings, categories, descriptions, screenshots, pricing, and compatibility, supporting multiple regions and localized data.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 days ago

Last modified

Share

Apple App Store Scraper (Apify Actor)

Searches the Apple App Store.

Input

FieldTypePrefillDescription
query (req.)string"meditation"Search keyword.
countryenum"us"ISO storefront code (us, gb, de, jp, …). 37 options.
entityenum"software"software / iPadSoftware / macSoftware.
languagestring"en_us"Result language. Leave default for most cases.
minRatingnumber4.0Floor on average rating (0.0–5.0).
minRatingCountinteger100Floor on # of ratings. Useful to filter out brand-new apps.
requireRatingsbooleanfalseIf true, drops apps with zero ratings.
priceFilterenum"any"any / free / paid.
sortByenum"rating_count_desc"relevance / rating / popularity / price / newest.
maxResultsinteger50Cap on stored results (1–200).

Example input:

{
"query": "habit tracker",
"country": "us",
"entity": "software",
"minRating": 4.5,
"minRatingCount": 1000,
"priceFilter": "free",
"sortBy": "rating_count_desc",
"maxResults": 30
}

Output

Each dataset record:

{
"id": 571800810,
"bundle_id": "com.popularapp.periodcalendar",
"title": "Period Tracker Period Calendar",
"developer": "Simple Design Ltd.",
"developer_id": 408201640,
"developer_url": "https://apps.apple.com/us/developer/...",
"category": "Health & Fitness",
"category_id": 6013,
"categories": ["Health & Fitness", "Medical"],
"description": "Period Tracker is the perfect period & fertility app...",
"price": 0,
"price_str": "Free",
"currency": "USD",
"is_free": true,
"rating": 4.8,
"rating_count": 412503,
"rating_current": 4.7,
"rating_count_current": 2841,
"content_rating": "12+",
"version": "5.1.2",
"release_date": "2013-01-08T08:00:00Z",
"current_version_release_date": "2026-05-15T14:22:00Z",
"release_notes": "Performance improvements and bug fixes.",
"size_bytes": 138452992,
"min_os_version": "13.0",
"supported_devices": ["iPhone5s-iPhone5s", "..."],
"languages": ["AR", "DE", "EN", "ES", "..."],
"icon": "https://is1-ssl.mzstatic.com/.../512x512bb.jpg",
"screenshots": ["https://is1-ssl.mzstatic.com/...", "..."],
"ipad_screenshots": [],
"url": "https://apps.apple.com/us/app/.../id571800810",
"seller_name": "Simple Design Ltd",
"seller_url": "https://www.simpledesign.ltd"
}

A SUMMARY blob lands on the key-value store with input parameters and result counts.

App rankings, descriptions, screenshots, and prices all vary per storefront. Searching country=de returns the German App Store catalog, prices in EUR, and German descriptions if the developer localized.