Access through RapidAPI
Subscribe to the API product you need on RapidAPI:PricePirate on RapidAPI
Choose the Global product. It contains the universal search and the source-specific endpoints.
Authentication
RapidAPI requires these headers for requests:Search pattern
The universal endpoint searches products by GTIN, EAN, or UPC. Setsource to the marketplace source you need.
Synchronous and asynchronous results
Some sources return results directly. Other sources start a job and return the result later. For asynchronous endpoints, you usually follow these steps:- Start a
jobsrequest. - Store the returned job ID.
- Fetch the status or result.
- Use
pingwhen the API offers a simple availability check.