Tools / Google Play Reviews Scraper

Google Play Reviews Scraper

Google Play app reviews and app details by app ID or search term: rating, text, date, replies, plus installs, score and developer info.

Pass Google Play package names (appIds, e.g. com.spotify.music) or plain searchTerms to resolve the top matching app automatically. Returns review rows plus an optional app-details row (installs, score, rating histogram, developer). Supports country/language targeting and sort by newest, rating or helpfulness.

Run it

curl -X POST https://fetchsmith.com/api/v1/run/google-play-reviews-scraper \
  -H "Authorization: Bearer YOUR_KEY" -H "Content-Type: application/json" \
  -d '{"appIds": ["com.spotify.music"], "country": "us", "includeAppDetails": true, "language": "en", "maxReviewsPerApp": 100, "max_results": 500, "sort": "NEWEST"}'

Output fields

recordType appId reviewId userName score title text date thumbsUp version replyText replyDate url developer installs histogram

Sample output

{
  "appId": "com.spotify.music",
  "date": "2026-09-08T03:01:35.135Z",
  "recordType": "review",
  "score": 5,
  "text": "my motivation",
  "thumbsUp": 0,
  "userName": "Nikhil Rathod"
}

Only publicly accessible pages are read. Respect the source site's terms when using the data.