Core APIs
...
Google
Core Requests
Autocomplete
3min
google autocomplete results desktop 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 below is an example of how the autocomplete results array is represented in the scale serp result json { "autocomplete results" \[ { "value" "tree of life", "value formatted" "tree\<b> of life\</b>", "highlighted terms" \[ "of life" ] }, { "value" "treehouse", "value formatted" "tree\<b>house\</b>", "highlighted terms" \[ "house" ] }, { "value" "tree surgeon", "value formatted" "tree\<b> surgeon\</b>", "highlighted terms" \[ "surgeon" ] } ] } 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 https //docs trajectdata com/scaleserp/search api/searches/google/autocomplete