Skip to content

Python script that allows you to download the reviews of applications from the google play store and save them in a .csv file

Notifications You must be signed in to change notification settings

andreaghezzi/Google-Play-Scraper-Review-CSV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Google-Play-Scraper-Review-CSV

Python script that allows you to download the reviews of applications from the google play store and save them in a .csv file.

In my case, I download reviews for multiple applications, in different languages. Each application review in a language is saved in a different .csv file that will have the name: applicationName_language.csv.

In the case of Everbridge application, I downloaded 701 reviews and saved them in the Everbridge_en.csv file with a weight of 150Kb, I have saved only the ID of the review, UserName of who wrote the review, Score and content of the review. I am also making this dataset available.

The structure of the reviews that will be downloaded is as follows:

  • ["UserName"] = "Andrea Ghezzi"
  • ["userImage"] = "https://lh3.googleusercontent.com/-cVEHKr*******"
  • ["ContentReview"] = "This is literally the best idle game I have ever played. The penguins waddle around and live their best lives in the cutest little outfits."
  • ["Score"] = 5
  • ["thumbsUpCount"] = 54
  • ["reviewCreatedVersion"] = "1.16"
  • ["at"] = datetime.datetime(2020, 2, 24, 17, 19, 34)
  • ["replyContent"] = "Hello, We will gradually improve the various systems in the game to enhance the player's game experience."
  • ["repliedAt"] = datetime.datetime(2020, 2, 24, 18, 30, 42)
  • ["reviewId"] = "gp:AOqpTOE0Iy5S9Je1 ****** "

About

Python script that allows you to download the reviews of applications from the google play store and save them in a .csv file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages