Google Play Reviews Intelligence & Insights Scraper avatar

Google Play Reviews Intelligence & Insights Scraper

Pricing

from $0.08 / 1,000 results

Go to Apify Store
Google Play Reviews Intelligence & Insights Scraper

Google Play Reviews Intelligence & Insights Scraper

Extract structured Google Play app reviews and turn them into actionable market intelligence. Analyze user feedback, ratings, and trends across multiple apps using powerful filters like keywords, rating, and time range. Perfect for competitor research, ASO optimization, and sentiment analysis.

Pricing

from $0.08 / 1,000 results

Rating

0.0

(0)

Developer

Ahmed Jasarevic

Ahmed Jasarevic

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

📱 Google Play Reviews Scraper & App Intelligence Tool

A powerful Apify Actor for scraping Google Play Store apps and user reviews at scale.

Extract structured app data, reviews, ratings, and metadata for:

  • 📊 sentiment analysis
  • 🤖 AI / LLM training datasets
  • 🧠 market & competitor research
  • 🐞 user feedback mining

🚀 Features

  • 🔍 Search apps by keyword (e.g. vpn, chatgpt, finance)
  • ⭐ Extract user reviews with full metadata
  • 🎯 Filter by rating (1–5 stars)
  • 🌍 Language & country targeting
  • 🔁 Deduplicate reviews (optional)
  • 📅 Filter by recency (last N days)
  • 🧠 AI-ready structured output
  • ⚡ Scalable multi-app scraping

📦 Input Parameters

FieldTypeDescription
termstringSearch keyword for Google Play apps
maxItemsintegerMaximum number of reviews to collect
appsLimitintegerNumber of apps to scan from search results
reviewsPerAppintegerMax reviews per app
sortstringSorting: newest, rating, helpfulness
countrystringCountry code (e.g. us, gb, de)
languagestringLanguage code (e.g. en, hr)
uniqueOnlybooleanRemove duplicate reviews
ratingFilterintegerExact rating filter (1–5, 0 = all)
keywordsarrayOnly include reviews containing keywords
recentDaysintegerOnly reviews from last N days (0 = off)

🧪 Example Inputs

🔹 Basic scraping

{
"term": "vpn",
"maxItems": 50,
"appsLimit": 5,
"reviewsPerApp": 100,
"sort": "newest",
"country": "us",
"language": "en",
"uniqueOnly": true,
"ratingFilter": 0,
"keywords": [],
"recentDays": 0
}

🔹 1-star complaint mining (bug & negative feedback)

{
"term": "vpn",
"maxItems": 100,
"appsLimit": 10,
"reviewsPerApp": 200,
"sort": "newest",
"country": "us",
"language": "en",
"uniqueOnly": true,
"ratingFilter": 1,
"keywords": [],
"recentDays": 0
}

🔹 Keyword-based sentiment dataset

{
"term": "chatgpt",
"maxItems": 200,
"appsLimit": 10,
"reviewsPerApp": 200,
"sort": "helpfulness",
"country": "us",
"language": "en",
"uniqueOnly": true,
"ratingFilter": 0,
"keywords": ["bug", "crash", "slow", "amazing"],
"recentDays": 30
}

📤 Output Format

Each dataset item returns structured app + review intelligence data:

{
"type": "review",
"appTitle": "VPN - Super Unlimited Proxy",
"appId": "com.free.vpn.super.hotspot.open",
"appUrl": "https://play.google.com/store/apps/details?id=com.free.vpn.super.hotspot.open",
"developer": "VPN Super Inc",
"summary": "Fast secure VPN service",
"appScore": 4.7,
"installs": "100,000,000+",
"reviewId": "abc123",
"user": "John Doe",
"rating": 1,
"text": "App keeps crashing",
"date": "2026-05-01T00:00:00Z",
"thumbsUp": 3,
"version": "2.1.0",
"language": "en",
"country": "us",
"source": "google-play-scraper"
}

🎯 Use Cases

  • 📊 Sentiment analysis datasets
  • 🤖 AI training (LLM fine-tuning)
  • 🧠 App market intelligence
  • 🏆 Competitor analysis
  • 🐞 Bug & complaint mining
  • 📈 Product research

⚙️ How it works

  1. Search Google Play apps by keyword (term)

  2. Select top apps (appsLimit)

  3. Extract reviews per app (reviewsPerApp)

  4. Apply filters:

    • rating
    • keywords
    • date range
    • duplicates
  5. Return structured dataset


🧠 Optimization Tips

For best results:

  • Use reviewsPerApp >= 100
  • Combine multiple appsLimit
  • Use recentDays = 30 for fresh data
  • Use keywords for niche insights
  • Use ratingFilter = 1 for complaint mining

⚠️ Notes

  • Google Play does not expose full review history
  • Pagination improves coverage but is still limited
  • Some reviews vary by region/language