Kick Scraper

ENDPOINTS
GET/channels/poll

Current Poll

A channel's current or just-finished chat poll with votes per option; null when none.

QUERY PARAMS

Kick channel slug or any kick.com channel URL.

Examples:

  • Slug: xqc
  • URL: https://kick.com/xqc
{
  "channel": "xqc",
  "poll": null
}