Update Settings
Google Search Scraper
Update Settings
Configure the Google Search Scraper parameters
POST
Update Settings
Configure the scraper parameters to control how Google Search results are collected. These settings include pagination, location, language, and device type options.
Headers
Your API authentication token. Value:
Token YOUR_API_KEYRequest body format. Value:
application/jsonScraper Parameters
Set these parameters in theparams 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. |
Higher
max_pages values will collect more results but use more credits.Code Examples
Response
201