Search code examples
c#imdb

Get Movie Data without imdb


Im doing an small program(using C#) where i can get movie details. My first choice was to use imdb. But apparently imdb has change their website, so that all the Web Scraping examples ore api i have found dosent work anymore. So my question is: Are there an alternative movie database that i can use instead.


Solution

  • The Movie DB is opensource and has an api you can use.