Google Shopping
Create a Google Shopping price-lookup job
Submit one product barcode (EAN / GTIN / UPC) and a country code from the 29 supported Google Shopping markets. Returns a job_id you then poll via GET /jobs/{job_id}.
Authorizations
Your RapidAPI key.
Headers
Your RapidAPI host.
Example:
"<rapidapi-host>"
Body
application/json
Two-letter Google Shopping market code. Currency follows the chosen market.
Available options:
us, nl, de, fr, uk, es, it, be, at, ch, pl, se, dk, no, fi, pt, ie, cz, hu, ro, gr, sk, hr, bg, au, ca, br, in, jp Example:
"de"
Exactly one product barcode (GTIN / EAN / UPC / JAN), digits only, 8–14 chars.
Required array length:
1 elementPattern:
^\d{8,14}$