playstore-competitor-analysis
Installation
SKILL.md
Play Store Competitor Analysis
Extract comprehensive app data and screenshots from Google Play Store listings for competitive analysis. Supports single app analysis, multi-app comparison, or searching for top competitors by keyword.
Requirements
Install the google-play-scraper package. On modern macOS/Linux systems, you'll need to use a virtual environment:
# Create a virtual environment in the skill directory (one-time setup)
python3 -m venv .venv
# Activate and install the package
source .venv/bin/activate
pip install google-play-scraper
Then run the script with the virtual environment's python: