Better Fetch
Video and streaming4 runnable operations

Twitch reference

Creator profiles, videos, schedules, and clips from public Twitch surfaces.

Each operation below runs through the tool endpoint shown, and is available through REST, MCP, and the Better Fetch workspace.

Profile

Available

Profile from public Twitch surfaces, returned as structured data for agents, research, and monitoring workflows.

curl -sS -X POST "https://betterfetch.co/api/tools/twitch_scraper/run" \
  -H "Authorization: Bearer bf_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"input":{"mode":"profile","handle":"openai"}}'

Tool: twitch_scraper

User videos

Available

User videos from public Twitch surfaces, returned as structured data for agents, research, and monitoring workflows.

curl -sS -X POST "https://betterfetch.co/api/tools/twitch_scraper/run" \
  -H "Authorization: Bearer bf_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"input":{"mode":"user_videos","handle":"openai","max_results":10}}'

Tool: twitch_scraper

User schedule

Available

User schedule from public Twitch surfaces, returned as structured data for agents, research, and monitoring workflows.

curl -sS -X POST "https://betterfetch.co/api/tools/twitch_scraper/run" \
  -H "Authorization: Bearer bf_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"input":{"mode":"user_schedule","handle":"cohhcarnage","max_results":10}}'

Tool: twitch_scraper

Clip details

Available

Clip details from public Twitch surfaces, returned as structured data for agents, research, and monitoring workflows.

curl -sS -X POST "https://betterfetch.co/api/tools/twitch_scraper/run" \
  -H "Authorization: Bearer bf_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"input":{"mode":"clip","clip_url":"https://www.twitch.tv/openai/clip/BlatantTubularLatteSeemsGood"}}'

Tool: twitch_scraper