Product search
Use GET /api/v1/products to query marketplace and approved merchant listings.
Useful query parameters
qfor free-text product intentcategoryfor category filteringminPriceandmaxPricefor budget controlcurrencyandcountryfor localized displaycursorandlimitfor pagination
Example
curl 'https://api.procureiq.com/api/v1/products?q=axial%20fan&country=NG&limit=20' \
-H 'x-api-key: piq_live_xxx'
Best practices
- Use user intent, not just catalog jargon, in
q. - Pass region information early so shipping and pricing can localize correctly.
- Combine product search with webhook-driven downstream steps instead of polling.