SERPHouseSERPHouse

Related Searches

Uncover Hidden Connections with SERPHouse - Google Related Search Result API.

Retrieve Google's related search suggestions that appear at the bottom of search results, helping users discover connected topics.

Requires authentication → provide your API key as a Bearer token in the Authorization header.

POST https://api.serphouse.com/google-web

Response

Related searches appear in the related_search field within the response results. Each entry contains a suggested search phrase and its URL.

FieldTypeDescription
titlestringSuggested search phrase
linkstringGoogle search URL for the suggestion

Example Request

curl --location --request POST 'https://api.serphouse.com/google-web' \--header 'Authorization: Bearer <YOUR_API_KEY>' \--header 'Content-Type: application/json' \--data-raw '{    "data": {        "q": "how to create app",        "domain": "google.com",        "lang": "en",        "device": "desktop",        "loc": "New York,United States"    }}'
Google Related SearchesClick to expand
Google Related Searches in search results
{  "related_search": [    {      "title": "How to make an app for free  ",      "link": "https://www.google.com/search?sca_esv=e96488df961ebe08&amp;hl=en&amp;gl=US&amp;q=How+to+make+an+app+for+free&amp;sa=X&amp;ved=2ahUKEwj-iaKvsPyVAxWlxQIHHdvQD0kQ1QJ6BAgxEAE"    },    {      "title": "How to create app on Play Store  ",      "link": "https://www.google.com/search?sca_esv=e96488df961ebe08&amp;hl=en&amp;gl=US&amp;q=How+to+create+app+on+Play+Store&amp;sa=X&amp;ved=2ahUKEwj-iaKvsPyVAxWlxQIHHdvQD0kQ1QJ6BAhEEAE"    },    {      "title": "How to create an app for Android  ",      "link": "https://www.google.com/search?sca_esv=e96488df961ebe08&amp;hl=en&amp;gl=US&amp;q=How+to+create+an+app+for+Android&amp;sa=X&amp;ved=2ahUKEwj-iaKvsPyVAxWlxQIHHdvQD0kQ1QJ6BAhCEAE"    },    {      "title": "How to make an app with coding  ",      "link": "https://www.google.com/search?sca_esv=e96488df961ebe08&amp;hl=en&amp;gl=US&amp;q=How+to+make+an+app+with+coding&amp;sa=X&amp;ved=2ahUKEwj-iaKvsPyVAxWlxQIHHdvQD0kQ1QJ6BAg6EAE"    },    {      "title": "I want to create an app where do I start  ",      "link": "https://www.google.com/search?sca_esv=e96488df961ebe08&amp;hl=en&amp;gl=US&amp;q=I+want+to+create+an+app+where+do+I+start&amp;sa=X&amp;ved=2ahUKEwj-iaKvsPyVAxWlxQIHHdvQD0kQ1QJ6BAg5EAE"    },    {      "title": "How to create an app for Android free  ",      "link": "https://www.google.com/search?sca_esv=e96488df961ebe08&amp;hl=en&amp;gl=US&amp;q=How+to+create+an+app+for+Android+free&amp;sa=X&amp;ved=2ahUKEwj-iaKvsPyVAxWlxQIHHdvQD0kQ1QJ6BAg4EAE"    },    {      "title": "How to create an app for iPhone  ",      "link": "https://www.google.com/search?sca_esv=e96488df961ebe08&amp;hl=en&amp;gl=US&amp;q=How+to+create+an+app+for+iPhone&amp;sa=X&amp;ved=2ahUKEwj-iaKvsPyVAxWlxQIHHdvQD0kQ1QJ6BAg3EAE"    },    {      "title": "How to build a web app  ",      "link": "https://www.google.com/search?sca_esv=e96488df961ebe08&amp;hl=en&amp;gl=US&amp;q=How+to+build+a+web+app&amp;sa=X&amp;ved=2ahUKEwj-iaKvsPyVAxWlxQIHHdvQD0kQ1QJ6BAgyEAE"    }  ]}

Last updated on

How is this guide?

On this page