Skip to main content

A lightweight Google Play Store scraper

Project description

Google Play Store Scraper

This defines a lightweight Python class that can be used to scrape app information from the Google Play Store. It defines a couple of methods that can be used to get relevant app IDs given a set of parameters, and a couple of methods to then scrape data about these app IDs.

Much of this has been adapted from google-play-scraper, a nodeJS-based scraper that does similar things. But this scraper uses Python.

Getting started

The following scrapes app details about all apps similar to the first result for the 'fortnite' search query:

from google_play_scraper.scraper import PlayStoreScraper

scraper = PlayStoreScraper()
results = scraper.get_app_ids_for_query("fortnite")
similar = scraper.get_similar_app_ids_for_app(results[0])

app_details = scraper.get_multiple_app_details(similar)
print(list(app_details))

Documentation is not available separately yet, but the code is relatively simple and you can look in the scraper.py file to see what methods are available and what their parameters are.

Credits & License

This scraper was developed by the Digital Methods Initiative, and is distributed under the MIT license. See LICENSE for details. We additionally thank Iain Emsley for his contributions to the code.

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

google-play-scraper-dmi-0.9.17.tar.gz (10.9 kB view details)

Uploaded Source

Built Distribution

google_play_scraper_dmi-0.9.17-py3-none-any.whl (11.2 kB view details)

Uploaded Python 3

File details

Details for the file google-play-scraper-dmi-0.9.17.tar.gz.

File metadata

File hashes

Hashes for google-play-scraper-dmi-0.9.17.tar.gz
Algorithm Hash digest
SHA256 43ea1bc9b1f97ef5961106d8a2e344be58cb7e54a2418dfe4ac3c1158fabf4e8
MD5 0f559be2ebc865e798492d1bdb5700a1
BLAKE2b-256 75d2ce5b61c628bd8c6981b2fa55cf7a384737d7015938b6388507d52ee29128

See more details on using hashes here.

File details

Details for the file google_play_scraper_dmi-0.9.17-py3-none-any.whl.

File metadata

File hashes

Hashes for google_play_scraper_dmi-0.9.17-py3-none-any.whl
Algorithm Hash digest
SHA256 e6e7ff2bcd0f08639e654ac296c2569a85a67b6342e13c6bfc1256ff719c4d4d
MD5 3d0d11b9bb9255ad8eae5cbd134315ea
BLAKE2b-256 6471692538d0fa1b0b3fe6cf9e72f25f506bb3897ec7e60f7b7fe8a5496322f1

See more details on using hashes here.

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