Google Product API

Using Google Product API you can scrape Google Product results without worrying about proxy rotation and data parsing. Our API is fast and reliable.

Each successful request will cost you 5 API credits.

You have to send a GET request to http://api.scrapingdog.com/google_product with the below-given parameters.

Google Product API pricing is available here.

Parameters

Parameter
Description

api_key

required

Your personal API key. Available on your dashboard Type: String

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

country

This is the ISO code of the country from which you are seeking Google search results.

Default Value - us

Type - String

page

This is the page number of Google searches. Its value can be 0 for the first page, 1 for the second page, and so on. This parameter is used for pagination and can only be used with online sellers and reviews.

Default Value - 0 Type - String

filters

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

uule

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

Search Type

type
description

offers

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

specs

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

reviews

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

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

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

freeship:1

It shows products with free shipping only.

API Example

Response

Last updated