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.
| Field | Type | Description |
|---|---|---|
| title | string | Suggested search phrase |
| link | string | Google 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

{ "related_search": [ { "title": "How to make an app for free ", "link": "https://www.google.com/search?sca_esv=e96488df961ebe08&hl=en&gl=US&q=How+to+make+an+app+for+free&sa=X&ved=2ahUKEwj-iaKvsPyVAxWlxQIHHdvQD0kQ1QJ6BAgxEAE" }, { "title": "How to create app on Play Store ", "link": "https://www.google.com/search?sca_esv=e96488df961ebe08&hl=en&gl=US&q=How+to+create+app+on+Play+Store&sa=X&ved=2ahUKEwj-iaKvsPyVAxWlxQIHHdvQD0kQ1QJ6BAhEEAE" }, { "title": "How to create an app for Android ", "link": "https://www.google.com/search?sca_esv=e96488df961ebe08&hl=en&gl=US&q=How+to+create+an+app+for+Android&sa=X&ved=2ahUKEwj-iaKvsPyVAxWlxQIHHdvQD0kQ1QJ6BAhCEAE" }, { "title": "How to make an app with coding ", "link": "https://www.google.com/search?sca_esv=e96488df961ebe08&hl=en&gl=US&q=How+to+make+an+app+with+coding&sa=X&ved=2ahUKEwj-iaKvsPyVAxWlxQIHHdvQD0kQ1QJ6BAg6EAE" }, { "title": "I want to create an app where do I start ", "link": "https://www.google.com/search?sca_esv=e96488df961ebe08&hl=en&gl=US&q=I+want+to+create+an+app+where+do+I+start&sa=X&ved=2ahUKEwj-iaKvsPyVAxWlxQIHHdvQD0kQ1QJ6BAg5EAE" }, { "title": "How to create an app for Android free ", "link": "https://www.google.com/search?sca_esv=e96488df961ebe08&hl=en&gl=US&q=How+to+create+an+app+for+Android+free&sa=X&ved=2ahUKEwj-iaKvsPyVAxWlxQIHHdvQD0kQ1QJ6BAg4EAE" }, { "title": "How to create an app for iPhone ", "link": "https://www.google.com/search?sca_esv=e96488df961ebe08&hl=en&gl=US&q=How+to+create+an+app+for+iPhone&sa=X&ved=2ahUKEwj-iaKvsPyVAxWlxQIHHdvQD0kQ1QJ6BAg3EAE" }, { "title": "How to build a web app ", "link": "https://www.google.com/search?sca_esv=e96488df961ebe08&hl=en&gl=US&q=How+to+build+a+web+app&sa=X&ved=2ahUKEwj-iaKvsPyVAxWlxQIHHdvQD0kQ1QJ6BAgyEAE" } ]}Related Links
Last updated on
How is this guide?