/search
GET
/search
Request
Query Params
q
string
required
inurl:, site:, intitle:
. We also support advanced search query parameters such as as_dt
and as_eq
. See the full list of supported advanced search query parameters.location
string
optional
location_parameters_auto
set to true
to automatically use most matched location. Head to the /location
endpoint if you whish to manually search and chooce location. The location and uule
parameters can't be used together. It is recommended to specify location at the city level in order to simulate a real user’s search. If location is omitted, the search may take on the location of the proxy.location_parameters_auto
string
optional
google_domain, uule, hl, gl
) parameters based on location parameteruule
string
optional
/location
endpoint. Leave blank if you wish to set automatically with location_parameters_auto.google_domain
string
optional
gl
string
optional
us
for the United States, uk
for United Kingdom, or fr
for France). Head to the Google countries page for a full list of supported Google countries.hl
string
optional
en
for English, es
for Spanish, or fr
for French). Head to the Google languages page for a full list of supported Google languages.cr
string
optional
countryFR|countryDE
will only search French and German pages). Head to the Google cr countries page for a full list of supported countries.lr
string
optional
lang_fr|lang_de
will only search French and German pages). Head to the Google lr languages page for a full list of supported languages.tbs
string
optional
safe
string
optional
active
or off
, by default Google will blur explicit content.nfpr
string
optional
1
to exclude these results, or 0
to include them (default). Note that this parameter may not prevent Google from returning results for an auto-corrected query if no other results are available.filter
string
optional
1
(default) to enable these filters, or 0
to disable these filters.tbm
string
optional
(no tbm parameter)
: regular Google Search,isch
: Google Images API,lcl
- Google Local APIvid
: Google Videos API,nws
: Google News API,shop
: Google Shopping API,pts
: Google Patents API,or any other Google service.
start
string
optional
0
(default) is the first page of results, 10
is the 2nd page of results, 20
is the 3rd page of results, etc.). Google Local Results only accepts multiples of 20
(e.g. 20
for the second page results, 40
for the third page results, etc.) as the start value.num
string
optional
10
(default) returns 10 results, 40
returns 40 results, and 100
returns 100 results).Request samples
Responses
Modified at 2024-07-29 13:12:57