# Blockbuster.ai Twitch Scraper

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

Scrapes and retrieves data from Twitch based on a search query, such as streamer profiles, stream metadata, or channel information.

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/twitch-scraper
- Price: $0.07/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-twitch-scraper-7d356a3f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_D23lT881OJeijOKeAb0t8

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

Example prompt: Can you scrape Twitch and pull the channel info and stream details for the streamer 'shroud'?

## When to prefer this

Use this endpoint when you need to programmatically retrieve Twitch channel or streamer data without direct Twitch API credentials, or when you want quick enrichment of influencer/gaming data via a paid micropayment model on Base chain.

## Known failure modes

- Twitch blocks or rate-limits scraping requests, returning an error or empty data
- Invalid or non-existent channel/query returns empty results
- Payment of 0.07 USDC not processed, resulting in 402 response
- Twitch page structure changes break scraping logic, causing malformed output
- Network timeout if Twitch is slow to respond

## 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 JSON object containing scraped Twitch data such as channel details, streamer profile, stream status, viewer counts, game categories, or other metadata matching the query.

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