Product listings from Google Shopping per search query: title, current price, previous price, discount, merchant, delivery, returns, rating and review count, with the product id and URL. Up to 200 queries per run. Only delivered products are charged.
$1.75 per 1,000 ยท Product listed
One product offer delivered to the dataset. Queries that fail or return nothing are never charged.
| Field | Name | What it does |
|---|---|---|
queries | Search queries | Product searches, e.g. 'wireless earbuds' or 'dyson v15'. Up to 200 per run. |
maxProductsPerQuery | Max products per query | Stop after this many products per query. This is your cost ceiling: one delivered product is one charged event. |
country | Country | ISO country code, e.g. US, NL, DE. Sets both the proxy exit country and the Google region. Prices and merchants are region bound, so match this to the market you want. |
language | Language | Interface language, e.g. en, nl, de. |
| Field | Type |
|---|---|
query | string, null |
country | string, null |
position | integer, null |
productId | string, null |
productUrl | string, null |
title | string, null |
price | number, null |
priceText | string, null |
currency | string, null |
previousPrice | number, null |
discountPercent | integer, null |
merchant | string, null |
delivery | string, null |
returns | string, null |
rating | number, null |
reviewCount | integer, null |
status | string, null |
input | string, null |
errorCode | string, null |
error | string, null |