This tool is really well thought-out and useful! I made a working API in less than 1 hr. This tool has a much better design & implementation than Kimono and easier than using Python 3 + Beautiful Soup 4 which is how I made my previous web scrapers. This tool also works for POSTing to web forms.
Thanks webninja! The POSTing part is one of the biggest things we were trying to get right while not making it any harder to use than Kimono. Is there anything that was confusing when trying to learn it for the first time? If so, we're still trying to make it easier =)
Show HN: WrapAPI v2 – Build APIs, scrapers, bots on any website
41–50 of 62 posts
Re: Show HN: WrapAPI v2 – Build APIs, scrapers, bots on any website
#42An example of this is California drought data: automatically grabbing data on the drought is incredibly difficult because it involves scraping HTML tables. I tried to build an API that presents drought data so volunteers would have an easier time building out data visualizations. I ended up just getting exhausted doing all the scraping work.
I then moved onto a new project: building a free-to-use Padmapper for affordable housing. The data for income restricted apartment units are driven by a government contracted vendor. A city county will declare income stabilization policies and legally enforce them against landowners and then the landowners would send over their list of units to the vendor.
This would be great except the vendor does the bare minimum. Padmapper looks amazing but, really, it's only applicable for the upper middle class due to explosive housing costs in the Bay Area. So, in order to provide a more modern website and mobile application for the community, I started to scrape the vendor's website. It was terrible. I kept getting throttled. So I gave up.
Re: Show HN: WrapAPI v2 – Build APIs, scrapers, bots on any website
#43Suggestion: Please be upfront about pricing. I've been bitten with similar tool dying because they were too shy to ask for money.
Re: Show HN: WrapAPI v2 – Build APIs, scrapers, bots on any website
#44Does this violate any current US law?
The software itself probably wouldn't, but the use of it for anything anyone cares about probably would. The CFAA, etc., make unwanted scraping illegal and this has been tested repeatedly in court. The company that runs this software as a service needs to be very careful. 3Taps was similar and got destroyed for relaying data scraped from Craigslist. Contacting the server after its operator has expressed its wish for…
https://books.google.ca/books?id=a-yu2-JUQNAC&pg=PT249&lpg=P...
Re: Show HN: WrapAPI v2 – Build APIs, scrapers, bots on any website
#45I've always felt that I service like this would be great for Code for America projects. A big problem I have with creating technology applications for civic goods is that the government is terrible at providing open data. Even when they do open source civic data, they do a terrible job of it. An example of this is California drought data: automatically grabbing data on the drought is incredibly difficult because it i…
Re: Show HN: WrapAPI v2 – Build APIs, scrapers, bots on any website
#46I've always felt that I service like this would be great for Code for America projects. A big problem I have with creating technology applications for civic goods is that the government is terrible at providing open data. Even when they do open source civic data, they do a terrible job of it. An example of this is California drought data: automatically grabbing data on the drought is incredibly difficult because it i…
Re: Show HN: WrapAPI v2 – Build APIs, scrapers, bots on any website
#47In the back of their heads, some people imagine the service is going to be huge, and then they worry that all the profits will be paid out to wrapapi.
Better to have a high headline number and then offer discounts for certain uses (non-profit, open source, students, etc). People are optimistic about how much money they might make so a high headline future price for when you graduate from the free tier is not necessarily bad.
Re: Show HN: WrapAPI v2 – Build APIs, scrapers, bots on any website
#48Re: Show HN: WrapAPI v2 – Build APIs, scrapers, bots on any website
#49I've used similar services like parsehub.com in the past and if they didn't have a pricing page I would have never tried it. Just my 2 cents.
Re: Show HN: WrapAPI v2 – Build APIs, scrapers, bots on any website
#50I've always felt that I service like this would be great for Code for America projects. A big problem I have with creating technology applications for civic goods is that the government is terrible at providing open data. Even when they do open source civic data, they do a terrible job of it. An example of this is California drought data: automatically grabbing data on the drought is incredibly difficult because it i…
What was the vendor's website?