A python package to scrape data from Google Play Store using Selenium
Project description
Play Store Scrapper
Using this package you can easily scrap data from Google Play Store.
Installation
pip install play-store-scrapper
Environment Variables
Set the following Environment variables before running.
GECKO_DRIVER_PATH
Path to Gecko Web Driver (You also need Firefox to run this. For now no other browser option is added)
Usage
from play_store_scapper import PlayStore
store = PlayStore()
# Get Dict containing list of categories for 'apps' and 'games' separately
all_categories = store.get_categories()
# Each category in 'apps' or 'games' is a dict containing 'slug' and 'label' for that category
apps_in_category_0 = get_apps_in_category(all_categories['apps'][0]['slug'])
# Fetch App Details using the Google Play Store Id of the app
store.get_app_detail("com.cstayyab.beemy")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for play_store_scrapper-1.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b9a36ae036b9c8a9466c894332abc2e12cc051e1b3012349ada42c7711174b1 |
|
MD5 | e1fa7e41590eab90ce77e3b7adecf0d5 |
|
BLAKE2b-256 | db9817315ad5d65c3fadbf594ad92775723022ce99f22fbedad69a7b2e308387 |
Close
Hashes for play_store_scrapper-1.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a54a65fd5224f59ebf009f943fd7bff916f2fe275992da627e785e57c368f16 |
|
MD5 | 7c520c7429d6d02df40d81a6bf55aaac |
|
BLAKE2b-256 | a52928fa851529bbda7071a77c3c3877ebdca87024da2c9b904eced268fe548b |