Kick Scraper

ENDPOINTS
GET/channels/links

Channel Links

The link panels on a channel's About page: title, description, link and image.

QUERY PARAMS

Kick channel slug or any kick.com channel URL.

Examples:

  • Slug: xqc
  • URL: https://kick.com/xqc
{
  "channel": "xqc",
  "count": 5,
  "links": [
    {
      "id": 605185,
      "title": null,
      "description": null,
      "link": "https://streamelements.com/xqc/tip",
      "image": "https://files.kick.com/images/channel-links/605185/image/conversion/4d8e57a6-2c10-4a3c-9dff-c19d861d073c-image.webp",
      "order": 1,
      "created_at": "2023-06-21T00:50:11Z",
      "updated_at": "2024-12-06T00:42:58Z"
    },
    {
      "id": 605197,
      "title": null,
      "description": null,
      "link": "https://www.youtube.com/channel/UCmDTrq0LNgPodDOFZiSbsww",
      "image": "https://files.kick.com/images/channel-links/605197/image/conversion/9e82a1f8-b742-4fdc-807a-ddc679fa7bc1-image.webp",
      "order": 2,
      "created_at": "2023-06-21T00:51:13Z",
      "updated_at": "2024-12-06T00:42:58Z"
    },
    {
      "id": 605147,
      "title": null,
      "description": null,
      "link": "https://discord.gg/xqcow",
      "image": "https://files.kick.com/images/channel-links/605147/image/conversion/1dfb542b-59d4-4b65-925b-9f7ccbdc521a-image.webp",
      "order": 3,
      "created_at": "2023-06-21T00:47:20Z",
      "updated_at": "2024-12-06T00:42:58Z"
    },
    {
      "id": 605189,
      "title": null,
      "description": null,
      "link": "https://twitter.com/xqc",
      "image": "https://files.kick.com/images/channel-links/605189/image/conversion/9ac0dd08-9710-41cb-8cf6-bd92aa554765-image.webp",
      "order": 4,
      "created_at": "2023-06-21T00:50:30Z",
      "updated_at": "2024-12-06T00:42:58Z"
    },
    {
      "id": 605212,
      "title": null,
      "description": null,
      "link": null,
      "image": "https://files.kick.com/images/channel-links/605212/image/conversion/d267d7a5-dadb-4ca7-8866-a6df383063cd-image.webp",
      "order": 5,
      "created_at": "2023-06-21T00:52:48Z",
      "updated_at": "2024-12-06T00:42:58Z"
    }
  ]
}