Live data from Hacker News

Show HN: Turn any website into an API HackMIT 2013

ec2-54-211-79-18.compute-1.amazonaws.com

1–10 of 13 posts

Show HN: Turn any website into an API HackMIT 2013

#1
Select anything on a website. If it is part of a table or a list, you get a URL which you can GET for a JSON representation of that list or table. Basically we are making an API for every website whether they like it or not.

Show HN: Turn any website into an API HackMIT 2013
ec2-54-211-79-18.compute-1.amazonaws.com

Re: Show HN: Turn any website into an API HackMIT 2013

#5
"whether they like it or not"

Basically they admit that this is a scraping tool for doing things you shouldn't.

Companies that want to sell you data do. Companies that provide data for free to use how you like do. This is basically automating stealing.

I have really low moral standards but I can see the wrongness of this.

Re: Show HN: Turn any website into an API HackMIT 2013

#6

So, what’s the advantage over YQL? http://developer.yahoo.com/yql/

it looks like yql is only for some sites and you need the sites api key, and this is any site "whether they like it or not" and it takes 2 clicks.

cool project thought about doing this myself, gl!.

Re: Show HN: Turn any website into an API HackMIT 2013

#10
post #5

"whether they like it or not" Basically they admit that this is a scraping tool for doing things you shouldn't. Companies that want to sell you data do. Companies that provide data for free to use how you like do. This is basically automating stealing. I have really low moral standards but I can see the wrongness of this.

I haven't read the page, but from the title, I assume it's a scraper

Sure, it can be used for copying data without permission. But not all data is hard to read because they don't want you to copy it. For example, I've built a scraper for a state-run website of company registrations. The data is public, just not in a machine readable format.

Post reply on HN