Fishtank: Get Clips
Fishtank via Parse · streaming_video
Search and retrieve clips with paginated results and optional filters. Supports sorting by engagement (hot_score) or view count. Filters by room, season, and text search can be combined. Returns a page of clips and the total matching count for pagination. API for fishtank.live providing access to clips, episodes, contestants, leaderboard, stock trading data, and live stream status. Fulfilled by Parse from fishtank.live.
- entertainment
- fishtank
- fishtank-live
- parse
- platform-key
- social-media
- streaming-video
Price and execution
- Price
- Quote unavailable
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- streaming_video
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/79e8fcda-585e-4e22-8df0-4ab1af838604/get_clips
- Interface artifact
- sha256:5f66570e210d3eb57add8341ce82757a73cc50b0e83f825381fd94b3a86d59b2
- Manifest digest
- sha256:53dde056ecc5121b5cb97b61a2b742e2fc1cff80fd05d26a54ba8e69f6730e34
Request fields
- page (integer): Page number (1-indexed).
- room (string): Filter by room name (e.g., 'Bedroom 1', 'Director Mode', 'Laundry Room', 'Bar', 'Cameraman').
- sort (string): Sort order for clips.: Allowed values: hot_score, views
- search (string): Text search query to filter clips by name.
- season (string): Filter by season (e.g., 'Season 4', 'Season 5').
- page_size (integer): Number of clips per page.
Example queries
- {"page":"1","room":"Director Mode","sort":"hot_score","search":"fight","season":"Season 5","page_size":"10"}