Google Product API

The Serpdog's Google Product API will allow you to extract Google Product Results from any country present in the world. It includes details like online sellers, product reviews, and many more.

Here is the list of default parameters you can use with this API:

Parameter
Description

api_key required

This is your API key.

product_id required

The id of the Google Shopping Product you want to get results for. It can be found from the URL: https://www.google.com/shopping/product/{product_Id}

gl

Type: String

Default: "us" Name of the country. The name should be in ISO 3166 Alpha-2 format.

hl

Type: String

Default Value: "en_us" The language of the requested results.

uule

Type: String Used to encode a place an exact location(with latitude and longitude) into a value used in a cookie, an URL, or an HTTP header.

page

Type: Number(Integer) [0,10,20...] Default: 0 (Enter 10 for 2nd-page results, 20 for 3rd, etc .) This parameter is used for pagination and can only be used with online sellers and reviews.

filters

Type: String This parameter is used for filtering and sorting reviews and offers results.

Search Type

type
description

offers

Default: 0

It is used for scraping offers results. It can be set to 1.

specs

Default: 0

It is used for scraping product specifications. It can be set to 1.

reviews

Default: 0

It is used for scraping product reviews. It can be set to 1.

Some relevant values for "filters" parameter in the review results

Parameter
Description

rsort:0

It sorts the results by relevance

rsort:1

It sorts the results by date

rnum:{num}

Number of reviews. Maximum is 100.

pub:{source}

Filters the reviews according to a particular source. For example - uscellular.com

Some relevant values for "filters" parameter in the offers results

Parameter
Description

freeship:1

It shows products with free shipping only.

ucond:1

It shows only used products

scoring:p

It sorts the results by base price

scoring:tp

It sorts the results by total price

scoring:cpd

It sorts the results by current promotion deals (special offers)

scoring:mrd

It sorts the results by sellers score or rating

API Example:

Last updated