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.

License

This scraper was developed by the Digital Methods Initiative, and is distributed under the MIT license. See LICENSE for details.

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.8.tar.gz (6.2 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.8-py3-none-any.whl (7.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: google-play-scraper-dmi-0.9.8.tar.gz
  • Upload date:
  • Size: 6.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.9

File hashes

Hashes for google-play-scraper-dmi-0.9.8.tar.gz
Algorithm Hash digest
SHA256 dfcf1d82c9a0e0365e581d46d784c850e4c76d520426df91f8955b520c87f88d
MD5 55a72d87746fbf32b92c7d6202d285d4
BLAKE2b-256 716ac47de2c79de2017575332223e0fdcbf1f2274b4e26ca849ddff7d3fe1dd5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: google_play_scraper_dmi-0.9.8-py3-none-any.whl
  • Upload date:
  • Size: 7.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.9

File hashes

Hashes for google_play_scraper_dmi-0.9.8-py3-none-any.whl
Algorithm Hash digest
SHA256 578d97979867fccbb59d7717c2d86edaf1e6db30daf90f8591e0ed03e9ef2616
MD5 9fc68f2328cf21685cac864c904408a6
BLAKE2b-256 eeec0294fc821177c06d20196a1e3b2171f94b0eb4fbc21baf31954de0a12054

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