# FindPulse Product Finder

> FindPulse Product Finder is a paid API for AI agents from findpulse-omega.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Recommends the best product for a given use case with honest trade-offs and Amazon purchase links

## Facts

- Endpoint: GET https://findpulse-omega.vercel.app/api/find/product
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/findpulse-product-finder-27077949
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Oo8mItku4lsdmClR8X9mH

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability findpulse-product-finder-27077949
```

Example prompt: What's the best noise-cancelling headphone for long flights with a tight budget around $100 — give me the top pick, honest trade-offs, and an Amazon link so I can buy it right away.

## When to prefer this

Use this endpoint when a user wants an opinionated, single best-pick product recommendation for a specific use case, especially when they also want honest trade-offs and a direct Amazon purchase link. Prefer this over generic search endpoints when the user needs a concise, curated answer rather than a list of search results.

## Known failure modes

- Vague or overly broad use case description may yield generic recommendations
- Very niche or uncommon use cases may return no confident match
- Amazon link may be stale or product may be unavailable
- Payment failure (x402) if USDC balance is insufficient or payment not processed
- Rate limiting or server errors from Vercel hosting

## How this service works

Best product for my use case, what should I buy, product finder by need, product recommendation. For shopping and buyer agents: takes a use case plus optional budget and preferences and returns the top product picks for that specific need, with honest trade-offs and sourcing links.

## Output

Returns a top product recommendation tailored to the specified use case, including the product name, honest trade-offs (pros and cons), and an Amazon purchase link for the recommended item.

## Example request

```json
{
 "budget": "$50",
 "use_case": "finding a reliable wireless mouse for office work",
 "preferences": "ergonomic design with long battery life"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "use_case"
 ],
 "properties": {
  "budget": {
   "type": "string",
   "description": "budget"
  },
  "use_case": {
   "type": "string",
   "description": "use_case"
  },
  "preferences": {
   "type": "string",
   "description": "preferences"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/findpulse-product-finder-27077949/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from findpulse-omega.vercel.app](https://www.zero.xyz/host/findpulse-omega.vercel.app/llms.txt)
