Google Autocomplete Search
Retrieve Google Autocomplete suggestions based on a search query. Useful for keyword research, predictive search, and SEO optimization.
If you already know that you want to use Google Autocomplete Search, this page is the one you should read. It shows the required input, the filters you can apply, how pagination works, and what localization controls are available.
At a Glance
| Field | Value |
|---|---|
| Name | Google Autocomplete Search |
| Scraper | google_autocomplete |
| Engine | google_autocomplete_search |
| Website | |
| Website URL | googleautocomplete.com |
| Output Format | json |
| Version | 1.0.0 |
| Parameter Count | 4 |
| Parameter Groups | Search Query (1), Localization (2), Request Controls (1) |
Required Parameters
If you are sending your first request with this engine, start here. Requiredness is based on properties.<field>.must, not the top-level required array.
| Field | Type | Group | Description |
|---|---|---|---|
q | string | Search Query | The keyword or phrase you want this search engine to look up. |
Available Parameters
The sections below follow the same parameter groups as the backend, but the field descriptions have been rewritten into shorter, user-facing wording so they are easier to scan.
Search Query
| Field | Type | Required | Description |
|---|---|---|---|
q | string | Yes | The keyword or phrase you want this search engine to look up. |
Localization
| Field | Type | Required | Description |
|---|---|---|---|
gl | string | No | Country or region code used to localize the results. |
hl | string | No | Interface language used for the search and returned SERP labels. |
Additional Constraints
gl:Default:us;Options: 244 options. Examples:af,al,dz,as,adhl:Default:en;Options: 157 options. Examples:af,ak,sq,ws,am
Request Controls
| Field | Type | Required | Description |
|---|---|---|---|
no_cache | boolean | No | Skip cached results and force a fresh fetch. |
Additional Constraints
no_cache:Default:false
