Google Play Reviews Scraper avatar
Google Play Reviews Scraper

Deprecated

Pricing

$10.00/month + usage

Go to Store
Google Play Reviews Scraper

Google Play Reviews Scraper

Deprecated

Developed by

Jamshaid Arif

Jamshaid Arif

Maintained by Community

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

0.0 (0)

Pricing

$10.00/month + usage

0

Total users

7

Monthly users

7

Last modified

9 months ago

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.