Create a price-lookup job for any source
Submit a source (klarna, pricerunner, idealo, google-shopping or allegro), a country valid for that source, and one product barcode (EAN / GTIN / UPC). Returns a job_id you then poll via GET /jobs/{job_id}. The dedicated per-source endpoints below are equivalent shortcuts that set the source for you.
Authorizations
Your RapidAPI key.
Headers
Your RapidAPI host.
"<rapidapi-host>"
Body
The price source to query.
klarna, pricerunner, idealo, google-shopping, allegro "idealo"
Two-letter country code, validated against the chosen source's coverage. Klarna: at, dk, fi, fr, de, ie, it, nl, no, es, se, us. PriceRunner: uk, se, dk. Idealo: de, at. Allegro: pl. Google Shopping: any of its 29 markets.
"de"
Exactly one product barcode (GTIN / EAN / UPC / JAN), digits only, 8–14 chars.
1 element^\d{8,14}$