The Google Search Results API allows you to retrieve live google search results.
Each API call will cost 1 search credit. You are only charged for successful
searches.
💡
Leverage the free Playground to test your Google searches.
GET /v1/google/search
Example
Parameters
Search Parameters
Parameter
Required
Description
q
Yes
The search query
device
No
Device type. Must be desktop, tablet or phone.
Location Parameters
Parameter
Description
location
Location the search will be performed from. When defined, the system will attempt to use a proxy in the same region. Use the Locations API to get a valid list of canonical locations that can be used for your Google Search.
uule
Pass a custom uule parameter.
Localization Parameters
Parameter
Description
google_domain
Google domain to perform the search on. Defaults to google.com
gl
The country code to perform the search.
hl
The language of the Google search results page.
cr
The cr parameter limits the results to the specified country.
lr
The lr parameter limits the results to the specified language.
Content Filtering Parameters
Parameter
Description
tbs
Passthrough tbs parameter to Google search
safe
Set to true to enable Google safe search.
nfpr
Set to true to exclude results that are auto-corrected from the search string
filter
Set to false to exclude similar results.
Pagination
Parameter
Description
start
Results offset
num
Number of results to return
Response
The following represents a sample response, constructed to show each possible
section that is supported.