Movie and TV catalog enrichment
TMDBエンドポイントを使えば、「Movie and TV catalog enrichment」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Turn public The Movie Database (TMDB) pages into structured film and TV data — multi-type search across movies, shows, and people, movie and TV detail with overview and release dates, person detail, and curated movie/TV lists as normalized JSON for catalogs, recommendation, and enrichment. Credential-free.
Extract TMDB movie, TV show, and person data — search, detail, and curated lists — as structured JSON from public The Movie Database pages.
エンドポイントファミリー
6
ドキュメント化されたパラメータ
48
サンプル数
9
ライブカタログスナップショット
稼働エンドポイント
9
メソッド
GET
必須パラメータ
14
スキーマ参照
9
{
"platform": "TMDB",
"endpoint": "tmdb-search",
"method": "GET",
"path": "/tmdb/search",
"auth": "apiKey"
}ユースケース
Extract TMDB movie, TV show, and person data — search, detail, and curated lists — as structured JSON from public The Movie Database pages.
TMDBエンドポイントを使えば、「Movie and TV catalog enrichment」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
TMDBエンドポイントを使えば、「Cast and crew (person) metadata collection」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
TMDBエンドポイントを使えば、「Curated list and discovery feeds」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のTMDBエンドポイントカタログから取得しています(エンドポイント9件、ドキュメント化されたリクエストパラメータ48個、公開レスポンススキーマ9件)。DocsとPlaygroundが参照しているカタログと同じものです。
TMDBのエンドポイントは9件、6つのリクエストファミリーに分類されています(Movie、Person、Tvほか3件)。
これらのTMDBエンドポイントには48個のリクエストパラメータがドキュメント化されており、うち14個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
9件のTMDBエンドポイントのうち9件が実際のサンプルレスポンスを、9件がドキュメント化されたレスポンススキーマを備えています。最初のリクエストの前に実データの形に合わせて実装できます。
TMDBのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、404、500、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
TMDBのエンドポイントは9個のホスト型MCPツールとして提供されており、エージェントは同じパラメータと同じJSON契約のまま、追加の実装なしに同じルートを呼び出せます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/tmdb/movie/{id}
/tmdb/person/{id}
/tmdb/tv/{id}
/tmdb/collection/{id}
/tmdb/genres
/tmdb/search
エンドポイントカタログ
/tmdb/searchSearches TMDB movies, TV shows, people, and collections. An unscoped query interleaves results across all four types rather than returning whichever type happens to rank first upstream. Credential-free public TMDB data.
MCPツール tmdb_search
/tmdb/movie/{id}Returns a normalized TMDB movie: overview, tagline, genres, countries, runtime, budget/revenue, top-billed cast, top crew (director/writer), and aggregate rating. Credential-free public TMDB data (themoviedb.org) — not the official api.themoviedb.org, which requires an API key.
MCPツール tmdb_movie
/tmdb/tv/{id}Returns a normalized TMDB TV show: overview, tagline, genres, countries, episode count, first/last air year, top-billed cast, top crew (creator), and aggregate rating. Credential-free public TMDB data.
MCPツール tmdb_tv
/tmdb/movie/listReturns a TMDB movie chart (popular, top rated, now playing, or upcoming). Credential-free public TMDB data.
MCPツール tmdb_movie_list
/tmdb/tv/listReturns a TMDB TV chart (popular, top rated, airing today, or on the air). Credential-free public TMDB data.
MCPツール tmdb_tv_list
/tmdb/person/{id}Returns a normalized TMDB person: biography, birth date, photo, and filmography (movie and TV credits). Credential-free public TMDB data.
MCPツール tmdb_person
/tmdb/collection/{id}Returns a normalized TMDB collection (franchise grouping), including its overview and server-rendered member movies. Credential-free public TMDB data.
MCPツール tmdb_collection
/tmdb/genresReturns every genre ID advertised by TMDB's public movie and TV browse pages. Use movie values only with movie list filters and TV values only with TV list filters. Credential-free public TMDB data.
MCPツール tmdb_genres
/tmdb/person/listReturns one page from TMDB's Popular People directory, including each person's id, name, known-for titles, profile image, and detail URL. Credential-free public TMDB data.
MCPツール tmdb_person_list
関連API
Media & Streaming
Research streaming catalogs, title availability, providers, offers, seasons, episodes, and release changes from JustWatch with normalized JSON.
Media & Streaming
Turn Apple Books ebook and audiobook pages into structured data — search, catalog detail, paginated customer reviews, similar titles, author bibliographies, series listings, and chart rankings as normalized JSON. Credential-free.
Media & Streaming
Search public Ticketmaster events and browse the full discovery hierarchy by category or city, with pagination plus event, attraction, and venue detail endpoints -- including fan reviews, related attractions, trending attractions, and enhanced venue branding -- for live-entertainment research.
TMDBのスクレイピング方法
TMDB's movie, TV, and people data power film and TV research. Crawlora's TMDB endpoints return search, title detail, person detail, and curated lists as normalized JSON — no TMDB API key, rate-limit juggling, or proxy setup.
A multi-type search, a movie or TV detail by id, a person by id, or a curated movie/TV list.
Pass a query or a TMDB id to Crawlora's TMDB endpoint (e.g. /tmdb/search, /tmdb/movie, /tmdb/tv).
Receive title, overview, release date, and type as clean JSON, with fields varying by movie / TV / person.
Batch many titles or people to build catalogs for recommendation, research, or enrichment.
FAQ
Send a query or a TMDB id to Crawlora's TMDB endpoints and get movie, TV, and person data as structured JSON — search, detail, and curated lists — without writing parsers or holding a TMDB API key. Collect public data and respect TMDB's terms.
Yes — /tmdb/search returns mixed results across movies, TV shows, and people, or you can filter by type. Field availability varies by type: movie and TV hits carry release date and overview; person hits are title and link only.
Collecting publicly accessible movie, TV, and person data is generally permissible if you respect TMDB's terms of use, robots directives, rate limits, and applicable law. This is for public data you are authorized to collect.