datasets_apps_reviews_search
Search user reviews scraped from iOS App Store and Google Play. Filter by app, store, country, star rating, and sort by recency, score, or helpfulness.
Instructions
Search the app-reviews dataset. Searches user reviews scraped from the iOS App Store and Google Play, stored in a search index (one document per review). Store enum: ios, android. Sort enum: recent, score_desc, score_asc, helpful_desc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Full-text query over review text, title and author, max 256 characters | |
| page | No | Page number, defaults to 1 | |
| sort | No | Sort enum: recent, score_desc, score_asc, helpful_desc | |
| store | No | Store enum: ios, android | |
| app_id | No | Exact app filter — iOS numeric track id or Android package, max 128 characters | |
| country | No | Exact storefront country filter, max 128 characters | |
| min_score | No | Minimum star rating, 1 through 5 | |
| page_size | No | Page size, defaults to 20 and maxes at 100; page * page_size must be <= 10000 |