Skip to content
capzy
All sites
Data API

Google Data API

Search, news, patents and trends data from Google.

58endpointsRate Limit · recaptcha handled for you
google.comGET/google/adsGET/google/ads/tr…GET/google/ai-mod…{ } JSON
Example
google.com
Example
JSON 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/search?tbm=shop&udm=28&q=&gl=us&hl=en&pdtk=EXAMPLE_TOKEN"
},
"search_parameters": {
"engine": "google_immersive_product",
"page_token": "EXAMPLE_TOKEN",
"gl": "us",
"hl": "en",
"google_domain": "google.com"
},
"product_results": {
"title": "Breville Barista Express Espresso Machine",
"brand": "Breville",
"rating": 4.7,
"reviews": 12840,
"price_range": "$599.95 - $749.99",
"prices": [
"$599.95",
"$749.99"
],
"highlights": [
"15 bar Italian pump for optimal espresso extraction",
"Integrated conical burr grinder with dose control",
"Precise espresso extraction with digital temperature control"
],
"thumbnail": "https://encrypted-tbn0.gstatic.com/shopping?q=tbn:example1",
"media": [
{
"type": "image",
"link": "https://encrypted-tbn0.gstatic.com/shopping?q=tbn:example1"
},
{
"type": "image",
"link": "https://encrypted-tbn0.gstatic.com/shopping?q=tbn:example2"
},
{
"type": "image",
"link": "https://encrypted-tbn0.gstatic.com/shopping?q=tbn:example3"
}
],
"stores": [
{
"name": "Example Store",
"link": "https://www.example.com/breville-barista-express",
"price": "$599.95",
"extracted_price": 599.95,
"shipping": "Free shipping",
"rating": 4.6,
"reviews": 3201,
"tag": "By Breville"
},
{
"name": "Example Market",
"link": "https://market.example.org/p/barista-express",
"price": "$629.00",
"extracted_price": 629,
"shipping": "$9.99 shipping",
"rating": 4.5,
"reviews": 890
},
{
"name": "Example Depot",
"link": "https://www.exampledepot.com/breville/BES870",
"price": "$749.99",
"extracted_price": 749.99,
"shipping": "Free shipping",
"rating": 4.4,
"reviews": 512
}
],
"stores_next_page_token": null,
"user_reviews": [
{
"title": "Great daily driver",
"text": "Pulls consistent shots after a short learning curve.",
"user_name": "A. Barista",
"source": "Example",
"rating": 5,
"date": "2 weeks ago"
},
{
"title": "Worth the counter space",
"text": "Grinder and steam wand make cafe-quality drinks at home.",
"user_name": "M. Lee",
"source": "Example Market",
"rating": 4,
"date": "a month ago"
}
]
},
"pagination": {
"current": 1,
"next": null
}
}
GET/v1/data/google/immersive_product1 credit / run

Immersive Product

Rich product popup: brand, rating, price range, highlights, stores and user reviews.

Handled for you:Rate Limitrecaptcha
Parameters
NameTypeReqDescription
page_tokenstringyesToken that identifies the product's immersive popup (from a shopping or search result).
Advanced filters
more_storesintegernoSet to 1 to fetch the extended stores list instead of the default few.
next_page_tokenstringnoToken to fetch the next page of stores for this product.
glstringnoTwo-letter country code, e.g. us, gb, de. (default: us)
hlstringnoTwo-letter UI language code, e.g. en, es, fr. (default: en)
google_domainstringnoGoogle domain to use, e.g. google.com, google.co.uk. (default: google.com)