v0.1.0 - iOS App Store & Google Play Review Scraper for AI Agents
What is it?
A CLI tool that scrapes App Store and Google Play reviews, filters them, and feeds structured data to your AI coding agent (Copilot, Claude Code, Cursor). No API keys, no accounts.
Features
- Two stores — Apple App Store + Google Play, same interface
- Smart filters — by stars, date, keywords, version, sorted by date/rating/votes
- Compare apps — side-by-side comparison with shared/unique complaint detection
- Version diff — sentiment changes between releases with category tracking
- Rating trend — weekly/monthly trends with sparkline visualizations
- Export — text, JSON, CSV for all commands
- Agent integration —
appstore-reviews setup copilot|claude|cursor|windsurfinstalls instruction files so your AI agent knows how to use the tool - Python API —
from appinsight import get_reviews, get_reviews_df
Install
pip install appstore-review-cliGoogle Play support:
pip install "appstore-review-cli[google]"Quick example
appstore-reviews search "Slack"
appstore-reviews reviews 803453959 --stars 2 --days 30
appstore-reviews compare 803453959 310633997 --stars 2 --format json
appstore-reviews version-diff 803453959 --pages 5
appstore-reviews trend 803453959 --period monthFull docs: README