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

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

huawei p20

api_key*

String

<YOUR_API_KEY>

Scrape Google Product Results

Last updated