Movie and TV catalog enrichment
Mit TMDB-Endpunkten verwandelst du movie and tv catalog enrichment in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
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.
Endpunkt-Familien
6
Dokumentierte Parameter
48
Beispiele
9
Live-Katalog-Snapshot
Aktive Endpunkte
9
Methoden
GET
Pflichtparameter
14
Schema-Referenzen
9
{
"platform": "TMDB",
"endpoint": "tmdb-search",
"method": "GET",
"path": "/tmdb/search",
"auth": "apiKey"
}Use Cases
Extract TMDB movie, TV show, and person data — search, detail, and curated lists — as structured JSON from public The Movie Database pages.
Mit TMDB-Endpunkten verwandelst du movie and tv catalog enrichment in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit TMDB-Endpunkten verwandelst du cast and crew (person) metadata collection in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit TMDB-Endpunkten verwandelst du curated list and discovery feeds in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Managed Execution
Jede Zahl unten stammt direkt aus dem Live-TMDB-Endpunktkatalog — 9 Endpunkte, 48 dokumentierte Request-Parameter und 9 veröffentlichte Response-Schemas — demselben Katalog, gegen den auch Docs und Playground laufen.
9 documented TMDB endpoints, grouped into 6 request families — Movie, Person and Tv, plus 3 more.
48 request parameters are documented across those TMDB endpoints, 14 of them required — the full input contract is public before you write any integration code.
9 of the 9 TMDB endpoints ship a recorded example response, and 9 carry a documented response schema — you can code against the real JSON before the first request.
TMDB endpoints document their error responses (400, 404, 500 and 503) alongside the success schema, so a block, a rate limit, or a missing record comes back as a typed error rather than silently empty data.
9 hosted MCP tools back the TMDB endpoints, so an agent can call the same routes with the same parameters and the same JSON contract, with no custom glue.
Abdeckungskarte
Diese Karten werden aus dem aktiven Endpunktkatalog generiert, damit die Landingpage dieselbe API-Oberfläche widerspiegelt, die auch Docs und Playground nutzen.
/tmdb/movie/{id}
/tmdb/person/{id}
/tmdb/tv/{id}
/tmdb/collection/{id}
/tmdb/genres
/tmdb/search
Endpunktkatalog
/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-Tool 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-Tool 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-Tool tmdb_tv
/tmdb/movie/listReturns a TMDB movie chart (popular, top rated, now playing, or upcoming). Credential-free public TMDB data.
MCP-Tool 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-Tool 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-Tool 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-Tool 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-Tool 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-Tool tmdb_person_list
Verwandte APIs
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.
So scrapst du 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.