Kick: Get Category Livestreams
Kick via Parse · streaming_video
Get all currently live streams in a Kick.com category. Automatically paginates through results via cursor. Returns livestream details including channel info, viewer counts, tags, and language. When limit is 0, returns all available livestreams (may be hundreds). The sort parameter controls ordering of the paginated results server-side. Fetch all live creators/streamers from any category on Kick.com. Returns livestream details including channel info, viewer counts, tags, language, and more. Fulfilled by Parse from kick.com.
- entertainment
- kick
- kick-com
- parse
- platform-key
- social-media
- streaming-video
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- streaming_video
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/f59a3031-957d-4dfa-b4a6-14e94c1b2950/get_category_livestreams
- Interface artifact
- sha256:8357290360ab027dc296a259d3d880c34a433d84620d30213b3a6d88d9d542ab
- Manifest digest
- sha256:e1d031151783938795ac410438860fcbebc3e2f91968acd7def906a4df3368cd
Request fields
- sort (string): Sort order for results.: Allowed values: viewer_count_desc
- limit (integer): Maximum number of livestreams to return. 0 returns all available.
- category (string): Category slug (e.g. 'just-chatting').: Allowed values: just-chatting
- category_id (string): Category ID number. If not provided, known slugs are auto-resolved (just-chatting=15). Required for categories not in the known mapping.
Example queries
- {"sort":"viewer_count_desc","limit":"5","category":"just-chatting","category_id":"15"}