Scrape Reviews
scrape_reviewsRetrieve public app reviews beyond the one-week API limit, including for competitor apps. Specify app ID, country, language, and sort order to get historical feedback.
Instructions
Read public reviews, going back further than the Reviews API can.
The authenticated get_reviews tool returns roughly ONE WEEK — that is the API's limit, not this server's. Scraping is the only way to read older reviews, and it works for competitors' apps too.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| num | No | How many reviews to return (default 100) | |
| sort | No | NEWEST, RATING or HELPFULNESS (default: NEWEST) | NEWEST |
| app_id | Yes | Package name (e.g., com.example.myapp) | |
| country | No | Two-letter country code (default: us) | us |
| language | No | Language code (default: en) | en |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||