Kick Channel Scraper avatar

Kick Channel Scraper

Pricing

from $19.00 / 1,000 results

Go to Apify Store
Kick Channel Scraper

Kick Channel Scraper

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.

Pricing

from $19.00 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

0

Monthly active users

4 days ago

Last modified

Share

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 itWhat they scrape Kick for
Streaming analystsMonitor which Kick streamers are live and how their follower counts change over time.
Talent managersBuild a prospecting list of Kick channels by bio keywords and recent activity.
Gaming marketersIdentify active Kick streamers in a genre for sponsorship outreach.
Data journalistsTrack 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 neededReads public Kick pages directly, no registration or rate-limit headaches.
Flat row outputEvery channel profile lands as one row, ready for spreadsheets or databases.
Video history includedOptionally 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 ScraperBuild it in-houseBy hand
SetupRun it now, zero configDays of engineeringNone, but hours per pull
When Kick changesMaintained for youYou fix itYou re-learn the page
Proxies, retries, anti-botBuilt inYour problemBrowser only
OutputFixed JSON schema, CSV/Excel exportWhatever you buildCopy-paste
CostPay per resultEngineering timeAnalyst 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 collectedApproximate 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

QuestionAnswer
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.

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.