# FindPulse Product Finder by Need

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

Takes a use case plus optional budget and preferences and returns top product picks with trade-offs and sourcing links

## Facts

- Endpoint: GET https://findpulse.theaslangroupllc.com/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-by-need-6b2a25af
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_n_Z481tl7hKga0TSIOQdb

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-by-need-6b2a25af
```

Example prompt: I need to set up a home office on a budget of around $500 — can you find me the best ergonomic chair for someone who sits 8+ hours a day and prioritizes lumbar support over aesthetics?

## When to prefer this

Use this endpoint when a user has a specific need or use case in mind and wants curated product recommendations rather than a raw search. Ideal for buyer agents that need to translate user intent into concrete product picks with honest context, especially when the user is unsure what category or brand to look at. Prefer this over generic search when the use case framing is the primary input rather than a product name.

## Known failure modes

- Use case is too vague or ambiguous — returns generic recommendations or prompts for clarification
- Budget is unrealistically low for the category — may return no viable options or caveat-heavy results
- Niche or obscure use case not well-covered — may return loosely relevant products
- Sourcing links may be stale or unavailable if product is discontinued
- Rate limiting or payment failure returns 402 Payment Required

## 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

A ranked list of top product picks tailored to the specified use case, each with an honest summary of trade-offs, key strengths and weaknesses, and links to purchase or learn more

## 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-by-need-6b2a25af/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from findpulse.theaslangroupllc.com](https://www.zero.xyz/host/findpulse.theaslangroupllc.com/llms.txt)
