Related Questions Results
When you are asking a question on google, chances are that google will suggest some related questions as well. To retrieve these related questions you can use the related_questions
property from the API response.
Related Questions Results JSON
{
...
'related_questions': [
{
'link': 'String - Querystring to link to the google page',
'question': 'String - Text of the question'
}
],
...
}
Related Questions Results examples