# FindPulse Hidden Gem Finder

> FindPulse Hidden Gem Finder 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-15).

Returns underrated, cult-favorite product recommendations that enthusiasts love but mainstream buyers overlook, for shopping and research agents.

## Facts

- Endpoint: GET https://findpulse-omega.vercel.app/api/find/hidden
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/findpulse-hidden-gem-finder-b7b14b47
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TOI8TnpA6fUKTlKyrye02

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-hidden-gem-finder-b7b14b47
```

Example prompt: Can you find me some hidden gem mechanical keyboards — the cult-favorite ones enthusiasts swear by that most people have never heard of, not just the usual mainstream picks?

## When to prefer this

Choose this endpoint when a user wants to go beyond mainstream best-seller lists and discover what enthusiasts, hobbyists, or power users actually recommend — especially when they are frustrated with obvious or overly popular options and want niche, underrated, or cult-favorite alternatives.

## Known failure modes

- No hidden gems found for very niche or newly emerging categories
- Ambiguous category query returns generic results
- Payment failure if USDC balance is insufficient for the $0.08 per call fee
- Rate limiting if too many requests are made in quick succession

## How this service works

Best underrated product, hidden gem, what do enthusiasts actually buy, cult-favorite pick. For shopping and research agents: takes a category plus optional use case and returns genuinely underrated products that enthusiasts and pros recommend but mainstream buyers overlook.

## Output

A curated list of underrated, cult-favorite products in the requested category that enthusiast communities recommend, including details on why they are overlooked and what makes them special compared to mainstream alternatives.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

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

## More

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