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:48.823301+00:00",
"engine": "google",
"google_url": "https://www.google.com/search?q=best+coffee+makers&gl=us&tbm=shop"
},
"search_parameters": {
"engine": "google",
"q": "best coffee makers",
"gl": "us",
"hl": "en",
"device": "desktop",
"tbm": "shop"
},
"shopping_results": [
],
"pagination": {
"current": 1,
"next": null
}
}
GET
/v1/data/google/shopping/search1 credit / run VerifiedShopping Search
Product listings with prices, merchants, ratings, reviews and thumbnails.
Handled for you:Rate Limitrecaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Search query (parameter q). |
| Advanced filters | |||
| gl | string | no | Two-letter country code, e.g. us, gb, de. (default: us) |
| hl | string | no | UI language, e.g. en, es, fr. (default: en) |
| tbs | string | no | Shopping filters (price range, condition), passed to Google. |
| device | string | no | Device to emulate: desktop, mobile, or tablet. (default: desktop) |
| num | integer | no | Number of results per page. (default: 40) |
| page | integer | no | Page number. (default: 1) |