All sites
Data API
Google Data API
Search, news, patents and trends data from Google.
58endpointsRate Limit · recaptcha handled for you
Example (captured live)
google.com
ExampleJSON responseclick the page to trace a field
{
"search_metadata": {
"status": "Success",
"created_at": "2026-08-18T09:20:37.345916+00:00",
"engine": "google",
"google_url": "https://www.google.com/search?q=best+coffee+makers&gl=us&hl=en"
},
"search_parameters": {
"engine": "google",
"q": "best coffee makers",
"gl": "us",
"hl": "en",
"google_domain": "google.com",
"device": "desktop",
"location": "Richmond, VA"
},
"related_questions": [
]
}
GET
/v1/data/google/related_questions1 credit / run VerifiedRelated Questions
People also ask questions and their inline answers for a query.
Handled for you:Rate Limitrecaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Search query (parameter q) whose People also ask block to return. |
| Advanced filters | |||
| next_page_token | string | no | Token from a prior response to expand a specific question's nested questions. Best-effort: nested expansion is behavior-gated. |
| gl | string | no | Two-letter country code for the search origin, e.g. us, gb, de. (default: us) |
| hl | string | no | Two-letter UI language code, e.g. en, es, fr. (default: en) |
| google_domain | string | no | Google domain to use, e.g. google.com, google.co.uk, google.de. (default: google.com) |
| location | string | no | Location to search from as free text. Encoded to uule. |
| uule | string | no | Pre-encoded Google location (uule). Overrides location. |
| device | string | no | Device to emulate: desktop, mobile, or tablet. (default: desktop) |