Core APIs
...
Google
Core Requests

Autocomplete

3min

Google Autocomplete Results

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
Google Autocomplete Results


Below is an example of how the autocomplete_results array is represented in the Scale SERP result JSON:

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:

  • value
  • string
  • The autocomplete suggested text.



  • value_formatted
  • string
  • The HTML-formatted autocomplete suggested text. Typically highlighting the most important work or phrase in the autocomplete suggestion.



  • highlighted_terms
  • array
  • A array of strings representing the bold-highlighted terms in the autocomplete suggestions.


Next Steps      Google Autocomplete Parameters

Updated 13 Aug 2024
Did this page help you?