Does anyone know how to programmatically obtain TV listings for a particular time zone? Is there a service I can subscribe to?

Thanks.

link|improve this question
Have you checked with the content providers? I.e., the TV networks and cable channels. It seems that they would provide this information. Have you checked any of their web sites for listing information? – S.Lott Aug 9 '10 at 15:57
1  
possible duplicate of TV guide listing API – Kristopher Johnson Dec 1 '10 at 18:34
TV Rage provides a [free API][1] for TV listings. [1]: services.tvrage.com – yahelc Dec 9 '10 at 18:20
feedback

closed as off topic by Robert Harvey Apr 20 at 21:35

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

4 Answers

Searching for TV Listings API has a lot of promising results, but I don't think you're going to find any free ones, for better or worse.

link|improve this answer
feedback

Check your cable provider or try to scrape off their sites?

link|improve this answer
feedback

As far as I searched, the only viable solution I've found is this one :

http://services.tvrage.com/

They provide a public API that is quite complete and updated regularly, but it's not timezone dependant.

I'm afraid that what you are asking is too specific. Maybe you should create it yourself ? ;)

link|improve this answer
feedback

You could contact the team WebTelevideo. They have an API for the television programming with metadata (actors, plot, posters and ratings)

http://www.webtelevideo.com

link|improve this answer
feedback

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