Skip to content

0xWhoknows/google-play-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Google Play Store Scraper

Scrape Google Play Store apps with 10K–100K downloads, extract developer contact info (email, website, address), and export results to CSV.

**By Who Knows **
Version: 1.0


Features

  • Search apps by keyword across Google Play
  • Filter by 10,000 to 100,000 downloads
  • Extract:
    • App name, ID, developer
    • Rating, reviews, genre
    • Developer email, website, physical address
  • Avoid duplicates using appId tracking
  • Parallel contact fetching with rate limiting
  • Output saved to all_results.csv

Requirements

  • Python 3.7+
  • google-play-scraper
  • pandas

Installation

  1. Clone or download this repository:
git clone https://github.com/0xWhoknows/google-play-scraper.git
cd google-play-scraper
  1. Install required packages:
pip install -r requirements.txt

Usage

  1. Place your search keywords in keywords.txt, one per line.
  2. Run the script:
python main.py
  1. Check all_results.csv for the output.

Configuration (Optional)

MIN_DOWNLOADS = 10_000 MAX_DOWNLOADS = 100_000 SEARCH_RESULTS_PER_KEYWORD = 200 DELAY_BETWEEN_CONTACTS = 0.6 MAX_WORKERS = 5

You can also set language and country:

LANGUAGE = 'en' COUNTRY = 'us'

Contact

Support

Found a bug? Have a feature request? Open an issue or contact the author.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages