App Store Review Miner — AI Bugs & Feature Requests avatar

App Store Review Miner — AI Bugs & Feature Requests

Under maintenance

Pricing

$50.00 / 1,000 app analyseds

Go to Apify Store
App Store Review Miner — AI Bugs & Feature Requests

App Store Review Miner — AI Bugs & Feature Requests

Under maintenance

Mine Apple App Store and Google Play reviews for real bugs, feature requests, and sentiment. One AI call turns raw reviews into a structured, agent-ready summary — no anti-bot risk, official/public data sources only.

Pricing

$50.00 / 1,000 app analyseds

Rating

0.0

(0)

Developer

Nathan Carter

Nathan Carter

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

15 hours ago

Last modified

Share

Turn Apple App Store and Google Play reviews into a structured bug/feature-request report in one run. No raw review dump to read through — one AI call per app turns dozens (or hundreds) of reviews into the handful of things that actually matter: what's broken, what users are asking for, and how urgent it is.

Why this instead of a raw review scraper

The Apify Store already has several App Store/Play Store review scrapers doing large volumes at raw-data pricing (~$0.10 per 1,000 reviews). That's fine if you want a CSV of review text — it's not useful if you actually want to know what to fix next. This actor does the analysis, not just the extraction:

  • Top bugs — the specific, recurring technical issues users are hitting, most-frequent first
  • Top feature requests — what users are explicitly asking for
  • Critical issues — anything that sounds urgent (crashes, data loss, billing problems, can't log in)
  • Competitor mentions — when reviewers name a competitor or say they're switching away
  • Sentiment summary — what's actually driving the rating, in plain English

Input

FieldDescription
appleAppIdsNumeric Apple App Store IDs, e.g. "324684580" (found in the App Store URL)
appleCountryApp Store storefront, e.g. "us", "gb"
googlePlayIdsGoogle Play package names, e.g. "com.spotify.music"
maxReviewsPerAppReviews to fetch per app per source (default 100, free trial capped at 8 apps total)
includeRawReviewsInclude individual review records alongside the AI synthesis (off by default — output stays compact)
anthropicApiKey / geminiApiKeyOptional — enables the AI synthesis step

How it works

  1. Apple: fetches the official RSS customer-reviews feed (public, no auth, no blocking — plain HTTP)
  2. Google Play: parses the review data Google already embeds in the app page's HTML (no browser needed)
  3. Both sources feed into a single AI call per app that extracts bugs, feature requests, critical issues, competitor mentions, and sentiment
  4. One record per app, ready for a product/support team or downstream automation

Notes

  • Both data sources are public/official — no scraping-detection risk, no CAPTCHAs, no proxies needed.
  • Apple's RSS feed has a baseline ~30% cache-staleness rate on any given request (an Akamai CDN quirk, not a block) — the actor retries automatically, so this is invisible in normal use.
  • Google Play returns the reviews visible on the app's page at fetch time (typically 20-40) — for a bug/feature-request sample, this is plenty; it isn't a full review-history export.
  • AI is optional. Without a key, you still get review counts and average rating — just no synthesis.