Configure the Amazon Reviews Scraper settings
Configure your Amazon Reviews Scraper squid settings. Control how reviews are sorted, filtered, and limited.Documentation Index
Fetch the complete documentation index at: https://docs.lobstr.io/llms.txt
Use this file to discover all available pages before exploring further.
Token YOUR_API_KEYapplication/jsonparams object:
| Parameter | Type | Default | Description |
|---|---|---|---|
| sort_by | string | recent | Sort order for reviews: recent, top_reviews |
| filter_by_star | string | all_stars | Filter by star rating: all_stars, five_star, four_star, three_star, two_star, one_star, positive, critical |
| reviewer_type | string | all_reviewers | Filter by reviewer type: all_reviewers, verified_purchase_only |
| media_type | string | text_image_video | Filter by review media: text_image_video, image_and_video_only |
| format_type | string | all_variants | Filter by product variant: all_variants, current_format |
| filter_by_keyword | string | null | Only return reviews containing this keyword |
| max_results | integer | 100 | Maximum number of reviews to collect per product |
| max_unique_results_per_run | integer | unlimited | Maximum unique reviews across all tasks in the run |
| scrape_max_reviews | boolean | false | If true, attempt to collect all available reviews |
| fetch_since | string | null | Stop scraping when items older than this threshold are reached (based on published_at). Use a relative duration (24h, 7d, 2w) or an absolute date (YYYY-MM-DD HH:MM) |
| fetch_since_timezone | string | null | Timezone for interpreting an absolute fetch_since date (e.g. Europe/Paris). Only applies when fetch_since is an absolute date — ignored for relative values like 24h or 7d. See supported timezones. |
| Setting | Type | Description |
|---|---|---|
| name | string | Display name for your squid configuration |
| concurrency | integer | Number of parallel scraping threads (default: 1) |
| export_unique_results | boolean | Export only unique results (deduplicated) |
| to_complete | boolean | Run until all tasks complete |
| no_line_breaks | boolean | Remove line breaks from results |