# FindPulse Used Product Finder

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

Returns where to buy a product secondhand or refurbished, fair price ranges, an inspection checklist, and red flags to watch out for

## Facts

- Endpoint: GET https://findpulse.theaslangroupllc.com/api/find/used
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/findpulse-used-product-finder-31244201
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UdqbjWtp86_sWFysGxLjm

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-product-finder-31244201
```

Example prompt: I'm thinking about buying a used iPhone 14 Pro — can you tell me what a fair price would be, where to find a legit refurbished one, what to physically inspect before buying, and any scam red flags I should watch out for?

## When to prefer this

Use this endpoint when a user is considering buying a product used or refurbished and needs market pricing guidance, trusted resale platforms, and condition evaluation criteria. Prefer this over general product search endpoints when the user's intent is specifically secondhand or refurbished purchasing rather than new retail.

## Known failure modes

- Product name too vague or ambiguous — returns generic advice or error
- Product not commonly sold secondhand — limited source or price data returned
- No market data available for niche or rare items
- Malformed request or missing product parameter — 400 error

## 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 response including: recommended secondhand and refurbished buying platforms for the product, fair price ranges (low/mid/high), a step-by-step inspection checklist tailored to the product type, and a list of red flags or warning signs that indicate a bad deal or fraudulent listing

## 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-product-finder-31244201/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)
