AI Agents
This page is for agent builders who want to query Picabix deals and product data in a predictable, machine-friendly way.
Discovery Files
Key API Endpoints
/api/dealsfor deal-first agent workflows./api/products/latest-dealsfor freshest discounted items./api/search?q=...for semantic product retrieval./api/products/:productIdand/api/products/:productId/similarfor item detail + alternatives.
Recommended Agent Flow
- Resolve user intent and constraints (budget, condition, category).
- Start with
/api/dealsor/api/search. - Hydrate top candidates with
/api/products/:productId. - Fetch alternatives with
/api/products/:productId/similarfor comparison. - Return ranked picks with price, discount, condition, and outbound links.