2

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.

Dante May Code
  • 11,177
  • 9
  • 49
  • 81
mortenstarck
  • 2,713
  • 8
  • 43
  • 76

1 Answers1

7

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

Alan
  • 45,915
  • 17
  • 113
  • 134