Google Product Page API
To fetch Google product results from SerpApi, create a search with engine
parameter set to google_product
and product
parameter set to a product ID. (I.e., engine=google_product&product_id={product}
)
SerpApi Product Page JSON
{
...
"product_results": {
"product": "Integer - Product's ID",
"title": "String - Product's name",
"prices": "Array - Product's current listed prices",
"reviews": "Integer - Product's total reviews",
"rating": "Integer - Product's rating",
"extensions": "Array - Product's selling point features",
"description": "String - Product's description",
"media": [
{
"type": "String - Media filetype",
"link": "String - Media's location"
},
...
],
"features": [
{
"name": "String - Feature's name",
"text": "String - Feature's text"
},
...
]
},
...
}
Product Results for an iPhone 12

{
...
"product_results": {
"product_id": 4172129135583325756,
"title": "Apple iPhone 12 Pro - 128 GB - Silver - AT&T",
"reviews": 38,
"rating": 4.0,
"extensions": [
"Apple",
"iPhone",
"iPhone 12 Pro",
"iOS",
"6.1″",
"Facial Recognition",
"12 MP front camera",
"Smartphone",
"With Wireless Charging",
"AT&T"
],
"description": "5G goes Pro. A14 Bionic rockets past every other smartphone chip. The iPhone 12 Pro features a 6.1” Super Retina XDR display, LiDAR scanner for ultrafast and accurate depth maps of whatever space you're in and MagSafe wireless charging. The Pro camera system takes low-light photography to the next level with Night mode available in both the Wide and Ultra Wide cameras, so it’s better than ever at capturing incredible low-light shots. And Ceramic Shield delivers four times better drop performance.",
"media": [
{
"type": "image",
"link": "https://encrypted-tbn0.gstatic.com/shopping?q=tbn:ANd9GcQDYCaTc2z4hzdpIqZCvrAGiA9sgQvxZRR3DFSMFLGcvLkhOy1cwl9RGgrX-marXY5s0L_M9YZb4nHqmAglcK5HTk7go-g2fBlf3G0YSZWyM6L5Fgoz5tk&usqp=CAY"
},
{
"type": "image",
"link": "https://encrypted-tbn1.gstatic.com/shopping?q=tbn:ANd9GcS1MdeEFTGSg_6a6-AzxfAeTt9wzQwe0oM-qVtNhxz8pQPAxE8DDHvyzm4OIl7xfXi4faOpyIWDwCJXzo79L9iFbzVXEaN6Xw&usqp=CAY"
},
{
"type": "image",
"link": "https://encrypted-tbn0.gstatic.com/shopping?q=tbn:ANd9GcSBnkSVPLstQi4uo5Oknme6Byxp_u0Xx_lcJnkf2xBtQfAmr5qhck6_fe1i1EXjSTEGAhyC4fg-K2jB7qg8Yir4HdF4DcE&usqp=CAY"
},
{
"type": "image",
"link": "https://encrypted-tbn1.gstatic.com/shopping?q=tbn:ANd9GcS1MdeEFTGSg_6a6-AzxfAeTt9wzQwe0oM-qVtNhxz8pQPAxE8DDHvyzm4OIl7xfXi4faOpyIWDwCJXzo79L9iFbzVXEaN6Xw&usqp=CAY"
}
]
},
...
}