# FindPulse Gift Finder

> FindPulse Gift 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 specific, buyable gift picks matched to a recipient, occasion, budget, and interests — including a wildcard pick, honest risk notes, and what to avoid.

## Facts

- Endpoint: GET https://findpulse.theaslangroupllc.com/api/find/gift
- 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-gift-finder-06659e38
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zU8f_WEs6NnLHMWOVNk0F

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-gift-finder-06659e38
```

Example prompt: Can you find me specific gift ideas for my sister's 30th birthday — she's really into yoga and cooking, my budget is around $75, and I want to avoid anything too generic?

## When to prefer this

Use this endpoint when a user explicitly wants gift ideas tailored to a specific person and occasion, with a defined budget and known interests. It goes beyond generic product search by providing curated, recipient-aware picks with risk context and a creative wildcard — making it ideal for shopping agents handling gifting workflows rather than general product discovery.

## Known failure modes

- Missing required parameters (recipient, occasion, or budget) — returns error or empty results
- Budget too low to return meaningful picks — may return limited or no results
- Very niche interests with no matching products — returns generic fallback suggestions
- Ambiguous recipient type — may produce poorly targeted recommendations

## How this service works

Gift ideas for, what to get someone, gift finder by recipient and occasion. For shopping and gift agents: takes who the gift is for plus occasion, budget, and interests, and returns specific buyable picks matched to the recipient, with honest risk notes, a wildcard pick, and what to avoid.

## Output

A curated list of specific, purchasable gift picks tailored to the recipient and occasion, each matched to the stated budget and interests. Includes honest risk notes (e.g. sizing issues, taste sensitivity), a wildcard pick for a creative option, and a list of what to avoid for this recipient type.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "recipient"
 ],
 "properties": {
  "budget": {
   "type": "string",
   "description": "budget"
  },
  "occasion": {
   "type": "string",
   "description": "occasion"
  },
  "interests": {
   "type": "string",
   "description": "interests"
  },
  "recipient": {
   "type": "string",
   "description": "recipient"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/findpulse-gift-finder-06659e38/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)
