BetaSeries: search
betaseries_searchSearch BetaSeries for TV shows, movies, and members with customizable filters and sorting options.
Instructions
Call the BetaSeries "search" API. Pick an operation and pass its parameters in the params object.
Available operations:
get-search-all [GET /search/all]: Return search results for all types of elements.. Params: query? (Search term), limit? (Number of results returned per type (series, movies, members), default 5.)
get-search-movies [GET /search/movies]: Return movie search results with advanced filters.. Params: text? (Search term), limit? (Number of results returned (optional, default 20)), offset? (Starting number for the movie list (optional, default 0)), genres? (Genres separated by a comma (must correspond to keys returned by movies/genres)), diffusions? (Broadcast types separated by a comma (none, theaters, sale)), casting? (Actor's name in the movies to search), svods? (SVoD platform IDs separated by a comma), releases? (Release years separated by a comma), debut? (Initial of the movies returned), tri? (Sorting of the movies (name, added, rating, popularity by default, release-asc, release-desc)), autres? (Other options. Can be new for only movies not followed, seen, unseen, or wishlist)
get-search-shows [GET /search/shows]: Return series search results with advanced filters.. Params: text? (Search term), limit? (Number of results returned (optional, default 20, maximum 100)), offset? (Starting number for the series list (optional, default 0)), genres? (Genres separated by a comma (must correspond to keys returned by shows/genres)), diffusions? (Broadcasts separated by a comma (week, finished, ongoing, standby, inproduction, planned, pilot, canceled)), duration? (Episode duration (1-19, 20-30, 31-40, 41-50, 51-60, 61+)), svods? (SVoD platform IDs separated by a comma), creations? (Years separated by a comma), pays? (Origin countries of the series separated by a comma (must be the 2-letter country code)), chaines? (Broadcast channels separated by a comma), debut? (Initial of the series returned), tri? (Sorting of the series (name, followed, id, rating, popularity by default, release-asc, release-desc)), autres? (Other options. Can be new for only series not followed or mine for only those followed by the user)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | Query parameters for the chosen operation, as string key/value pairs. See this tool's description for the accepted parameter names per operation. | |
| operation | Yes | Which operation to perform |