Product Results
Sometimes if you search for a product, Google may return product boxes with more information about your search. To retrieve this information you can use the product_results
property of the API response.
Product Results JSON
{
...
'product_results': {
'title': 'String - The title of the product',
'reviews': 'Integer - Number of reviews',
'rating': 'Double - The average rating of the reviews',
'description': 'String - Description of the product.',
'manufacturer': {
'link': 'String - Link to the manufacturer',
'name': 'String - Name of the manufacturer'
},
'user_reviews': {
'popular_questions': 'Array - List of string with popular questions for the product'
}
},
...
}
Product Results examples