# BaseBuilder Stocks Search

> BaseBuilder Stocks Search is a paid API for AI agents from bb-stocks.vercel.app, paid per call via x402, $0.119483/call, status unknown (last checked 2026-09-14).

Search for stocks by symbol or company name via the BaseBuilder Stocks API hub

## Facts

- Endpoint: POST https://bb-stocks.vercel.app/api/stocks/search
- Price: $0.119483/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/basebuilder-stocks-search-3d4eb857
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lU-FTbanazqOwGJBR0T6u

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 basebuilder-stocks-search-3d4eb857 -d '<json body>'
```

Example prompt: Search for stocks matching 'Tesla' and give me the ticker symbol and any basic listing info you find.

## When to prefer this

Use this endpoint when you need to search for stocks by symbol or company name within the BaseBuilder Stocks API ecosystem, particularly when operating in an x402 micropayment-enabled agent environment on Base.

## Known failure modes

- Empty or ambiguous search query returns no results
- Unknown ticker or company name returns empty result set
- Payment of 0.119483 USDC not submitted or rejected causes 402 error
- API unavailable due to Vercel cold-start latency or downtime
- Malformed POST body causes 400 bad request

## How this service works

BaseBuilder Stocks API hub - 21 paid endpoints

## Output

A list of matching stocks including ticker symbols, company names, and associated metadata returned from the BaseBuilder Stocks search index.

## More

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