Apple App Store avatar
Apple App Store

Pricing

Pay per event

Go to Apify Store
Apple App Store

Apple App Store

Extract app details, reviews, search results, and privacy information from the App Store.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Canadesk Support

Canadesk Support

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Apple App Store Scraper (PPE)

A robust scraper for the Apple App Store using the Pay-Per-Event (PPE) pricing model. Extract app details, reviews, search results, and privacy information.

Features

  • App Details: Scrape comprehensive metadata for any app using its ID.
  • Search: Find apps by keyword or developer.
  • Reviews: Extract user reviews with sorting options (Recent/Helpful).
  • Collections: Scrape top charts (Top Free, Top Paid, Grossing) for iOS, iPad, and Mac.
  • Privacy Details: Get data safety and privacy policy information.

Pricing

This Actor uses the Pay-Per-Event model. You are charged only for the number of items (apps, reviews) successfully scraped.

Input Parameters

ParameterTypeDescription
processStringThe operation to perform (e.g., ap for App Details, re for Reviews).
appIdStringApplication ID (required for App Details, Reviews, Privacy).
keywordStringSearch term (required for Search).
developerIdStringDeveloper ID (required for Developer Search).
countryStringStore country code (ISO 3166, e.g., us). Default: us.
langStringLanguage code (ISO 639-1, e.g., en). Default: en.
maximumIntegerMax results to return. Default: 100.
proxyObjectProxy configuration. Apify Residential Proxy is recommended.

Output

Data is stored in the default dataset in JSON format.

Example: App Details

{
"id": 123456789,
"appId": "com.example.app",
"title": "Example App",
"url": "https://apps.apple.com/us/app/example-app/id123456789",
"description": "...",
"score": 4.5,
"price": 0,
"free": true
}

Notes

  • Proxies: This scraper is optimized for Apify Residential Proxies. Using datacenter proxies may result in blocking.
  • Limits: While there are no hardcoded limits in the actor, extremely large requests may be throttled by Apple.