Skip to main content

GooglePlayStoreScrape Package for Scraping Play Store Reviews

Project description

Project Description

GooglePlayStoreScrape is a python module to scrape reviews and other data about any Android App on Google Play Store

Installation

pip install GooglePlayStoreScrape

Requirements

pip install -r requirements.txt

If you receive errors related to Chrome Driver package, look at the chrome version installed in your machine and install the compatible version. This package uses 91.0.4472.101.0

Modules:

  • GooglePlayStoreScrape.py : Extracts all information about reviews of any app
    - get_reviews

get_reviews

Extracts detailed reviews and ratings given to particular android app on play store

Information extracted:
  • Detailed Review
  • Shortened Review
  • Date of Reivew
  • Name of Reviewer
  • Reply by Developers
  • Date of Developer's reply (if any)
  • Rating

Usage:

import GooglePlayStoreScrape as gpss

#define app id and path of chrome driver
app_id = 'com.appname.extension' #example in the app url

gpss.get_reviews(app_id)
Arguments for get_reviews:
  • app_id: App ID of the application given in the play store page url (Example: com.appname.extension )

Resources

Project Links:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

GooglePlayStoreScrape-0.0.2.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

GooglePlayStoreScrape-0.0.2-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page