Live data from Hacker News

Ask HN: What APIs do you wish existed?

news.ycombinator.com

71–80 of 165 posts

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

#71
post #43

My body, starting with my brain. Please provide clear documentation.

On a similar note, I remember reading a comment somewhere requesting a search interface for reality 'so I can find my damn keys when I lose them'.

If the index is broken then the brute force search is going to take too long.

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

#72
post #65
post #58

A OCR API. The Google Docs OCR API is a good start, but it's tied pretty closely to GDocs. I'd like to post an image and get back text.

Is that even possible at the moment? Most software I've tried just isn't ready for something like that (granted, I haven't tried any of the commercial products). Tesseract is pretty good, but definitely not perfect.

The general answer to the character recognition problem is negative (currently not possible). However, several important subproblems are solvable. For example, if you know that a particular image came from a printed text, or from handwriting, or a (printed) form, etc, there are some very good solvers. Not perfect (neither is a human, in case of handwriting or a poor fax), but good to very good.

For further googling, see terms ICR, OCR, character recognition.

As a user, I have had very good results with Finereader. Have not tried Tesseract. Parascript was good with online character recognition, but that market is small, and I have not looked at them for a while (disclaimer: I used to work in a previous incarnation of the company).

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

#73
Disclaimer: I'm an amateur in every sense of the word but eager to learn. A Craigslist API could make for some really cool mashups but many of those could probably also be created using the RSS feeds they provide. Do you see any substantial advantage to a distinct Craigslist API?

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

#74

Earlier quoted context omitted.

I can't imagine what you would need other than HN's RSS feed. What did you have in mind that could extend Hacker News?

comments for a given thread, score of posts and comments, and user information.

Can't you do that already with a simple scrape?

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

#75
post #47
post #41

Earlier quoted context omitted.

Zillow is a start but there is a ton of data that is tied behind MLS licensing and Realtor associations. That data should be free and public.

Yes. I got hired to integrate MLS data and man was that a nightmare. Many are surprisingly low-tech and almost all use different formats. There is a half-assed attempt at standards (RETS), but that's for accessing the data not the data itself. Not to mention getting and presenting the data legally--each MLS group has different rules about what you're allowed to display (and it can be incredibly restricting). tl;dr th…

I'm sure Google will get there eventually, as they're doing with all industries that traditionally make information inaccessible. Google just enhanced Google Scholar to be a major competitor to Westlaw, which should make a lot of frugal lawyers happy.

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

#76
post #30

Earlier quoted context omitted.

Realtime (i.e. in game stats) or just up to date player, team, league stats. I think the leagues fight hard to disallow this although they have recently lost a couple high profile lawsuits.

Again, the company I work for offers this kind of data but you have to pay for it. We have lots of clients who run fantasy baseball web sites and make use of our real-time stats feeds to update their games.

[deleted]

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

#77
post #30

Earlier quoted context omitted.

Realtime (i.e. in game stats) or just up to date player, team, league stats. I think the leagues fight hard to disallow this although they have recently lost a couple high profile lawsuits.

Again, the company I work for offers this kind of data but you have to pay for it. We have lots of clients who run fantasy baseball web sites and make use of our real-time stats feeds to update their games.

Link?

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

#80

Earlier quoted context omitted.

comments for a given thread, score of posts and comments, and user information.

Can't you do that already with a simple scrape?

"scrape != API"

No kidding. He's looking to get "comments for a given thread, score of posts and comments, and user information", which you can use an HTML parser (like Hpricot if you're using Rails) to retrieve any info you need.

Post reply on HN