Kick Trending Clips Scraper — Viral by View Velocity avatar

Kick Trending Clips Scraper — Viral by View Velocity

Pricing

from $2.00 / 1,000 clip results

Go to Apify Store
Kick Trending Clips Scraper — Viral by View Velocity

Kick Trending Clips Scraper — Viral by View Velocity

Find what to clip RIGHT NOW: Kick trending clips ranked by views-per-hour (not stale totals). Global, per-category or per-channel, with video download URL, thumbnails, filters and monitor mode. Built for clippers earning per view. HTTP-only, no login. $2.00/1,000 clips.

Pricing

from $2.00 / 1,000 clip results

Rating

0.0

(0)

Developer

Mr Zack

Mr Zack

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Kick Trending Clips Scraper — what should I clip right now? $2.00/1,000 clips

The question every clipper asks every morning: "what's going viral on Kick right now?" This Actor answers it in one run: trending Kick clips — global, per category, or per channel — ranked by view velocity (views per hour), not by stale total views. A 2-hour-old clip doing 500 views/hour beats a week-old clip with a big total. That's the clip you want to repost while it's still rising.

Every row includes the direct video URL and thumbnail, so your pipeline can go straight from "found it" to "editing it". Plain HTTP against Kick's public JSON API. No login, no API key, no browser, no proxies.

$2.00 per 1,000 clips + $0.001 per start. Scanning is free — you only pay for the ranked rows you receive. maxClips is a hard cost cap.

Who uses this

  • Clippers & content farmers — running clipping campaigns (Whop Content Rewards & co.) that pay per view: find rising moments before they're saturated, download, cut, post.
  • Streamer editors & agencies — daily digest of what popped from your roster's streams without scrubbing VODs.
  • Meme pages & aggregators — fresh viral supply for TikTok/Shorts/Reels, filtered to ≤60s.
  • Researchers & AI agents — structured stream-culture trend data with predictable cost.

What you get per clip

FieldExampleNotes
rank1position after ranking
clipIdclip_01M14…stable dedupe key
titlehe actually did it
channel / channelSlugxQcwho was live
creatorClipGoblinJoewho clipped it
category / categorySlugJust Chatting
views / likes120400
ageHours3.2how fresh
viewsPerHour37625the velocity signal
durationSeconds30
isMaturefalsefilter for brand-safe campaigns
clipPageUrlshare/verify link
videoUrldirect video URL (m3u8)
thumbnailUrl, livestreamId, createdAt, scrapedAt

Every field always present (nullable, never missing).

Input

{
"mode": "global",
"time": "day",
"sortBy": "velocity",
"maxDurationSeconds": 60,
"excludeMature": true,
"maxClips": 50
}
  • modeglobal (all of Kick), category (e.g. ["just-chatting", "slots-casino"]), or channel (e.g. ["xqc"]).
  • sortByvelocity (default, catches what's rising NOW) or views.
  • minViews / minViewsPerHour / maxDurationSeconds / excludeMature — quality knobs. ≤60s + non-mature = Shorts-ready.
  • scanDepth — how deep to scan before ranking (free); maxClips — how many ranked rows you pay for.
  • onlyNew — monitor mode: remembers returned clipIds, later runs only output (and charge) genuinely new clips.

Viral moments live and die in hours — this is built to run on a schedule:

  1. Open the Actor → Try for free, set your categories/channels and filters.
  2. Save as a task → Schedules → e.g. 0 */2 * * * (every 2 hours) with "onlyNew": true.
  3. Add an integration (Slack, Discord webhook, Google Sheets) — new rising clips land where you work, with video links ready.

Monitoring global trending every 2 hours with maxClips: 25 costs about $3/month.

Pairs perfectly with

  • Whop Content Rewards Scraper — find clipping campaigns that pay per view, then use this Actor to find the content to clip. Campaign → content → payout.

For AI agents & MCP

  • Minimal input that just works: {} — global day trending by velocity.
  • Predictable cost: exactly $0.002 × clips + $0.001 per run.
  • Stable flat schema; clipId is the dedupe key; RUN_SUMMARY in the key-value store.

Fair use & data source

Only public data from Kick's public API (the same data shown on kick.com). Reasonable rate limits. No login, no personal data beyond public usernames. Respect Kick's ToS and creators' rights when reusing content — clipping campaigns normally grant this permission explicitly.