Kick Scraper

ENDPOINTS
GET/search/categories

Search Categories

Search Kick's games and topics by name, optionally only those live right now. Paged.

QUERY PARAMS

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

Example: counter strike

Set true for categories with live streams only, false for the rest. Omit for both.

Allowed values: true, false

Page number.

Default: 1

Allowed values: 1-100

Results per page.

Default: 20

Allowed values: 1-100

{
  "count": 5,
  "per_page": 20,
  "current_page": 1,
  "total_pages": 1,
  "next": null,
  "previous": null,
  "query": "counter strike",
  "categories": [
    {
      "id": 4570,
      "name": "Counter-Strike: Condition Zero",
      "slug": "counter-strike:-condition-zero",
      "link": "https://kick.com/category/counter-strike:-condition-zero",
      "description": null,
      "tags": [],
      "is_mature": false,
      "is_promoted": null,
      "is_live": true,
      "viewer_count": null,
      "followers_count": null,
      "banner": "https://files.kick.com/images/subcategories/4570/banner/conversion/48b2fccf-f683-47f9-9e5f-dc1a6bf72375-banner.webp",
      "directory": {
        "id": 1,
        "name": null,
        "slug": "games",
        "icon": null
      }
    },
    {
      "id": 435,
      "name": "Counter-Strike: Source",
      "slug": "counter-strike-source",
      "link": "https://kick.com/category/counter-strike-source",
      "description": null,
      "tags": [],
      "is_mature": false,
      "is_promoted": null,
      "is_live": true,
      "viewer_count": null,
      "followers_count": null,
      "banner": "https://files.kick.com/images/subcategories/435/banner/conversion/5320edd7-4560-4064-a221-0eee363268d0-banner.webp",
      "directory": {
        "id": 1,
        "name": null,
        "slug": "games",
        "icon": null
      }
    },
    {
      "id": 2200,
      "name": "Counter-Strike: 1.6",
      "slug": "counter-strike:-1.6",
      "link": "https://kick.com/category/counter-strike:-1.6",
      "description": null,
      "tags": [],
      "is_mature": false,
      "is_promoted": null,
      "is_live": true,
      "viewer_count": null,
      "followers_count": null,
      "banner": "https://files.kick.com/images/subcategories/2200/banner/conversion/4e977520-f104-483f-85b9-6890c5e9d8c7-banner.webp",
      "directory": {
        "id": 1,
        "name": null,
        "slug": "games",
        "icon": null
      }
    },
    {
      "id": 12,
      "name": "Counter-Strike: Global Offensive",
      "slug": "counter-strike-global-offensive",
      "link": "https://kick.com/category/counter-strike-global-offensive",
      "description": "CS:GO is the fourth iteration of Valve's team-based modern-military first-person shooter that features new and updated versions of the classic CS content. While expanding the franchise, the game also introduces new gameplay modes, matchmaking and leader boards.",
      "tags": [],
      "is_mature": false,
      "is_promoted": null,
      "is_live": true,
      "viewer_count": null,
      "followers_count": null,
      "banner": "https://files.kick.com/images/subcategories/12/banner/conversion/csgo-banner.webp",
      "directory": {
        "id": 1,
        "name": null,
        "slug": "games",
        "icon": null
      }
    },
    {
      "id": 1552,
      "name": "Counter-Strike 2",
      "slug": "counter-strike-2",
      "link": "https://kick.com/category/counter-strike-2",
      "description": null,
      "tags": [],
      "is_mature": false,
      "is_promoted": null,
      "is_live": true,
      "viewer_count": null,
      "followers_count": null,
      "banner": "https://files.kick.com/images/subcategories/1552/banner/conversion/555d5ee4-5863-4546-8c4c-6ebca28dc60d-banner.webp",
      "directory": {
        "id": 1,
        "name": null,
        "slug": "games",
        "icon": null
      }
    }
  ]
}