Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I've wanted to make a C# library to scrape movie information and return it to the application, but someone told me that it's against the TOS.

RottenTomatoes seems to have no problems with it from what I've read on their licensing page, but I'm not quite sure.

Where could I aquire movie information legally and without cost? It's for an open source application hosted here: LINK

share|improve this question
1  
Not really programming related. There are no technical issues in this question. – A. Levy Jun 16 '10 at 1:31
The information available on IMDB is also available in a series of delimited databases from their site (here: imdb.com/interfaces). Read their TOS to see if they'd be cool with what you're doing. – Marc Bernier Jun 16 '10 at 16:32

closed as off topic by Byron Whitlock, gnovice, Greg Hewgill, Michael Petrotta, Graviton Jun 16 '10 at 5:59

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

I don't know about scraping, but Netflix has an API: http://developer.netflix.com/

If that's not what you're looking for you can probably find other APIs here

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.