Kick Scraper

ENDPOINTS
GET/search/channels

Search Channels

Search every Kick channel by name, filter to live ones or sort by followers. Paged.

QUERY PARAMS

Channel name to search for (1-100 characters).

Example: xqc

Set true for live channels only, false for offline only. Omit for both.

Allowed values: true, false

Result order.

Default: relevance

Allowed values: relevance, followers

Page number.

Default: 1

Allowed values: 1-100

Results per page.

Default: 20

Allowed values: 1-100

{
  "count": 8,
  "per_page": 20,
  "current_page": 1,
  "total_pages": 1,
  "next": null,
  "previous": null,
  "query": "xqc",
  "channels": [
    {
      "id": 668,
      "slug": "xqc",
      "username": "xQc",
      "link": "https://kick.com/xqc",
      "is_live": false,
      "is_verified": true,
      "is_banned": false,
      "followers_count": 1113881
    },
    {
      "id": 3234567,
      "slug": "x_qc",
      "username": "x_qc",
      "link": "https://kick.com/x_qc",
      "is_live": false,
      "is_verified": false,
      "is_banned": false,
      "followers_count": 40
    },
    {
      "id": 3324042,
      "slug": "xq-c",
      "username": "XQ_C",
      "link": "https://kick.com/xq-c",
      "is_live": false,
      "is_verified": false,
      "is_banned": false,
      "followers_count": 7
    },
    {
      "id": 54683728,
      "slug": "@xqc",
      "username": "@xqc",
      "link": "https://kick.com/@xqc",
      "is_live": false,
      "is_verified": false,
      "is_banned": false,
      "followers_count": 0
    },
    {
      "id": 8556128,
      "slug": "x-q-c",
      "username": "x_q_c",
      "link": "https://kick.com/x-q-c",
      "is_live": false,
      "is_verified": false,
      "is_banned": false,
      "followers_count": 0
    },
    {
      "id": 101691,
      "slug": "xqcisoffline",
      "username": "xqcisoffline",
      "link": "https://kick.com/xqcisoffline",
      "is_live": false,
      "is_verified": false,
      "is_banned": false,
      "followers_count": 762
    },
    {
      "id": 66401232,
      "slug": "xqcow-waiting-room-x",
      "username": "xQcOW_waiting_room_X",
      "link": "https://kick.com/xqcow-waiting-room-x",
      "is_live": true,
      "is_verified": false,
      "is_banned": false,
      "followers_count": 616
    },
    {
      "id": 53764361,
      "slug": "xqcas",
      "username": "xQcas",
      "link": "https://kick.com/xqcas",
      "is_live": false,
      "is_verified": false,
      "is_banned": true,
      "followers_count": 414
    }
  ]
}