App Store Scraper avatar

App Store Scraper

Pricing

from $0.75 / 1,000 app fetcheds

Go to Apify Store
App Store Scraper

App Store Scraper

Scrape Apple App Store apps via the official iTunes Search API — ratings, rating count, price, developer, genre, version, size, release/update dates, description, screenshots — by keyword or app ID, across countries. No key, no proxy.

Pricing

from $0.75 / 1,000 app fetcheds

Rating

0.0

(0)

Developer

Bruno

Bruno

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

App Store Scraper 🍎

Get Apple App Store app data via Apple's own iTunes Search API — ratings, rating count, price, developer, genre, version, size, release/update dates, description, and screenshots — by keyword or app ID, across any country.

Perfect for App Store Optimization (ASO), competitor tracking, market research, and app portfolio monitoring. Pairs with the App Store Reviews scraper for the full picture.

What it does

  • Search the App Store by keyword (iPhone, iPad, or Mac catalogs).
  • Lookup full details for specific app IDs.
  • Localized by country.

Input

{
"searchTerms": ["photo editor"],
"appIds": ["389801252"],
"country": "us",
"entity": "software",
"limit": 50
}

Output (one row per app)

{
"type": "search_result",
"app_id": 389801252,
"name": "Instagram",
"developer": "Instagram, Inc.",
"price": 0,
"rating": 4.7,
"rating_count": 25000000,
"primary_genre": "Photo & Video",
"version": "300.0",
"updated": "2026-07-10T...",
"url": "https://apps.apple.com/us/app/instagram/id389801252"
}

Notes

  • Uses Apple's official, documented iTunes Search API — stable and legal.
  • No API key and no proxy needed.
  • Run on a schedule to track ratings and versions for your apps and competitors.