Kick Scraper

ENDPOINTS
GET/channels/goals

Channel Goals

A channel's follower and subscriber goals with current value, target and progress.

QUERY PARAMS

Kick channel slug or any kick.com channel URL.

Examples:

  • Slug: thedoctor
  • URL: https://kick.com/thedoctor
{
  "channel": "thedoctor",
  "count": 2,
  "goals": [
    {
      "id": "chgoal_01KXA97G2QFYF2Y6QM2R8WYFYY",
      "type": "followers",
      "status": "active",
      "current": 99798,
      "target": 100000,
      "progress_percent": 99.8,
      "is_counted_from_creation": true,
      "ends_at": null,
      "achieved_at": null,
      "created_at": "2026-07-12T04:26:37Z",
      "updated_at": "2026-09-21T12:59:05Z"
    },
    {
      "id": "chgoal_01M06V1W2HCPBFCFQY84KTS8Y9",
      "type": "subscriptions",
      "status": "active",
      "current": 402,
      "target": 10000,
      "progress_percent": 4.0,
      "is_counted_from_creation": true,
      "ends_at": null,
      "achieved_at": null,
      "created_at": "2026-08-17T03:08:14Z",
      "updated_at": "2026-09-21T12:23:50Z"
    }
  ]
}