Kick Clip & Video Downloader avatar

Kick Clip & Video Downloader

Pricing

from $0.0015 / item scraped

Go to Apify Store
Kick Clip & Video Downloader

Kick Clip & Video Downloader

Download Kick.com clips and VODs by URL or channel. Get ready download links โ€” clips as playable MP4, VODs as a direct stream โ€” plus title, channel, category, views and duration. One clean row per item as JSON, CSV or Excel. Cheap pay-per-item pricing for creators, research and n8n.

Pricing

from $0.0015 / item scraped

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Download Kick.com clips and VODs in bulk. Paste one or more Kick clip or video links โ€” or just a channel name โ€” and get a ready-to-use download link for each, plus the data behind it: title, channel, category, views, duration and thumbnail. Clips come back as a single playable MP4, longer videos (VODs) as a direct stream link. One tidy row per item, ready to export as JSON, CSV or Excel.

This is the cheap, no-nonsense way to save Kick clips and videos at scale for content creators, editors, marketers, researchers and anyone building an automated media pipeline.

Why use this Kick downloader

  • ๐ŸŽฌ Clips as playable MP4 โ€” short Kick clips are delivered as one clean MP4 you can play, edit or share right away.
  • ๐Ÿ“บ Full VODs supported โ€” paste a Kick video (VOD) link and get its stream link plus title, channel and duration.
  • ๐Ÿง‘โ€๐Ÿ’ป By channel, not just URL โ€” give a channel name and pull its top or most-recent clips automatically.
  • ๐Ÿ”— Any Kick link โ€” clip links (kick.com/{channel}?clip=โ€ฆ or kick.com/{channel}/clips/โ€ฆ) and video links (kick.com/video/โ€ฆ) all work, and bare clip ids / video ids too.
  • ๐Ÿ“Š Rich metadata โ€” title, channel, category, view count, duration, creation date and thumbnail come with every item.
  • ๐Ÿ“ฆ Bulk in one run โ€” drop in a whole list of URLs and/or channels and get one clean record per item.
  • ๐Ÿ’ธ Cheapest per-item pricing โ€” pay only for the items you actually download, with volume discounts as you scale.
  • ๐Ÿ“ค Export anywhere โ€” JSON, CSV or Excel, or pull straight from the dataset into your own tools, Make or n8n.

What you get

Each item is one dataset record like this:

{
"source": "kick",
"inputUrl": "https://kick.com/xqc/clips/clip_01H811MXG4FBR62FXPE1AXABDH",
"type": "clip",
"id": "clip_01H811MXG4FBR62FXPE1AXABDH",
"title": "soda",
"channel": "xqc",
"category": "Just Chatting",
"views": 326718,
"durationSec": 30,
"createdAt": "2023-08-17T06:07:19.490719Z",
"thumbnailUrl": "https://.../thumbnail.png",
"hlsUrl": "https://.../playlist.m3u8",
"downloadUrl": "https://.../records/clip-clip_01H811MXG4FBR62FXPE1AXABDH.mp4",
"kickUrl": "https://kick.com/xqc/clips/clip_01H811MXG4FBR62FXPE1AXABDH",
"status": "ready"
}

For a VOD, type is "vod" and downloadUrl is the direct video stream link (VODs can be hours long, so they are handed back as a stream rather than a single file).

Input

Give the downloader a list of Kick clip/video URLs, a list of channel names, or both.

{
"urls": [
"https://kick.com/xqc/clips/clip_01H811MXG4FBR62FXPE1AXABDH",
"https://kick.com/video/3d17506f-aee7-4562-91f6-e6a9e81bad89"
],
"channels": ["xqc"],
"sort": "view",
"maxItemsPerChannel": 10,
"maxItems": 0
}
FieldDescription
urlsKick clip and/or video (VOD) URLs. Clip and video links, and bare clip ids / video ids, all work. Plain strings or { "url": "..." } objects.
channelsOptional. Channel names (e.g. "xqc") to pull clips from.
sortFor channel clips: view (most viewed) or date (most recent).
maxItemsPerChannelMax clips to pull from each channel.
maxItemsOverall cap across all URLs and channels (0 = no limit).
proxyConfigurationOptional. Not needed for normal use โ€” leave it off.

Output fields

FieldDescription
sourceAlways "kick".
inputUrlThe URL (or channel item) this record came from.
typeclip or vod.
idKick clip id or video id.
titleClip or stream title.
channelChannel name the item belongs to.
categoryCategory / game the item was filed under.
viewsView count.
durationSecDuration in seconds (when available).
createdAtWhen the item was created.
thumbnailUrlThumbnail image link.
hlsUrlThe video stream link (.m3u8) โ€” always returned.
downloadUrlBest single ready-to-use link: the combined MP4 for clips, otherwise the stream link.
kickUrlCanonical Kick page for the item.
statusready when a download link is available, otherwise failed.

Use cases

  • Save Kick clips as MP4 โ€” grab a playable file for reposting, editing or archiving.
  • Pull a channel's best clips โ€” enumerate a channel's top or newest clips in one run.
  • Archive VODs โ€” capture a stream link and its metadata for research or backups.
  • Content research โ€” collect titles, categories, view counts and durations across a batch.
  • Automation โ€” feed a list of URLs or channels from a spreadsheet, Make or n8n and get structured records back with direct download links.

FAQ

Do clips download as a normal video file? Yes. Clips come back as a single playable MP4 in downloadUrl, and the stream link is always included too.

Can I download a whole channel's clips? Yes. Put the channel name in channels and choose most-viewed or most-recent with sort.

What about long VODs? Full videos can be hours long, so they are returned as a direct stream link (hlsUrl / downloadUrl) rather than a single downloaded file.

Can I download many items at once? Yes. Put as many URLs and channels as you like and you get one record per item.

Do I need a proxy? No. Proxy is optional and off by default.

How much does it cost? Pay-per-event: a tiny charge per run plus a small charge per item downloaded, with tier discounts as your volume grows. See the Pricing tab for current rates.

Notes

This tool retrieves media and public metadata for Kick clips and videos whose URLs (or channels) you provide. It is an independent tool and is not affiliated with, endorsed by or connected to Kick; all names and trademarks belong to their respective owners. Only download content you own or have the right to use, and respect Kick's terms and applicable copyright law. Public content only.