# FindPulse Ethical Product Finder

> FindPulse Ethical 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-13).

Discovers ethically sourced, values-aligned products for a given category or query, returning AI-synthesized recommendations filtered by user values and budget

## Facts

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

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-ethical-product-finder-49cc7cff
```

Example prompt: Can you find me ethical, sustainable running shoes under $150 that are cruelty-free and ideally fair-trade certified? I care a lot about environmental impact.

## When to prefer this

Use this endpoint when a user explicitly wants product recommendations filtered by ethical, sustainability, or values-based criteria (e.g. cruelty-free, fair-trade, eco-friendly, B-corp). Prefer over generic product finders when values alignment is a key selection criterion.

## Known failure modes

- Missing required product_or_category parameter returns 400 error
- Overly narrow values + budget combination may return empty or very limited results
- Language code not supported may fall back to English silently
- External affiliate/price data unavailable may result in partial results
- Payment not completed via x402 returns 402 Payment Required

## How this service works

Ethical shopping finder — ethically sourced, fair trade, cruelty-free & sustainable product recommendations for any category with certifications, trade-offs and where to buy. Values-filtered (vegan, plastic-free, union-made, small-business).

## Output

Returns an AI-synthesized list of ethically sourced product recommendations for the given category, filtered by values (e.g. sustainable, cruelty-free, fair-trade) and budget, with Amazon affiliate links, cashback opportunities via Rakuten, and price history context from CamelCamelCamel.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "product_or_category"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "budget": {
   "type": "string",
   "description": "budget"
  },
  "values": {
   "type": "string",
   "description": "values"
  },
  "product_or_category": {
   "type": "string",
   "description": "product_or_category"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/findpulse-ethical-product-finder-49cc7cff/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)
