Core APIs
...
Google
Core Requests
Autocomplete
3min
DESKTOP TABLET MOBILE
Scale SERP 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 Scale SERP result JSON:
Scale SERP 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