Live data from Hacker News

Ask HN: What APIs do you wish existed?

news.ycombinator.com

121–130 of 165 posts

Re: Ask HN: What APIs do you wish existed?

#122
post #82

Local movie times. It's stupid this isn't available from someone. The only thing it's going to do is increase the number of people going to see a movie. Maybe there's one now but 3 years ago there wasn't one and I had to build a scraper for Yahoo movies to build the product I wanted.

There's one for the iPhone http://code.google.com/p/metasyntactic/wiki/NowPlaying (From a Microsoft C# compiler/parser guy, no less).

Meta's an ex-Microsoftie -- he's currently at Google.

Re: Ask HN: What APIs do you wish existed?

#127
post #100

Earlier quoted context omitted.

Yeah, HTML scraping ESPN.com is not very hard. I did it for college basketball once in a strange sort of database that attempted to predict March Madness brackets. It worked really well for teams that had encountered each other during the season... except only 2 or 3 pairs of teams had ever played each other during the regular season. Works much better on NBA and NFL games, where there are far fewer teams, they see e…

> Yeah, HTML scraping ESPN.com is not very hard. I've seen a few people respond with this "you can just html scrape that." Sure you can HTML-scrape for the information, but the topic of this "Ask HN" is about what APIs you would like to see. Maybe he already HTML-scrapes ESPN.com, but would prefer that there was an official API for it, no?

Yeah, but I prefer real solutions, regardless of how ugly they are, rather than wishful thinking for so-called "elegant" solutions.

Re: Ask HN: What APIs do you wish existed?

#128

Pandora - Music Genome Project. I've been working on a media player, AuraMP, for a number of years and I've really wanted to plug into sites like Pandora.

what about http://www.last.fm/api ?

Correct, they do have an open api but it just doesn't always seem to have the ability or content that Pandora has. I would like best to use as many of the major providers as possible.

Re: Ask HN: What APIs do you wish existed?

#129
post #110
post #66

Banks. Online payment processing is a mess.

Interestingly, since the failure of OFX, many many banks in North America prefer screen scraping because they can guarantee the web interface has accurate data since their actual customers use it. Conversely, these banks find supporting APIs to be highly fragile since no one is watching them. I find that logic amazing, but considering how old the online banking software is and the high risk of changing it wholesale,…

[deleted]
Post reply on HN