This service looks great, good work! But since you seem to host the APIs created how do you plan to get around the centralized access issues? Like on the chumby we had to do a lot of web scraping on the device itself (even though doing string processing operations needed for scraping required a lot of hoop jumping optimization to run well in ActionScript 2 on a slow ARMv5 chip with 64mb total RAM) to avoid all the requests coming from the same set of chumby-server IP addresses, because companies tend to notice lots of requests coming from the same server block really quick and will often rate limit the hell out of you, which could result in a situation where one heavy-usage scraper destroys access for every other client trying to scrape from that same source.
Show HN: Kimono – Never write a web scraper again
31–40 of 234 posts
Re: Show HN: Kimono – Never write a web scraper again
#32The UX is great and a journalists everywhere will thank you. But outside of government websites I don't see how a lot of this is even legal, per se?
Re: Show HN: Kimono – Never write a web scraper again
#33Re: Show HN: Kimono – Never write a web scraper again
#34This is excellent. Even it if doesn't work for scraping all sites, it simplifies the average use case so much that it's not even funny. Feature proposal: deal with pagination.
Re: Show HN: Kimono – Never write a web scraper again
#35I love how you can actually use their "web scraper for anyone" on the blog post. Very cool!
Re: Show HN: Kimono – Never write a web scraper again
#36>According that web site's data protection policy, we were unable to kimonify that particular page.
Sigh... Oh well... Back to scraping.
Re: Show HN: Kimono – Never write a web scraper again
#37I've written more web scraping code than I care to admit. A lot of the apps that ran on chumby devices used scraping to get their data (usually(!) with the consent of the website being scraped) since the device wasn't capable of rendering html (it eventually did get a port of Qt/WebKit, but that was right before it died and it wasn't well integrated with the rest of the chumby app ecosystem). This service looks great…
Re: Show HN: Kimono – Never write a web scraper again
#38Very nice job. What about scraping data from password-protected pages?
Re: Show HN: Kimono – Never write a web scraper again
#39>Sorry, can't kimonify >According that web site's data protection policy, we were unable to kimonify that particular page. Sigh... Oh well... Back to scraping.
Re: Show HN: Kimono – Never write a web scraper again
#40This looks really useful, and I'm trying to figure out if I could use it on a project I'm working on, but hitting an issue. I sent a support message. Nice job!