POST/v1/squids/{squid_hash}

Update Settings

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.

Headers

KeyValueRequired
AuthorizationToken YOUR_API_KEYYes
Content-Typeapplication/jsonYes

Scraper Parameters

max_pages
Type:
integer
Description:
Maximum search result pages to crawl per keyword. Google limits to ~300-400 total results.
results_per_page
Type:
integer
Description:
Results per page: 10, 20, 30, 40, 50, or 100. Default: 10
country
Type:
string
Description:
Sets IP origin country and Google domain (e.g., `google.fr` for France). Default: `United States`
location
Type:
string
Description:
Geographic bias for results (state, city). Use Get Geolocation to find valid values.
language
Type:
string
Description:
Language for search results. Defaults to English for the chosen country.
mobile_results
Type:
boolean
Description:
If `true`, returns mobile device results; otherwise desktop results.
Pro Tip

Pro Tip

Use the Get Geolocation endpoint to discover valid `location` values.
Note

Note

Higher `max_pages` values will collect more results but use more credits.