# FindPulse Used & Refurbished Buying Guide

> FindPulse Used & Refurbished Buying Guide is a paid API for AI agents from findpulse-omega.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Returns where to buy used/refurbished items, fair price ranges, an inspection checklist, and red flags for a given product

## Facts

- Endpoint: GET https://findpulse-omega.vercel.app/api/find/used
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/findpulse-used-refurbished-buying-guide-4db4d780
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AoHsN5e5JE446s_lceKHB

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-used-refurbished-buying-guide-4db4d780
```

Example prompt: I'm thinking about buying a used Sony A7III mirrorless camera — can you tell me where to find one, what a fair price looks like, what I should physically inspect before handing over money, and any red flags that would make me walk away?

## When to prefer this

Use this endpoint when a user is actively considering purchasing a specific used, second-hand, or refurbished product and needs actionable pre-purchase guidance — including where to shop, what price is fair, and what to scrutinize. Prefer this over general product comparison endpoints when the user's intent is specifically about the used/refurbished market rather than new products.

## Known failure modes

- Product not recognized or too obscure — returns empty or low-confidence results
- Overly broad product query yields generic advice rather than specific guidance
- Payment not processed — 402 response requiring x402 payment header
- Rate limiting or service unavailability returning 429 or 5xx errors

## How this service works

Should I buy this used, where to buy refurbished, fair used price, used buying guide. For shopping and buyer agents: takes a product and returns where to buy it secondhand or refurbished, fair price ranges, an inspection checklist, and red flags to avoid.

## Output

A structured buying guide including: recommended marketplaces and sellers for the used/refurbished item, fair price range with context, a step-by-step physical/functional inspection checklist, and a list of specific red flags or warning signs to watch out for during the buying process.

## Example request

```json
{
 "product": "used iPhone 13"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "product"
 ],
 "properties": {
  "product": {
   "type": "string",
   "description": "product"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/findpulse-used-refurbished-buying-guide-4db4d780/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)
