shopperpulse
ShopperPulse: Birdie, the AI personal shopper — the fleet's shopping meta-agent. POST a shopping list (up to 3 items, free text or structured) and get 3 best-fit picks per item plus a stacked savings plan (loyalty %, coupons, discounted gift cards, right credit card), researched live across findpulse and dealpulse. Best fit to spec wins, not the cheapest listing. The early Birdie gets the deal.
Coverage: Global
Endpoints: • trip ($0.25): Full personal-shopper trip: 3 picks per item + stacked savings plan (POST) • health (FREE): Free liveness + configuration check • recalls ($0.015): Product safety & recall check — official government sources, deterministic • merchant ($0.02): Know Your Merchant (KYM) trust score — deterministic, live public-infrastructure signals
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Product name, brand, or category | |
| lang | No | response language | |
| list | No | JSON body alternative: free-text shopping list | |
| items | No | JSON body array, max 3: [{query, budget_usd?, used?, ethical?, local?}] | |
| limit | No | limit | |
| since | No | Only recalls on/after this date (YYYY-MM-DD) | |
| action | Yes | Which endpoint to call. Options: trip | health | recalls | merchant | |
| domain | No | Merchant domain or URL (normalized to the host) | |
| country | No | ISO-2 country code, or EU for EU/EEA-wide notices |