Want a guided starting point? View runnable examples.
Playground · live api.pricesapi.io
MODE
Not run here: Product Snapshot Batch (POST with a JSON body) · Async Bulk Search (returns a job id, then polling) · Schedules (changes your account) · Hosted MCP (no REST shape of its own)
Sign in required. The playground uses your own API key — no shared demo key.Sign up free →
Parameters
TEXT
URL or product name
1 selected
limitproducts · offers
Candidate products per country (
limit) and max offers per product (offers_limit, default 15).Synchronous — one call runs product discovery and offer collection inline. Cold lookups take longer than cached repeats; allow a generous client timeout.
Hit Send or ⌘↵ to fire the request.
Snippet · auto-updated from params
# get your key at https://pricesapi.io/signup — 3,000 one-time credits curl "https://api.pricesapi.io/api/v1/products/search?q=MacBook+Pro+M5+14-inch+512GB+Space+Black&market=au&limit=3&offers_limit=15" \ -H "Authorization: Bearer $PRICESAPI_KEY"