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

a month 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