Topic
Crawlora's TMDB coverage: 7 live API endpoints and 1 guide on scraping TMDB data. See the endpoint table and the TMDB Scraper API hub below for parameters, pricing, and comparisons.
API endpoints
| Method | Endpoint | Summary | Docs |
|---|---|---|---|
GET | /tmdb/search | Search TMDB | |
GET | /tmdb/movie/{id} | Get a TMDB movie | |
GET | /tmdb/tv/{id} | Get a TMDB TV show | |
GET | /tmdb/movie/list | Get a TMDB movie chart | |
GET | /tmdb/tv/list | Get a TMDB TV chart | |
GET | /tmdb/person/{id} | Get a TMDB person | |
GET | /tmdb/person/list | List popular people on TMDB |
API hub
Extract TMDB movie, TV show, and person data — search, detail, and curated lists — as structured JSON from public The Movie Database pages.
Explore the TMDB Scraper APIGuides