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 |
---|---|---|
|
| Product title |
|
| Total number of reviews |
|
| Product score based on customer's rating |
|
| Product description |
|
| Product manufacturer |
|
| Link to product |
|
| Name of seller |
|
| Reviews left by users |
|
| -- Questions asked by Google users |
Product Results Request Example
Request Example That Returns Product Elements
GET
https://serpapi.webscrapingapi.com/v1?engine=google&api_key=<YOUR_API_KEY>&q=huawei%20p20
This is a basic GET request that returns the product results found on the Google page.
Query Parameters
Name | Type | Description |
---|---|---|
q* | String |
|
api_key* | String |
|
Last updated