Google Play Reviews Scraper avatar

Google Play Reviews Scraper

Deprecated
Go to Store
This Actor is deprecated

This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?

See alternative Actors
Google Play Reviews Scraper

Google Play Reviews Scraper

schematic_cypress/my-actor-4

This project is a web scraper designed to collect reviews from Google Play Store apps. It utilizes the `google_play_scraper` library to fetch app reviews and store them in a CSV file. Additionally, it pushes the collected data to an Apify dataset for further processing or analysis.a

Google Play Reviews Scraper

Description

This project is a Python-based scraper that retrieves user reviews from Google Play Store apps using the Google Play Scraper library. It allows you to collect reviews, ratings, and other details for a specified app package and saves the results in a CSV format. The data is also pushed to an Apify dataset for further processing.

Features

Fetch app details from the Google Play Store. Retrieve user reviews with associated ratings and dates. Save reviews to a CSV file. Push collected data to

How to find app package name for a Google Play Store app

To find the app package name for a Google Play Store app, follow these steps:

Visit the App’s Page on Google Play Store: Open the Google Play Store website in your browser and search for the app you’re interested in.

Look at the URL: In the app’s URL, locate the string after id=. This string is the app’s package name.

For example, in this URL: https://play.google.com/store/apps/details?id=com.example.app, the package name is com.example.app.

Developer
Maintained by Community