0 is the first suggestion shown. For use cases, pricing context, and copy-paste examples, see the Google related searches API page on the product site.

Related searches in Google Search
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
The AI Assistant is here to help — ask it anything instead of browsing through the pages.
Schema for related search suggestions returned by the Google Search endpoint, including query text and links that surface related user intent on the SERP.
0 is the first suggestion shown. For use cases, pricing context, and copy-paste examples, see the Google related searches API page on the product site.

Related searches in Google Search
{
"query": "best laptops for programming",
"country": "US"
}
| Field | Type | Description |
|---|---|---|
query | string | Related search query |
link | string | Google search URL for the related query |
{
"success": true,
"result": {
"relatedSearches": [
{
"query": "best laptops for programming under $1000",
"link": "https://www.google.com/search?q=best+laptops+for+programming+under+%241000"
},
{
"query": "best laptop for python programming",
"link": "https://www.google.com/search?q=best+laptop+for+python+programming"
},
{
"query": "best laptops for software developers 2026",
"link": "https://www.google.com/search?q=best+laptops+for+software+developers+2026"
}
]
}
}
Was this page helpful?