# 🚀 Kick Scraper · 5,000 Free Results/Month (`omkar-cloud/kick-scraper`) Actor

Kick Scraper gets you Kick data ⚡ fast, 🎯 100% accurate and 🔍 ridiculously detailed — full channel cards, channel search and every live stream. 💰 $1 per 1,000 results, no start fee. Scrape your first 5,000 results free every month 🚀

- **URL**: https://apify.com/omkar-cloud/kick-scraper.md
- **Developed by:** [Chetan Jain](https://apify.com/omkar-cloud) (community)
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.00 / 1,000 result scrapeds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

## Kick Scraper

Kick Scraper by Omkar Cloud gets you 🎯 accurate, 🔍 detailed Kick data.

Kick uses Kasada bot protection to stop you from getting its data. Kick Scraper beats it and reads Kick live on every run — so you get full channel cards, channel search and every live stream, and can successfully complete your project.

**$1 per 1,000 results.** And with Apify's free plan you get $5 of credit every month, so your first **~5,000 results each month are free**.

This is an excellent Actor made by Omkar Cloud, which is Rated Excellent — [4.7 based on 30 reviews on Trustpilot](https://www.trustpilot.com/review/omkar.cloud).

👉 [**Try Kick Scraper free**](https://apify.com/omkar-cloud/kick-scraper) — your first ~5,000 results are Free.

### What can I get

- 📺 **Full channel cards** — bio, followers, subscription price, verified & affiliate flags, creation date
- 🔗 **Socials & links** — Instagram, X, YouTube, Discord and TikTok links, plus every About-page link
- 🔍 **Channel search** — every channel matching a name, filter to live ones or sort by followers
- 🔴 **Every live stream** — title, viewers, uptime, language, tags, thumbnail, category and streamer; filter by language, category, directory or tag
- 🏅 **Badges, categories & chat settings** — subscriber badges, recently streamed categories, slow / followers-only / subs-only modes

### Why Kick Scraper

Most other Kick scrapers fail you in one of four ways:

- 🧩 **Low-detail data** — a follower count and a name, never the sub price, socials or chat settings
- 🗄️ **Inaccurate, cached, stale data** — yesterday's live status is useless
- 💸 **Pay more to get the same data** — $3–$15 per 1,000 rows elsewhere
- 🪦 **Works today, breaks next month** — nobody maintains it

Kick Scraper reads Kick live, is priced honestly, and actively maintained.

### Example: xQc's Channel

```json
{
  "source": "xqc",
  "source_type": "channel",
  "id": 668,
  "slug": "xqc",
  "username": "xQc",
  "link": "https://kick.com/xqc",
  "bio": "THE BEST AT ABSOLUTELY EVERYTHING. THE JUICER. LEADER OF THE JUICERS.",
  "is_live": false,
  "is_verified": true,
  "followers_count": 1113898,
  "subscription": { "price": 4.99, "currency": "USD" },
  "socials": {
    "instagram": "https://instagram.com/xqcow1",
    "twitter": "https://x.com/xqc",
    "youtube": "https://youtube.com/channel/UCmDTrq0LNgPodDOFZiSbsww",
    "discord": "https://discord.gg/xqcow"
  },
  "recent_categories": [
    { "id": 15, "name": "Just Chatting", "slug": "just-chatting", "viewer_count": 67330 }
  ],
  "created_at": "2022-10-22T06:59:51Z"
}
```

*Trimmed for readability.*

A live-stream row carries `source_type: "livestream"` with `title`, `viewer_count`, `uptime_seconds`, `language`, `thumbnail`, `category` and the streamer under `channel`; a search row carries `source_type: "search"` with the channel's name, followers, verified badge and live state.

### Get Started with 5,000 Free Results

1. [Hit **Try for Free Button**](https://apify.com/omkar-cloud/kick-scraper) — the input is pre-filled with xQc and Adin Ross.
2. Enjoy your data 😎.

### Pricing

High value, Low price.

| What | Price | What you get |
|---|---|---|
| **Results** | **$1 per 1,000** | A search hit (channel, followers, verified, live) or a live stream (title, viewers, uptime, language, category, streamer) |
| **Full channel cards** | **$2 per 1,000** | The whole channel card — bio, sub price, socials, links, badges, recent categories, chat settings and live stream. Channels you list are always full cards; search hits become full cards with **Include full channel details** |

No start fee, one flat price on every plan — you pay only for the rows you get. Control your spend with **Max Results per Search**.

💡 Apify's free plan includes $5 of credit every month — about **5,000 free results, every month**.

👉 [**Scrape your first 5,000 results free**](https://apify.com/omkar-cloud/kick-scraper)

### Run It from Code

Grab your API token from [Integrations Settings here](https://console.apify.com/settings/integrations) and replace `<YOUR_API_TOKEN>` below.

**Python** (`pip install apify-client`)

```python
from apify_client import ApifyClient

client = ApifyClient("<YOUR_API_TOKEN>")
run = client.actor("omkar-cloud/kick-scraper").call(run_input={
    "channels": ["xqc", "https://kick.com/adinross"],
    "scrapeLiveStreams": True,
    "languages": ["en"],
    "maxResults": 100,
})
for row in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(row["source_type"], row.get("username") or row.get("title"))
```

**Node.js** (`npm install apify-client`)

```javascript
import { ApifyClient } from 'apify-client';

const client = new ApifyClient({ token: '<YOUR_API_TOKEN>' });
const run = await client.actor('omkar-cloud/kick-scraper').call({
    searchQueries: ['gta'],
    sortSearchBy: 'followers',
    maxResults: 50,
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);
```

### FAQ

#### How do I give a channel?

A Kick slug (`xqc`) or any kick.com channel URL (`https://kick.com/adinross`), under **Channels**.

#### Can I get only the channels that are live?

Yes. For searches turn on **Live channels only**; for the live directory every row is live by definition.

#### How do I filter live streams?

Turn on **Scrape live streams** and set **Languages** (`en`, `es`, …), **Category** (`just-chatting`), **Directory** (Games, IRL, …) or **Tag**. Sort by most or fewest viewers, or Kick's recommended order.

#### Are duplicates billed?

No. A channel is pushed and billed once per run, even when you list it and a search finds it too.

#### What does it cost?

$0.001 per result — $1 per 1,000 — and $0.002 per full channel card, flat on every plan, with no start fee. Apify's free plan gives you $5 of credit every month, which is about 5,000 results free every month.

#### Is it legal to scrape Kick?

The Actor collects the public channel and stream data kick.com shows any visitor. Please review Kick's terms of use and make sure your use complies with the law of your jurisdiction, including data-protection law.

#### Can I get clips or chat?

Not with this Actor — use [Kick Clips Scraper](https://apify.com/omkar-cloud/kick-clips-scraper) for clips and [Kick Chat Scraper](https://apify.com/omkar-cloud/kick-chat-scraper) for chat history.

### 💬 Have Questions? We Have Answers.

You're a business owner — we know how hard completing a project can be. So we offer full support: just message us and we'll reply ✅ with a solution within 1 working day.

[![Message Us on WhatsApp](https://raw.githubusercontent.com/omkarcloud/assets/master/images/whatsapp-us.png)](https://api.whatsapp.com/send?phone=918178804274\&text=I%20need%20help%20with%20using%20the%20Kick%20Scraper%20Actor.)

[![Ask Us on Email](https://raw.githubusercontent.com/omkarcloud/assets/master/images/ask-on-email.png)](mailto:happy.to.help@omkar.cloud?subject=Help%20with%20Kick%20Scraper%20Actor\&body=I%20need%20help%20with%20using%20the%20Kick%20Scraper%20Actor.)

You are important to us — just message us and we will solve your problem ✅ within 1 working day. 🩷 Pinky Promise 🤙!

### Popular Actors by Omkar Cloud

- [**Kick Clips Scraper**](https://apify.com/omkar-cloud/kick-clips-scraper) — every clip of any Kick channel or category, $1 per 1,000 clips
- [**Kick Chat Scraper**](https://apify.com/omkar-cloud/kick-chat-scraper) — Kick chat history with badges, emotes & replies, $0.50 per 1,000 messages
- [**SoundCloud Scraper**](https://apify.com/omkar-cloud/soundcloud-scraper) — SoundCloud tracks, artists, playlists & Top 50 charts, $1 per 1,000 results
- [**IMDb Scraper**](https://apify.com/omkar-cloud/imdb-scraper) — IMDb titles, charts, cast, ratings & box office
- [**Booking Scraper**](https://apify.com/omkar-cloud/booking-scraper) — Booking.com hotels: prices, ratings, rooms & amenities
- [**Website Email Contact Scraper**](https://apify.com/omkar-cloud/website-email-contact-scraper) — emails, phones & socials from any website

👉 [**Scrape your first 5,000 results free now**](https://apify.com/omkar-cloud/kick-scraper)

# Actor input Schema

## `channels` (type: `array`):

Kick channel slugs (`xqc`) or any kick.com channel URL (`https://kick.com/adinross`).

## `searchQueries` (type: `array`):

Channel names to search for (`gta`, `poker`). Rows carry a `source` field so you can tell searches apart.

## `onlyLive` (type: `boolean`):

Keep only channels that are live right now.

## `sortSearchBy` (type: `string`):

Order of the search results.

## `includeDetails` (type: `boolean`):

Replace each search hit with the full channel card (bio, subscription price, socials, links, badges, chat settings, live stream). Billed as a detailed row.

## `scrapeLiveStreams` (type: `boolean`):

Turn on to scrape Kick's live directory with the filters below.

## `liveSort` (type: `string`):

Order of the live streams.

## `languages` (type: `array`):

Only streams in these languages — language codes such as `en`, `es`, `pt` (up to 10).

## `category` (type: `string`):

Only streams in this category — a slug (`just-chatting`) or a kick.com category URL.

## `directory` (type: `string`):

Only streams in this top-level directory.

## `tag` (type: `string`):

Only streams carrying this tag (`english`, `chill`).

## `maxResults` (type: `integer`):

Cap on channels per search query, and on live streams. Keeps your cost predictable.

## Actor input object example

```json
{
  "channels": [
    "xqc",
    "https://kick.com/adinross"
  ],
  "onlyLive": false,
  "sortSearchBy": "relevance",
  "includeDetails": false,
  "scrapeLiveStreams": false,
  "liveSort": "viewers_desc",
  "directory": "",
  "maxResults": 100
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "channels": [
        "xqc",
        "https://kick.com/adinross"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("omkar-cloud/kick-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "channels": [
        "xqc",
        "https://kick.com/adinross",
    ] }

# Run the Actor and wait for it to finish
run = client.actor("omkar-cloud/kick-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "channels": [
    "xqc",
    "https://kick.com/adinross"
  ]
}' |
apify call omkar-cloud/kick-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,omkar-cloud/kick-scraper"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/Y93E70l0X5AgARUtq/builds/4QQJamH2d4hsw0Npy/openapi.json
