# KiteEndpoints.ai - Twitch Scraper

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

Scrapes and retrieves publicly available data from Twitch channels, streams, or profiles

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/twitch-scraper
- Price: $0.09/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-twitch-scraper-a5ec619a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BWX7Kl2W9Ye2tSek7TjRb

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-twitch-scraper-a5ec619a -d '<json body>'
```

Example prompt: Can you scrape the Twitch channel data for 'shroud' — I want to know their live status, viewer count, and channel info right now?

## When to prefer this

Use this endpoint when you need to programmatically retrieve public Twitch channel or stream data without the official Twitch API credentials, or when you need quick access to streamer info via a pay-per-request model without managing OAuth tokens. Suitable for one-off lookups or when the official Twitch API is unavailable.

## Known failure modes

- Channel not found or username misspelled — returns empty or error result
- Twitch rate limiting or anti-scrape measures may cause intermittent failures
- Private or banned accounts may return no data
- Network timeout if Twitch pages load slowly
- Schema is opaque — exact fields returned not guaranteed by documented schema

## 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 Twitch channel or stream data such as live status, viewer counts, stream title, game category, streamer bio, follower count, and other publicly available profile metadata scraped from Twitch.

## 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-twitch-scraper-a5ec619a/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)
