Related Searches Results
When you perform a search on google you may sometimes get some related searches along with the results as well. You can retrieve these related searches through the related_searches
property from the API response.
Related Searches Results JSON
{
...
'related_searches': [
{
'query': 'String - The query of the search',
'link': 'String - Querystring to link to the google page'
}
],
...
}
Related Searches Results examples