ParseForge Scrapers

Kick Channel Scraper

parseforge/kick-channel-scraper

VideosSocial mediaLead generation

Scrapes Kick channel profiles from a list of slugs or URLs. Returns each channel as a flat row with optional recent video items. No API key required.

Run this scraper See the API call
Total users
5
Monthly active
0
Total runs
101
Bookmarked
0
Rating
Not rated yet
Last modified
9 days ago

Overview

ParseForge

Kick Channel Scraper

Scrape Kick channel profiles by slug or URL, up to a million per run. Every channel returns its follower count, stream status, bio, and recent videos when enabled. No login or API key. Export to CSV, JSON, Excel, or XML.

Kick has no public API for channel data, so tracking streamers means manual checks or brittle workarounds. This Actor reads the public channel pages directly, accepts a list of slugs or full URLs, and returns each profile in one flat row. You can also pull each channel's recent videos as separate dataset items.

Who uses it What they scrape Kick for
Streaming analysts Monitor which Kick streamers are live and how their follower counts change over time.
Talent managers Build a prospecting list of Kick channels by bio keywords and recent activity.
Gaming marketers Identify active Kick streamers in a genre for sponsorship outreach.
Data journalists Track the growth of Kick channels compared to other platforms.

What it does

This Actor collects Kick channel profiles by slug or URL and returns each one as a flat row, with optional recent video items.

  • ๐Ÿ“‹ Batch channel input: Paste a list of slugs or full Kick URLs, one per line, and the Actor resolves each one.
  • ๐ŸŽฌ Recent video extraction: Toggle on to push each channel's latest videos as separate rows, including title and view count.
  • ๐Ÿ”ข Volume control: Set a maximum channels cap to limit each run, from a single profile up to a million.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with Kick data

๐Ÿ“ˆ Monitor streamer growth.

A streaming analyst runs the Actor daily on a fixed list of Kick slugs to track follower counts and spot breakout channels.

๐ŸŽฏ Build a prospecting list.

A talent manager scrapes hundreds of Kick channel bios, filters by game category mentions, and shortlists streamers for partnership deals.

๐Ÿ“ฐ Feed a content dashboard.

A gaming news site pulls recent videos from top Kick channels to populate a 'latest clips' widget automatically.

๐Ÿ” Audit a creator roster.

An agency runs the Actor weekly on its signed Kick talent to verify stream status and recent upload activity.

Why choose this scraper

What you get
No API needed Reads public Kick pages directly, no registration or rate-limit headaches.
Flat row output Every channel profile lands as one row, ready for spreadsheets or databases.
Video history included Optionally pull each channel's recent videos as separate, structured items.

How it compares

No other Store actor targets Kick the same way, so the honest comparison is with the alternatives teams actually weigh.

Kick Channel Scraper Build it in-house By hand
Setup Run it now, zero config Days of engineering None, but hours per pull
When Kick changes Maintained for you You fix it You re-learn the page
Proxies, retries, anti-bot Built in Your problem Browser only
Output Fixed JSON schema, CSV/Excel export Whatever you build Copy-paste
Cost Pay per result Engineering time Analyst hours

Configure the run

Drive the Actor from a list of channel slugs or full URLs, and toggle recent video extraction so only the data you need reaches your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
  "channels": [
    "xqc",
    "trainwreckstv",
    "adinross"
  ],
  "maxItems": 10
}

A larger pull:

{
  "channels": [
    "xqc",
    "trainwreckstv",
    "adinross"
  ],
  "maxItems": 200
}

Pricing

Pay-per-result: $0.021 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $2.10
1,000 results $21.00
10,000 results $210.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the Kick Channel Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to Kick through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/kick-channel-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check that your channel slugs are correct and that the 'Maximum channels' field is set to a number greater than zero. Also verify the channels are currently public on Kick.

The run is taking too long. How can I speed it up?

Reduce the 'Maximum channels' count or disable 'Include recent videos' if you only need profile data. Using a higher memory Actor plan can also help.

Some channels return an error or empty data.

The channel may have been banned, renamed, or set to private. Double-check the slug on Kick.com and try again.

The video data is missing for a channel that I know has videos.

Ensure the 'Include recent videos' toggle is switched on. If it is, the channel may have no publicly listed recent videos at the time of the run.

I pasted full URLs but the Actor says invalid input.

Make sure each URL is on its own line and starts with 'https://kick.com/'. The Actor accepts both slugs and full URLs.

FAQ

Question Answer
Do I need a Kick account or API key to use this? No. The Actor reads the public Kick website, so no login, token, or registration is required.
What format does the output come in? You can export your dataset as CSV, JSON, Excel, or XML directly from the Apify console or via API.
Can I scrape both channel info and their videos in one run? Yes. Enable the 'Include recent videos' toggle and each channel's videos will appear as separate rows alongside the channel profiles.
How many channels can I scrape at once? You set the maximum with the 'Maximum channels' field. The Actor can handle up to a million channels per run.
What is a Kick channel slug? It is the unique part of the channel URL. For example, in 'https://kick.com/xqc', the slug is 'xqc'.
Does this Actor scrape live stream chat or viewer counts in real time? No. It captures the channel profile data as shown on the page at the moment of the run, including stream status, but not live chat messages.
Can I schedule this Actor to run automatically? Yes. Apify supports scheduled runs. You can set it to run hourly, daily, or on any cron schedule you need.
What happens if a channel slug is misspelled or no longer exists? The Actor will mark that input as failed in the run log and continue processing the rest of your list.
Is it legal to scrape Kick? This Actor only accesses publicly available pages. You are responsible for complying with Kick's terms of service and local laws.
Can I get the data via API instead of manual export? Yes. Every Apify Actor exposes a REST API. You can fetch your dataset programmatically from your own application.

Related actors

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Kick. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

Input

FieldTypeWhat it doesDefault
channels array List of Kick channel slugs or full URLs (e.g. 'xqc' or 'https://kick.com/xqc'). One channel per item. ["xqc","trainwreckstv","adinross"]
maxItems integer How many channels to collect per run. 10
includeVideos boolean Also push each channel's recent videos as separate dataset items. false

Pricing

from $19.00 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.019 to $0.021

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~kick-channel-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run Kick Channel Scraper on Apify All scrapers