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.11.tar.gz (8.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

google_play_scraper_dmi-0.9.11-py3-none-any.whl (9.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: google-play-scraper-dmi-0.9.11.tar.gz
  • Upload date:
  • Size: 8.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.7

File hashes

Hashes for google-play-scraper-dmi-0.9.11.tar.gz
Algorithm Hash digest
SHA256 aa9f937bb3042b25274cc7086d9766a415699c106941684ea792fdd603b71e08
MD5 5010730db5a8444c0f8b8f6c20875011
BLAKE2b-256 e7d1048f91ba90a99d020884a54cc190a0f2601a87316b4048409c64f220eaa5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: google_play_scraper_dmi-0.9.11-py3-none-any.whl
  • Upload date:
  • Size: 9.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.7

File hashes

Hashes for google_play_scraper_dmi-0.9.11-py3-none-any.whl
Algorithm Hash digest
SHA256 e7474368c847d5b24917a355bd6f880b0c4d073a8ea73b7d6e759fd347d7e002
MD5 1a61794d528000f6e340dc1ed689ba78
BLAKE2b-256 164d47df27c79fd83db344ab61142ba2ecc98fb6429cbc0aa2e1aad2663481b2

See more details on using hashes here.

Supported by

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