Kick Scraper

ENDPOINTS
GET/categories/details

Category Details

One category: live viewers, followers, tags, banner and its directory.

QUERY PARAMS

Category slug or any kick.com category URL.

Examples:

  • Slug: just-chatting
  • URL: https://kick.com/category/just-chatting
{
  "category": {
    "id": 15,
    "name": "Just Chatting",
    "slug": "just-chatting",
    "link": "https://kick.com/category/just-chatting",
    "description": null,
    "tags": [
      "IRL",
      "Casual"
    ],
    "is_mature": false,
    "is_promoted": false,
    "is_live": null,
    "viewer_count": 100229,
    "followers_count": 306890,
    "banner": "https://files.kick.com/images/subcategories/15/banner/conversion/b697a8a3-62db-4779-aa76-e4e47662af97-banner.webp",
    "directory": {
      "id": 2,
      "name": "IRL",
      "slug": "irl",
      "icon": "🎙️"
    }
  }
}