VOOZH about

URL: https://apify.com/bovi/app-store-scraper

⇱ App Store Scraper API β€” App Data & iOS Reviews Β· Apify


πŸ‘ Apple App Store Scraper β€” App Data, Reviews & iTunes API avatar

Apple App Store Scraper β€” App Data, Reviews & iTunes API

Pricing

from $2.81 / 1,000 apps

Go to Apify Store

Apple App Store Scraper β€” App Data, Reviews & iTunes API

Scrape Apple App Store app details and customer reviews via Apple's official iTunes API. No auth, no proxies, zero COGS. Returns app name, developer, price, rating, category, version, and up to 500 reviews per app with parse_confidence. Pay per result.

Pricing

from $2.81 / 1,000 apps

Rating

0.0

(0)

Developer

πŸ‘ Vitalii Bondarev

Vitalii Bondarev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

12 hours ago

Last modified

Share

Apple App Store Scraper β€” Metadata & Reviews | $2/1K | No Proxy

ASO managers, indie developers, and market researchers use this actor to monitor competitor ratings, track review sentiment across countries, and build app datasets for NLP pipelines.

Pricing: $2.00 per 1,000 results (app metadata + reviews). No proxy costs β€” Apple's official iTunes API.

No API key. No proxy. No auth. Zero setup friction.

Extract Apple App Store app details and customer reviews with a single actor. Uses Apple's official iTunes public API β€” no authentication, no proxies, zero extra cost.


What you get

Each output record is a flat, typed row. Two record types share the same schema:

FieldTypeDescription
record_typestring"app_meta" or "review"
app_idstringNumeric Apple App Store ID
app_namestringApp display name
developerstringDeveloper / publisher name
categorystringPrimary category (Music, Productivity…)
pricenumberPrice in local currency (0 = free)
rating_avgnumberAll-time average user rating
rating_countnumberTotal ratings count
versionstringCurrent (or reviewed) app version
countrystringApp Store country code
review_idstringReview ID (review records only)
review_titlestringReview title
review_textstringReview body text
review_ratinginteger1–5 star rating
review_authorstringReviewer username
review_datestringReview date (ISO 8601)
parse_confidencenumber0.0–1.0 data quality score
warningsarrayList of missing/degraded field codes
scraped_atstringRun timestamp (ISO 8601 UTC)

Sample output

{
"record_type":"app_meta",
"app_id":"324684580",
"app_name":"Spotify: Music and Podcasts",
"developer":"Spotify AB",
"category":"Music",
"rating_avg":4.8,
"rating_count":11500000,
"price":0,
"version":"8.9.62",
"parse_confidence":1.0
}
{
"record_type":"review",
"app_id":"324684580",
"review_title":"Best music app",
"review_text":"Absolutely love this app, UI is smooth...",
"review_rating":5,
"review_author":"JohnD",
"review_date":"2026-05-30T12:00:00Z",
"parse_confidence":1.0
}

Input options

ParameterDefaultDescription
appIds["324684580"]Numeric Apple app IDs
searchTerms[]Keyword queries (up to 200 results each)
country"us"Two-letter App Store storefront code
maxReviews50Reviews per app (max 500, 0 = all available)
includeReviewstrueFetch customer reviews
sortBy"mostRecent""mostRecent" or "mostHelpful"
maxSearchResults50Max apps returned per search term

Why this scraper beats the competition

  • Unified schema β€” app metadata and reviews in one flat record. No post-join needed.
  • parse_confidence β€” every record reports its own data quality (0.0–1.0). No competitor offers this.
  • Search + direct ID β€” one actor covers both use cases.
  • Zero COGS β€” Apple's official public iTunes API, no proxy required.
  • Flat typed output β€” 19 well-named fields, no nested blobs.
FeatureThis actorapify/itunes-scraperbebity/apple-app-store-scraper
parse_confidence scoreβœ…βŒβŒ
Search + direct ID in one actorβœ…partialβœ…
Review sentiment by countryβœ…βŒpartial
Price$2/1K$3.50/1K$3/1K

(Verify competitor prices at publish time β€” adjust table accordingly.)

parse_confidence β€” every record carries a 0.0–1.0 data quality score. If Apple updates their API response shape, confidence drops before results go silently empty. Score < 0.5 β†’ check the warnings field.


Pricing

Pay per result (app-data-item event). $2.00 per 1,000 items β€” competitive with the market rate.

Apple's RSS feed is capped at 500 reviews per app per country. Each app lookup is one result; each review is one result.

