Google Search
Search API endpoint allows you to scrape the results from Google search engine via our Autom.dev service.
Header
This parameter specifies the private key you’ll need for Autom.dev access.
Body
Search Query
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:
.
Localization
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.
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.
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.
Pagination
Parameter defines the result offset. It skips the given number of results. It’s used for pagination.
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).
Advanced
Parameter defines whether the request should be processed asynchronously.
It defaults to false
. If set to true
, the request will be processed in the background and the response will contain only the request ID.
Open Jobs page to check the status of the request.
Response
Was this page helpful?