# WhatChuNeed Finance Search

> WhatChuNeed Finance Search is a paid API for AI agents from whatchuneed.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Search for financial data, market information, or finance-related queries via a natural-language input interface

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/finance/search
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/whatchuneed-finance-search-b28ca2bf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wRqZWvR5mwIazk6p_1dPT

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 whatchuneed-finance-search-b28ca2bf -d '<json body>'
```

Example prompt: Search for the current stock price and recent performance of Apple Inc. using the finance search endpoint.

## When to prefer this

Choose this endpoint when you need to perform natural-language finance searches without pre-structuring your query into rigid parameters. It is well-suited for ad-hoc financial lookups, market data retrieval, or when you want to query financial information with a flexible input string. Prefer it over specialized endpoints when you need a single pay-per-call finance search without a subscription commitment.

## Known failure modes

- Vague or unsupported query input returns empty or null result
- Payment failure via x402 protocol results in 402 response before processing
- Ambiguous ticker symbols or company names may return incorrect data
- Rate limiting or service unavailability returns error status
- Queries outside the finance domain may return no useful results

## How this service works

320+ pay-per-call API endpoints across accommodation, LLM, code execution, crypto, medical, finance, and more. One API, one payment. Powered by x402 protocol.

## Output

Returns a result object containing financial data relevant to the query, along with a status string indicating success or failure. The result object structure varies based on the query type but typically includes market prices, financial metrics, or other finance-related data points.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Request input"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "Response data"
  },
  "status": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/whatchuneed-finance-search-b28ca2bf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from whatchuneed.vercel.app](https://www.zero.xyz/host/whatchuneed.vercel.app/llms.txt)