Worked example:

  • 10 apps + 50 reviews each = 10 + 500 = 510 items β†’ $1.02
  • 100 apps (metadata only, no reviews) = 100 items β†’ $0.20
  • 1 app with 500 reviews (full RSS cap) = 501 items β†’ $1.00

FAQ

Do I need an API key or proxy? No. This actor uses Apple's official public iTunes API β€” no auth, no proxy, zero setup.

What formats can I export? JSON, CSV, Excel, or JSONL β€” directly from the Apify dataset UI or via the REST API.

Can I schedule it to run automatically? Yes. Use Apify Scheduler to run daily/weekly. Pair with a webhook to Slack or email to alert on rating changes.

What if it returns no results? The warnings field explains missing data. If parse_confidence < 0.5, Apple may have changed their API format β€” check the warnings and file an issue. App IDs not found in the selected country will be skipped with a warning in the run log.


Common use cases

  • ASO (App Store Optimization) β€” track competitor ratings and review trends
  • Market research β€” discover apps in a category, compare developer portfolios
  • Sentiment analysis β€” feed review text into NLP pipelines
  • Competitive intelligence β€” monitor rating changes and user feedback for rival apps
  • App monitoring β€” daily review ingestion with parse_confidence alerts

Technical details

  • Endpoints used:
    • iTunes Lookup API: https://itunes.apple.com/lookup?id={appId}&country={country}
    • iTunes Search API: https://itunes.apple.com/search?term=...&entity=software
    • Reviews RSS (JSON): Apple's customer reviews RSS feed (10 pages Γ— 50 reviews)
  • No authentication β€” all endpoints are Apple's public APIs
  • No proxy β€” no CAPTCHA, no IP blocks on these endpoints
  • Stack: Python 3.13 + Apify SDK v2

Use with AI agents (MCP)

This actor is registered in the Apify MCP server. Connect it to Claude, GPT-4, or n8n to let your AI agent pull live App Store data on demand β€” no manual runs needed.

MCP config: https://mcp.apify.com/?tools=bovi/app-store-scraper

Also in this suite

Limitations

  • Reviews capped at 500 per app per country (Apple RSS hard limit)
  • Search returns up to 200 apps per query (Apple API limit)
  • Historical reviews beyond the most recent ~500 are not accessible via the public RSS
  • Paid app prices reflect the storefront specified by country

Integrations

Built for ASO managers and mobile researchers monitoring competitor app metadata and review sentiment across countries β€” the JSON/dataset output drops into the tools you already run, no glue code:

  • n8n / Make / Zapier β€” trigger a run or pipe every new dataset item into 500+ apps (Google Sheets, Airtable, Slack, HubSpot, your database) with no code: n8n, Make, Zapier.
  • Webhooks β€” fire your own endpoint the moment a run finishes, to push results straight into your pipeline (docs).
  • MCP server β€” expose this actor as a tool to Claude, Cursor, or any MCP client so an AI agent can pull this data mid-conversation (guide).
  • API & SDKs β€” fetch the dataset as JSON, CSV, or Excel through the Apify REST API or the Python / JS SDKs.

See all Apify integrations.

You might also like

App Store Scraper

crawlerbros/appstore-scraper

Scrape Apple App Store search results and app details using the public iTunes API. Extract app name, rating, reviews, price, developer info, screenshots, and more.

21

App Store Scraper

pear_fight/appstore-scraper

Scrape app listings and reviews from Apple App Store using public iTunes APIs

Apple App Store Scraper (iOS Apps & Reviews)

rupom888/appstore-ios-scraper

Scrape iOS app data from Apple App Store using iTunes Search API. Get app name, developer, rating, reviews, price, category, release date, screenshots, version history, and more. Search by keyword or category, or look up specific app IDs.

Apple App Store Scraper

automation-lab/apple-app-store-scraper

Extract Apple App Store data: app details, ratings, reviews, and search results. Get app name, developer, price, rating, description, screenshots, and 30+ fields. Export to JSON, CSV, or Excel. No API key or login required.

πŸ‘ User avatar

Stas Persiianenko

195

5.0

App Store Reviews Scraper β€” Apple iTunes RSS | $1/1K

bovi/appstore-reviews

Scrape Apple App Store customer reviews: rating, title, body, author, version, date. Uses Apple's open iTunes RSS feed β€” no API key needed. Pay per review.

πŸ‘ User avatar

Vitalii Bondarev

2

Apple App Store Reviews Scraper

seemuapps/apple-app-store-reviews-scraper

Extract user reviews and ratings for any iOS app from the Apple App Store. Get rating, title, content, version, and author for up to the most recent 500 reviews per country.