# KiteEndpoints.ai Screener API

> KiteEndpoints.ai Screener API is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-15).

Runs a screener query (likely for stocks, crypto, or social/financial assets) via KiteEndpoints' mega API hub, returning filtered results based on submitted criteria

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/screener
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-screener-api-25b53305
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jOtXMWyh7moL3s1NY3LLB

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 kiteendpoints-ai-screener-api-25b53305 -d '<json body>'
```

Example prompt: Can you screen for assets using the KiteEndpoints screener and return results that match my filter criteria for high-volume stocks with strong momentum?

## When to prefer this

Use this endpoint when you need a pay-per-request screener with no subscription, paying in USDC on Base chain. Prefer it for quick ad-hoc screener queries across financial or crypto markets when you want access without committing to a recurring API plan.

## Known failure modes

- Vague or missing input schema may cause unexpected results or empty responses
- Payment failure in USDC on Base chain blocks request
- Schema mismatch due to poorly documented input fields
- Generic 'example response' suggests real response shape is undocumented and may vary
- Rate limiting or backend unavailability on the Vercel-hosted service

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a result object containing screened asset data matching the submitted criteria — likely including asset identifiers, metrics, and ranking or filtering data depending on the screener parameters used.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-screener-api-25b53305/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
