Show HN: Turn any website into an API HackMIT 2013 (ec2-54-211-79-18.compute-1.amazonaws.com)
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.
12 comments
[ 2.6 ms ] story [ 40.0 ms ] threadcool project thought about doing this myself, gl!.
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.
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.
See chrome_extension/background.js.
Change post url accordingly.
Though this looks similar to eBay's ql.io(open source) , I feel this is much simpler.