Product Results
Scrape Google Product Results and get real time information on product specifications.
Sometimes if you search for a product, Google may return product boxes with more information about your search. To access this information you can use the
product_results
property of the API response. The full body of the property includes:Element | Type | Description |
---|---|---|
title | String | Product title |
reviews | Integer | Total number of reviews |
rating | Float | Product score based on customer's rating |
description | String | Product description |
manufacturer | String | Product manufacturer |
link | String | Link to product |
name | String | Name of seller |
user_reviews | Object | Reviews left by users |
popular_questions | Array | -- Questions asked by Google users |
get
https://serpapi.webscrapingapi.com/v1?
engine=google&api_key=<YOUR_API_KEY>&q=huawei%20p20
Request Example That Returns Product Elements

Scrape Google Product Results
Last modified 3mo ago