Tubitv: List Content
Tubitv via Parse · streaming_video
List movies and series for a given category on Tubi TV. Returns content with titles, descriptions, direct watch URLs, cast, ratings, and metadata. Use list_categories to discover available category slugs. Supports pagination via integer cursor; each page returns up to 50 items and a next_cursor value for the subsequent page (null when exhausted). Browse Tubi TV's free streaming catalog by category. Lists movies and TV series with titles, descriptions, direct watch links, cast, ratings, and more. Supports all 100+ available categories. Fulfilled by Parse from tubitv.com.
- entertainment
- parse
- platform-key
- reviews-ratings
- streaming-video
- tubitv
- tubitv-com
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/3b4482fa-50a4-475d-a612-75d5c78654eb/list_content
- Interface artifact
- sha256:6ad6d2f0ef7280ae9094e697d453aba84cc258f91506c1b635333a192cceb894
- Manifest digest
- sha256:8be1428dddffd8f84b3c1ba313fa41b69aafa5027c4fb4a75ec92b9281811268
Request fields
- limit (integer): Maximum number of items to return per page (max 50).
- cursor (integer): Pagination cursor. Use next_cursor from a previous response to fetch the next page of results.
- category (string): Category slug identifying which genre or collection to retrieve. Use list_categories to discover all available slugs.
Example queries
- {"limit":"10","cursor":"0","category":"featured"}