POST
/
api
/
v2
/
google
/
search
x-api-key
string
required

This parameter specifies the private key you’ll need for Piloterr access.

Body

Search Query

query
string
required

Parameter defines the query you want to search. You can use anything that you would use in a regular Google search. e.g. inurl:, site:, intitle:.

Geographic Location

location
string

Parameter defines from where you want the search to originate. If several locations match the location requested, we’ll pick the most popular one. You can use formats like New York, NY, Paris, France, Tokyo, Japan. It is recommended to specify location at the city level to simulate a real user’s search. If location is omitted, the search may take on the location of the proxy.

Head to the Google Locations API if you need more precise control. Note: The location and uule parameters cannot be used together.

uule
string

Parameter is the Google encoded location you want to use for the search. Note: uule and location parameters cannot be used together.

Localization

google_domain
string

Parameter defines the Google domain to use. It defaults to google.com. Head to the Google domains page for a full list of supported Google domains.

gl
string

Parameter defines the country to use for the Google search. It’s a two-letter country code. (e.g., 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 or the Countries API for a more precise search.

hl
string

Parameter defines the language to use for the Google search. It’s a two-letter language code. (e.g., en for English, es for Spanish, or fr for French). Head to the Google languages page for a full list of supported Google languages or the Languages API for a more precise search.

Pagination

page
integer

Parameter defines the result offset. It skips the given number of results. It’s used for pagination.

num
integer

Parameter defines the maximum number of results to return. (e.g., 10 (default) returns 10 results, 40 returns 40 results, and 100 returns 100 results).

Response