Product Results

Scrape Google Product Results and get real time information on product specifications.

The body of the Google Product Results response includes:

Element
Type
Description

product_results

Object

Details found on the product main container

title

String

Product title

reviews

Integer

Total number of reviews

rating

Float

Product score based on customer's rating

description

String

Product description

extentions

Array

Product extentions

highlights

Array

Product highlights

prices

Array

A list with shown prices for the product

typical_prices

Object

Product typical prices, it shows in what range the price is

low

String

high

String

shown_price

String

media

Array

An array with media elements that contain the product

type

Sring

Type of the media element

link

String

Link tot the resource

seller_results

Object

Details about product sellers

online_sellers

Object

position

Int

The position where the product was found

name

String

Name of the seller

link

String

Link to the seller

additional_details

String

Additional details about the seller's offer

base_price

String

Base price of the product

additional_price

Object

Shows why is a difference (if any) between the base_price and the total_price

shipping

String

Shipping fee value

tax

String

Tax value

total_price

String

Total price of the product

reviews_results

Object

Details about product reviews and ratings

ratings

Object

This product ratings breakdown

stars

Int

Number of stars

amount

Int

How many ratings have this number of stars

reviews

Array

A list with reviews of this product

position

Int

The position of the review

date

String

The date when the review was published

rating

Int

Rating the of the review

source

String

Source of the review

content

String

Contents of the review

images

Array

A list with all the images found on the review

related_products

Array

A list with related_products

position

Int

The position of the related product

title

String

link

String

thumbnail

String

price

String

rating

String

reviews

Int

How many reviews has the product

specs_results

Object

An object with all the specifications found on the product. The keys of this element are generated from DOM

Product Results Request Example

Request Example That Returns Google Product Reviews Results

GET https://serpapi.webscrapingapi.com/v1?engine=google_product&api_key=<YOUR_API_KEY>&product_id=4887235756540435899

This is a basic GET request that returns the product results found on the Google page.

Query Parameters

Name
Type
Description

product_id*

String

4887235756540435899

api_key*

String

<YOUR_API_KEY>

engine*

String

google_product

Scrape Google Product Results

Last updated