Google Product Result API
For some products (depending on your location), Google search will include the "Product Result" block, typically on the right side. SerpApi is able to extract and make sense of this information.
API Examples
Results for: Iphone 11 Pro

{
...
"product_result": {
"title": "Apple iPhone 11 Pro",
"reviews": 7497,
"rating": 4.7,
"pricing": [
{
"price": "$0.00 now",
"extracted_price": 0.0,
"name": "T-Mobile",
"link": "https://www.t-mobile.com/cell-phone/apple-iphone-11-pro?sku=190199388116",
"description": "64 GB storage · T-Mobile · Midnight Green",
"details": "Free shipping"
},
{
"price": "$0.00 now",
"extracted_price": 0.0,
"name": "AT&T",
"link": "https://www.att.com/buy/phones/apple-iphone-11-pro-256gb-midnight-green.html",
"description": "256 GB storage · AT&T · Midnight Green",
"details": "Free shipping"
},
{
"price": "$0.00 now",
"extracted_price": 0.0,
"name": "Best Buy",
"link": "https://www.bestbuy.com/site/apple-iphone-11-pro-256gb-gold-verizon/6341550.p?skuId=6341550&ref=212&loc=1",
"description": "256 GB storage · Verizon · Gold"
},
...
],
"manufacturer": {
"name": "apple.com",
"link": "https://www.apple.com/iphone/"
},
"description": "A transformative triple-camera system that adds tons of capability without complexity. An unprecedented leap in battery life. And a mind-blowing chip that doubles down on machine learning and pushes the boundaries of what a smartphone can do. Welcome to the iPhone Pro.… MORE",
"features": {
"screen_size": "5.8″",
"display_resolution": "2436 x 1125",
"release_date": "September 2019",
"weight": "6.63 oz"
},
"thumbnails": [
"<URL to image>",
"<URL to image>",
"<URL to image>"
],
"reviews_results": {
"user_reviews": {
"ratings": [
{
"stars": 1,
"amount": "4%"
},
{
"stars": 2,
"amount": "2%"
},
{
"stars": 3,
"amount": "4%"
},
...
],
"popular_questions": [
"Is it user friendly?",
"How long does the battery last?",
"How is the weight of this phone?",
"Can this phone handle drops?",
"Do I need to buy a case?"
],
"review": [
{
"date": "5 months ago",
"rating": 5.0,
"user": "Noormuhammed",
"source": "Reviewed on Target",
"snippet": "One iPhone plz bro iPhone 11 Pro smartphone was launched on 10th September 2019. The phone comes with a 5.80-inch touchscreen display with a resolution of 1125x2436 pixels at a pixel density of 458 pixels per inch (ppi). iPhone 11 Pro is powered by a hexa-core Apple A13 Bionic processor. It ..."
}
]
},
"editorial_reviews": [
{
"title": "Tom's Guide",
"rating": "4.5/5",
"link": "https://www.tomsguide.com/reviews/iphone-11-pro",
"snippet": "Our iPhone 11 Pro review shows you just how good this compact powerhouse is…",
"thumbnail": "<URL to image>"
},
{
"title": "TechRadar",
"rating": "4/5",
"link": "https://www.techradar.com/reviews/iphone-11-pro-review",
"snippet": "The best iPhone you can wrap one hand around…",
"thumbnail": "<URL to image>"
},
{
"title": "Forbes",
"link": "https://www.forbes.com/sites/davidphelan/2020/01/12/apple-iphone-11-pro-long-term-review-updated-with-new-deals/",
"snippet": "Four months on, does the iPhone 11 Pro continue to dazzle?…",
"thumbnail": "<URL to image>"
}
]
}
},
...
}
Results for: video results on mobile

{
...
"videos": [
{
"title": "iPhone 12 Pro vs iPhone 11 Pro Comparison & Review!",
"link": "https://m.youtube.com/watch?v=og9w2g4Ib1Q",
"thumbnail": "https://i.ytimg.com/vi/og9w2g4Ib1Q/mqdefault.jpg?sqp=-oaymwEGCOgBEIIB&rs=AMzJL3nwogDj23OIAc3MJZC2IMrSD31-8w",
"channel": "Matthew Moniz",
"date": "Matthew Moniz",
"duration": "6:07"
},
{
"title": "iPhone 11 Pro Review: 6 Months Later!",
"link": "https://m.youtube.com/watch?v=nxf41fMX_Y4",
"thumbnail": "https://i.ytimg.com/vi/nxf41fMX_Y4/mqdefault.jpg?sqp=-oaymwEGCOgBEIIB&rs=AMzJL3mKtynBw5VPSpEx-6Tjka1vpHR45w",
"channel": "Marques Brownlee",
"date": "Marques Brownlee",
"duration": "9:34"
},
...
],
...
}