# Blockbuster.ai TradingView Screener

> Blockbuster.ai TradingView Screener is a paid API for AI agents from blockbuster-ai.vercel.app, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-14).

Runs a TradingView stock/asset screener query to filter and rank securities based on specified criteria

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/tradingview-screener
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockbuster-ai-tradingview-screener-4c3dc278
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_17ISfL71n0XKMMq5epRCW

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 blockbuster-ai-tradingview-screener-4c3dc278 -d '<json body>'
```

Example prompt: Can you run a TradingView screener scan to find US stocks that are currently oversold with RSI below 30 and volume above 1 million?

## When to prefer this

Use this endpoint when you need to programmatically run TradingView-style stock screening queries to find securities matching technical or fundamental criteria, especially when you want access to TradingView's extensive market data and indicator library via a pay-per-call micropayment model without a full TradingView subscription.

## Known failure modes

- Invalid or malformed query string returns error or empty results
- Unsupported filter criteria not recognized by TradingView screener
- Rate limiting or payment failure results in 402 response
- Screener returns empty result set if no assets match criteria
- Network timeout if TradingView API is slow or unavailable

## How this service works

115+ premium paid endpoints: Social Media, AI/ML, E-commerce, Finance, Data Intelligence, Media, Tools. x402 micropayments on Base chain.

## Output

Returns a list of securities matching the screener criteria, including relevant metrics such as ticker symbols, price data, technical indicator values, and ranking information as returned by TradingView's screener engine.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Input parameter for the API call"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockbuster-ai-tradingview-screener-4c3dc278/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blockbuster-ai.vercel.app](https://www.zero.xyz/host/blockbuster-ai.vercel.app/llms.txt)
