AI Agents

This page is for agent builders who want to query Picabix deals and product data in a predictable, machine-friendly way.

Key API Endpoints

  • /api/deals for deal-first agent workflows.
  • /api/products/latest-deals for freshest discounted items.
  • /api/search?q=... for semantic product retrieval.
  • /api/products/:productId and /api/products/:productId/similar for item detail + alternatives.

Recommended Agent Flow

  1. Resolve user intent and constraints (budget, condition, category).
  2. Start with /api/deals or /api/search.
  3. Hydrate top candidates with /api/products/:productId.
  4. Fetch alternatives with /api/products/:productId/similar for comparison.
  5. Return ranked picks with price, discount, condition, and outbound links.