Google Autocomplete API
Get keywords suggestions from Google in seconds, using our SERP Scraping API.
To enable this engine, set the engine=google_autocomplete
parameter.
The Google Autocomplete API is used to scrape real time suggestions from Google, which makes it perfect for (but not limited to) SEO and Marketing projects. Using this engine only requires you to pass the General API Parameters and the q
parameter which specifies your keyword.

Google Autocomplete API Integration Examples
We will use following URL as an example for this request:
https://serpapi.webscrapingapi.com/v1?engine=google_autocomplete&api_key=<YOUR_API_KEY>&q=freecod
Ready to Use Google Autocomplete Scraping Scripts:
curl --request GET --url "https://serpapi.webscrapingapi.com/v1?engine=google_autocomplete&api_key=YOUR_API_KEY&q=freecod"
Google Autocomplete Parameters
#1: Query Parameter
Parameter
Type
Description
q
Required
string
The keywords that you are searching for on Google (the query).
To access this API, your GET request should be sent to the following address:
https://serpapi.webscrapingapi.com/v1?engine=google_autocomplete&api_key=<YOUR_API_KEY>&q=<KEYWORD>
Last updated