Core APIs
...
Google
Core Requests
Autocomplete
3min
DESKTOP TABLET MOBILE
SerpWow parses the Google autocomplete results from the search bar into the autocomplete_results array in the JSON output when the search_type=autocomplete search parameter is set.
Google Autocomplete Results
Below is an example of how the autocomplete_results array is represented in the SerpWow result JSON:
SerpWow returns the following properties for search_type=autocomplete requests:
Property | Type | Description |
---|---|---|
autocomplete_results | array | An array of AutoComplete Result objects, containing each of the autocomplete results returned. The Autocomplete Result object has the following properties:
|
Next Steps Google Autocomplete Parameters