Skip to content

v0.1.0 - iOS App Store & Google Play Review Scraper for AI Agents

Choose a tag to compare

@vkayatas vkayatas released this 23 Mar 11:50
· 21 commits to master since this release

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 integrationappstore-reviews setup copilot|claude|cursor|windsurf installs instruction files so your AI agent knows how to use the tool
  • Python APIfrom appinsight import get_reviews, get_reviews_df

Install

pip install appstore-review-cli

Google 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 month

Full docs: README