Configure the Google Search Scraper parameters
Configure the scraper parameters to control how Google Search results are collected. These settings include pagination, location, language, and device type options.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 | Description |
|---|---|---|
| max_pages | integer | Maximum search result pages to crawl per keyword. Google limits to ~300-400 total results. |
| results_per_page | integer | Results per page: 10, 20, 30, 40, 50, or 100. Default: 10 |
| country | string | Sets IP origin country and Google domain (e.g., google.fr for France). Default: United States |
| location | string | Geographic bias for results (state, city). Use Get Geolocation to find valid values. |
| language | string | Language for search results. Defaults to English for the chosen country. |
| mobile_results | boolean | If true, returns mobile device results; otherwise desktop results. |
max_pages values will collect more results but use more credits.