Configure the Yelp Reviews Export scraper settings
Configure your Yelp Reviews Export squid settings. Filter reviews by rating, sort order, or keyword, and set limits to control how many reviews are collected.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 |
|---|---|---|---|
| max_results | integer | unlimited | Maximum number of reviews to collect per business URL |
| max_unique_results_per_run | integer | unlimited | Maximum unique reviews across all tasks in the run |
| sort | string | Yelp Sort | Sort order: Yelp Sort, Newest First, Oldest First, Highest Rated, Lowest Rated, Elites |
| rating | string | All Ratings | Filter by star rating: All Ratings, 5 Stars, 4 Stars, 3 Stars, 2 Stars, 1 Star |
| term | string | null | Keyword to search inside review text (e.g. great service). When set, sort and rating filters are ignored |
| 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 |
term is set, Yelp overrides the sort and rating parameters server-side — they will be ignored.