Kick Data Scraper
Pricing
from $3.50 / 1,000 results
Kick Data Scraper
Discover Kick channels and get clean channel snapshots from search, category browsing, livestream discovery, or direct slugs.
Pricing
from $3.50 / 1,000 results
Rating
0.0
(0)
Developer

AI Tools Max
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
9 days ago
Last modified
Categories
Share
Kick Channel Discovery + Snapshot
Discover Kick channels and get clean channel snapshots from search, category browsing, livestream discovery, or direct slugs. Outputs channel snapshots only
What This Actor Does
- Find channels by search keyword
- Discover channels by category
- Discover live channels with sorting and filters
- Extract a clean channel snapshot for each result
Typical Use Cases
- Influencer discovery and outreach
- Competitive research and benchmarking
- Content and audience research
- Market mapping for agencies
Input
| Field | Type | Description |
|---|---|---|
mode | string | channels, livestreams, search, category |
channelSlugs | array | Channel usernames (for channels mode) |
searchKeywords | string | Search query (for search mode) |
categorySlugs | array | Category slugs (for category mode) |
livestreamSort | string | recommended, viewers_high_to_low, viewers_low_to_high |
livestreamLanguages | array | Language codes (e.g., en, bg) |
livestreamTags | array | Tags (e.g., funny, gaming) |
categorySort | string | recommended, viewers_high_to_low, viewers_low_to_high |
categoryLanguages | array | Language codes (e.g., en, bg) |
maxItems | number | Max results (default: 100, hard cap: 1000, also limited by paid-item cap) |
Filter behavior: invalid values (empty, spaces, >20 chars) are ignored with a single warning per field; valid values pass through as-is.
Examples
1) Extract Specific Channels
{"mode": "channels","channelSlugs": ["xqc", "trainwreckstv", "adin"]}
2) Discover Live Channels (Sorted + Filtered)
{"mode": "livestreams","livestreamSort": "viewers_high_to_low","livestreamLanguages": ["bg", "en"],"livestreamTags": ["funny"],"maxItems": 100}
3) Search Channels
{"mode": "search","searchKeywords": "poker","maxItems": 25}
4) Browse Categories (Sorted + Filtered)
{"mode": "category","categorySlugs": ["just-chatting", "irl"],"categorySort": "recommended","categoryLanguages": ["en"],"maxItems": 50}
Output
Each dataset item is a channel snapshot:
{"type": "channel","channelId": 12345,"slug": "xqc","displayName": "xQc","bio": "Channel description...","profileImage": "https://...","bannerImage": "https://...","verified": true,"followersCount": 1500000,"isLive": true,"livestream": {"id": 67890,"title": "Stream Title","viewerCount": 45000,"startedAt": "2024-01-15T18:00:00Z","category": { "name": "Just Chatting" }},"sourceUrl": "https://kick.com/category/just-chatting?sort=recommended&languages=en","sourceQuery": "just-chatting","socialLinks": [{ "platform": "twitter", "url": "https://twitter.com/..." }],"channelUrl": "https://kick.com/xqc","videosUrl": "https://kick.com/xqc/videos","clipsUrl": "https://kick.com/xqc/clips","scrapedAt": "2026-01-01T00:30:00Z"}
Provenance Fields
sourceUrl: discovery URL that produced the item (search/category/browse). Always present.sourceQuery: present only forsearch(search term) andcategory(category slug). Omitted forchannelsandlivestreams.
Pricing
PPR pricing is based on 1 dataset item = 1 channel snapshot (per 1,000 channel snapshots).
Support
For questions, feature requests, or bug reports, please open an issue on this actor's page.