# FindPulse Hidden Gems Finder

> FindPulse Hidden Gems 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-14).

Returns genuinely underrated, enthusiast-recommended products in a given category that mainstream buyers overlook — cult favorites and hidden gems.

## Facts

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

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-gems-finder-50686920
```

Example prompt: What are the hidden gem, enthusiast-recommended products in the mechanical keyboard category — the kind of stuff that pros and hobbyists swear by but most people have never heard of?

## When to prefer this

Choose this endpoint when a user wants to discover non-obvious, enthusiast-vetted products rather than mainstream bestsellers. Ideal when the user expresses frustration with generic recommendations, wants what 'people in the know' actually buy, or is researching a niche category deeply. Prefer over general product recommendation endpoints when the user specifically asks for hidden gems, underrated picks, cult favorites, or what professionals use.

## Known failure modes

- Category too vague or broad — returns generic results with low specificity
- Category not recognized — returns empty or error response
- Use case conflicts with category — may return irrelevant results
- Rate limit or payment failure — 402 payment required error
- Service unavailable — 5xx error from upstream

## 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 genuinely underrated products in the requested category — items that enthusiasts, professionals, and niche communities actually buy and recommend, but that mainstream shoppers typically overlook. Includes product names, why they're underrated, and who they're best suited for.

## 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-gems-finder-50686920/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)
