Google Immersive Product API

Using Google Immersive 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_immersive_product with the below-given parameters.

Google Immersive Product API pricing is available here.

Parameters

Scrapingdog Parameters

Parameter
Description

api_key

required

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

Search Query

Parameter
Description

page_token

required

This parameter specifies the token required to display additional product details in Google’s immersive popup. Type: String

Sellers Pagination

Parameter
Description

stores

This parameter enables the pagination to get more sellers. Pass true to enable it. It can only be used with sori parameter. Default: false Type: String

sori

This parameter works together with the sellers parameter to fetch the next page of seller results. Its value depends on how many sellers were returned in the previous API responses.

Example: If your last two API responses included 5-5 sellers each, set sori=10 in your next API call to continue from the next set of sellers. Type: String

Geographic Location and Localization

Parameter
Description

country

This parameter specifies the country for the Google search using a two-letter country code (e.g., US for the United States, UK for the United Kingdom, or FR for France). For a complete list of supported countries, visit the Google countries page. Default Value - us

Type - String

language

Language of the results. Possible Values - en, es, fr, de, etc. Visit Google's languages page for a complete list of supported countries. Default Value - en Type - String

API Example

curl "https://api.scrapingdog.com/google_immersive_product?api_key=APIKEY&page_token=eyJlaSI6IjE0NXFaN0NlS3U3bjVOb1BtcmpTOFFvIiwicHJvZHVjdGlkIjoiIiwiY2F0YWxvZ2lkIjoiMTY5MTQ4Nzc2MjUyODA5Nzc4NjUiLCJoZWFkbGluZU9mZmVyRG9jaWQiOiIzMjM4MjI0ODQ0NjI0OTEyMTY5IiwiaW1hZ2VEb2NpZCI6IjQ3Njc0OTkxNTkwNjMyNzkxNCIsInJkcyI6IlBDXzMyNDU0NzY0MDA4MzM1NTE5NDh8UFJPRF9QQ18zMjQ1NDc2NDAwODMzNTUxOTQ4IiwicXVlcnkiOiIrQ29mZmVlIiwiZ3BjaWQiOiIzMjQ1NDc2NDAwODMzNTUxOTQ4IiwibWlkIjoiNTc2NDYyNjEyMjgwMTMwNDgxIiwicHZ0IjoiaGciLCJ1dWxlIjpudWxsfQ=="

API Example

Last updated