The Movie Database Support

Hi All, I am working on academic research on Movies and Web series, and I would like to get movie metadata (like details release date, budget, cast crew, keyword, genre, etc.) for my research work in CSV or any structured format. I there any way to achieve this in an automated way. Please help me in regards to this

1 reply (on page 1 of 1)

Jump to last post

@Roshan_mr said:
Getting Movie Data in CSV
Hi All,
I am working on academic research on Movies and Web series, and I would like to get movie metadata (like details release date, budget, cast crew, keyword, genre, etc.) for my research work in CSV or any structured format.
I there any way to achieve this in an automated way. Please help me in regards to this

First, go to this link below the Discover tool:
https://developers.themoviedb.org/3/discover/movie-discover
On this page you will see the filters that can be used to receive a list of movies with an API Request.
There are several filters. About 35 filters.
For example, movies released in the 60s.
Maximum 10,000 items (movies) in each answer.

Second, on the same page you can see the items from each movie that will be in the API Request response.
Not many items.

If you need more items, you will have to make API Request for each movie.
Then you should make an API Request of type Details.
On the page below you can see the items for a simple answer.
https://developers.themoviedb.org/3/movies/get-movie-details
and can use the append_to_response feature to get more details in the same answer.
https://developers.themoviedb.org/3/getting-started/append-to-response

Answers are in JSON.
A conversion to CSV or similar should be done by you.

Can't find a movie or TV show? Login to create it.

Global

s focus the search bar
p open profile menu
esc close an open window
? open keyboard shortcut window

On media pages

b go back (or to parent when applicable)
e go to edit page

On TV season pages

(right arrow) go to next season
(left arrow) go to previous season

On TV episode pages

(right arrow) go to next episode
(left arrow) go to previous episode

On all image pages

a open add image window

On all edit pages

t open translation selector
ctrl+ s submit form

On discussion pages

n create new discussion
w toggle watching status
p toggle public/private
c toggle close/open
a open activity
r reply to discussion
l go to last reply
ctrl+ enter submit your message
(right arrow) next page
(left arrow) previous page

Settings

Want to rate or add this item to a list?

Login