Для некоторых запросов результаты поиска в Google включают в себя блок "Похожие запросы". Мы можем извлекать данную информацию и передавать в ответе.
Структура страницы Google
XMLRiver структура ответа
...
<relatedQuestions>
<question>
<title>What are related searches on Google</title>
</question>
<question>
<title>What is difference between search and query?</title>
</question>
<question>
<title>What is query in search engine?</title>
</question>
<question>
<title>What are search terms examples?</title>
</question>
</relatedQuestions>
...