# FindPulse Ethical Shopping Finder

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

Returns ethically sourced, fair trade, cruelty-free, and sustainable product recommendations for any category, with certifications, trade-offs, and purchase links filtered by personal values.

## Facts

- Endpoint: GET https://findpulse.theaslangroupllc.com/api/find/ethical
- 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-ethical-shopping-finder-ce87dc43
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PDIU49lb8Hcpl4Evng3Ta

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-shopping-finder-ce87dc43
```

Example prompt: Find me ethically sourced, cruelty-free, and plastic-free laundry detergent options — filter for vegan and small-business brands, and show me where I can buy them along with any fair trade or sustainability certifications.

## When to prefer this

Choose this endpoint when a user explicitly wants to shop or find products according to ethical, sustainability, or values-based criteria (vegan, cruelty-free, fair trade, union-made, plastic-free, small-business). This is distinct from generic product search or price comparison — it specializes in filtering by ethical certifications and personal values. Prefer over general product finders when ethics and sourcing are the primary decision drivers.

## Known failure modes

- No products found matching the combination of values filters — returns empty results or a suggestion to relax filters
- Unsupported product category — may return a generic error or empty set
- Conflicting filters (e.g., union-made + handmade artisan) that yield no results
- External retailer links may be outdated or unavailable
- Payment of 0.1 USDC not completed — 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

A list of recommended products matching the requested ethical criteria, each with relevant certifications (e.g., Fair Trade, B-Corp, USDA Organic), trade-off notes (e.g., higher cost, limited availability), values tags (vegan, cruelty-free, union-made, plastic-free, small-business), and direct links or retailer information for purchasing.

## 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-shopping-finder-ce87dc43/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)
