All sites
Data API
Google Data API
Search, news, patents and trends data from Google.
58endpointsRate Limit · recaptcha handled for you
Example
google.com
ExampleJSON responseclick the page to trace a field
{
"search_metadata": {
"status": "Success",
"created_at": "2026-08-10T12:00:00Z",
"engine": "google",
"google_url": "https://www.google.com/shopping/product/1234567890123456789/offers?gl=us"
},
"search_parameters": {
"engine": "google",
"barcode": "0123456789012",
"gl": "us",
"hl": "en"
},
"product": {
"product_id": "1234567890123456789",
"title": "Breville Barista Express Espresso Machine",
"thumbnail": "https://encrypted-tbn0.gstatic.com/shopping?q=tbn:ANd9-example"
},
"offers": [
{
"position": 1,
"merchant": "Williams Sonoma",
"source": "Williams Sonoma",
"price": "$699.95",
"extracted_price": 699.95,
"total_price": "$699.95",
"condition": "New",
"shipping": "Free shipping",
"link": "https://www.williams-sonoma.com/products/breville-barista-express",
"rating": 4.7
},
{
"position": 2,
"merchant": "Best Buy",
"source": "Best Buy",
"price": "$749.99",
"extracted_price": 749.99,
"total_price": "$761.49",
"condition": "New",
"shipping": "$11.50 shipping",
"link": "https://www.bestbuy.com/site/breville-barista-express/5645102.p",
"rating": 4.5
},
{
"position": 3,
"merchant": "Amazon.com",
"source": "Amazon.com",
"price": "$699.99",
"extracted_price": 699.99,
"total_price": "$699.99",
"condition": "New",
"shipping": "Free shipping",
"link": "https://www.amazon.com/dp/B01N1AR8V9",
"rating": 4.6
}
]
}
GET
/v1/data/google/shopping/offers1 credit / runBarcode Offers
Resolve a barcode (GTIN/UPC/EAN) to a product, then return its Shopping seller offers.
Handled for you:Rate Limitrecaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| barcode | string | yes | GTIN-8 / UPC-A / EAN-13 / GTIN-14. |
| 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) |