Configure the Google Maps Reviews Scraper parameters
Configure the scraper parameters to control how reviews are collected. These settings determine sorting, filtering, and what data is extracted.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 | newest | Sort reviews: newest, most_relevant, highest_rating, or lowest_rating |
| fetch_since | string | null | Stop scraping when items older than this threshold are reached (based on modified_at_datetime). 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. |
| max_results | integer | 20 | Maximum number of reviews to collect per place |
| language | string | English (United States) | Language for extracted reviews |
| functions.get_short_review_link | boolean | false | Collect shortened review links (1 credit per review) |
| Setting | Type | Description |
|---|---|---|
| name | string | Name for your squid configuration |
| concurrency | integer | Number of parallel scraping workers (1-10) |
| export_unique_results | boolean | Only export unique results (deduplicated) |
| run_notify | string | When to send notifications: on_success, on_failure, always, never |
| timezone | string | Timezone for timestamps (e.g., Europe/Paris) |
short_link is still accepted but deprecated. Migrate to get_short_review_link.