App Store Metadata — Apps, Pricing, Ratings & Reviews avatar

App Store Metadata — Apps, Pricing, Ratings & Reviews

Pricing

from $0.01 / 1,000 results

Go to Apify Store
App Store Metadata — Apps, Pricing, Ratings & Reviews

App Store Metadata — Apps, Pricing, Ratings & Reviews

App Store app records straight from the official keyless iTunes Search API: search by keyword or look up apps by Apple ID in any storefront. Get name, seller, price, ratings, version, release notes, genres and store URL — plus recent customer reviews via the official RSS feed. No API key, no login.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

Karl Sundström

Karl Sundström

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

App Store Metadata — App Data, Pricing, Ratings & Reviews

Independent tool for public App Store data. Not affiliated with Apple Inc. App Store and iTunes are trademarks of Apple Inc.

Extract App Store app records straight from the official keyless iTunes Search API. Search by keyword or look up apps by Apple ID in any of 175+ storefronts, and get name, seller, price, average rating, rating count, current version, release notes, genres and the store URL — flat one-record-per-app output ready for CRM or spreadsheet import. No API key, no login, no browser; exports to CSV/Excel/JSON.

Why App Store Metadata?

  • 🎯 Official source, zero friction — data comes from Apple's own iTunes Search and RSS endpoints; no scraping, no key, no login.
  • 🌍 Any storefront — pass country: de, gb, se and see localized pricing, rankings and reviews per market.
  • 💬 Recent customer reviews — opt-in per-app reviews from the official customerreviews RSS feed, newest first.
  • 📊 Competitor tracking — watch prices, ratings and release notes for rival apps on a schedule.
  • 🧾 Flat output — one row per app with stable fields, built for spreadsheets and enrichment pipelines.

Use cases

  • Market research — map who sells what in a category, at what price, in which countries.
  • Competitive intelligence — track competitor version releases and release notes; new versions are your trigger to review their changelog.
  • ASO & lead gen — build lists of apps by keyword with seller contacts surfaced in the seller field.
  • Review monitoring — pull the latest customer reviews for your own or competitor apps into a dashboard.
  • App enrichment — take a list of Apple app IDs and hydrate it with price, rating and genre data.

What data you get

FieldDescription
🆔 appIdNumeric Apple app ID
📦 bundleIdBundle identifier (e.g. com.spotify.client)
🏷️ nameApp display name
🏢 sellerSeller / publisher name
💰 priceFormatted storefront price (e.g. $5.99, Free)
ratingAverage user rating (0–5)
🔢 ratingCountNumber of ratings
🧩 versionCurrent version string
📝 releaseNotesWhat's new in the current version, if provided
🗂️ genresApp Store genre list
🔗 urlApp Store web URL

With includeReviews, each app additionally yields review records: reviewId, author, rating, title, content, version, updated.

How to use

  1. Create a free Apify account and open the actor.
  2. Enter a searchTerm (e.g. budgeting) and/or a list of Apple appIds (e.g. 324684580).
  3. Set country to the storefront you want (default us) and maxResults to cap the bill.
  4. Flip includeReviews if you also want recent customer reviews per app.
  5. Run and export results to CSV, Excel or JSON.

Input

{
"searchTerm": "budgeting",
"appIds": ["324684580"],
"country": "us",
"maxResults": 50,
"includeReviews": false
}
FieldTypeDefaultDescription
searchTermstringKeyword searched in the App Store
appIdsarray[]Direct Apple app IDs to look up
countrystringusTwo-letter iTunes storefront code
maxResultsinteger50Cap on app records (max 200, the API's page size)
includeReviewsbooleanfalseAlso fetch most-recent reviews per app

Output

{
"appId": 324684580,
"bundleId": "com.spotify.client",
"name": "Spotify - Music and Podcasts",
"seller": "Spotify",
"price": "Free",
"rating": 4.4,
"ratingCount": 2854621,
"version": "9.1.78",
"releaseNotes": "We're always making improvements...",
"genres": ["Music", "Entertainment"],
"url": "https://apps.apple.com/us/app/spotify-music-and-podcasts/id324684580",
"country": "us"
}

Support

Open an issue in the repository or message the maintainer via Apify Console.