Skip to main content

Product search

Use GET /api/v1/products to query marketplace and approved merchant listings.

Useful query parameters

  • q for free-text product intent
  • category for category filtering
  • minPrice and maxPrice for budget control
  • currency and country for localized display
  • cursor and limit for 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.