SERP API - Google Autocomplete Search Results

In this article, we will show how to use SERP API to Extract Google suggestions for any keyword as a real user

 

Workflow

Target Endpoint:

https://www.google.com/complete/search?q=<Search_Query>

Build a Customized Endpoint:

On SERP API Playground You can build your search query based on the supported parameters (Localization, Geo-Location) and add the /complete/ path. 

Example:

curl -v --compressed --proxy brd.superproxy.io:22225 --proxy-user brd-customer-<Account_ID>-zone-<SERP_ZONE>:<Password> -k "https://www.google.com/complete/search?q=pizza&gl=us&hl=en" > Pizza_AutoComplete.json

The above command will output a JSON file with autocomplete search results for the search query Pizza in the United States with English results. 

Was this article helpful?