Live data from Hacker News

Show HN: Kimono – Never write a web scraper again

kimonify.kimonolabs.com

21–30 of 234 posts

Re: Show HN: Kimono – Never write a web scraper again

#23

This looks really slick. What happens if a website you're scraping changes its design? Do you respect robots.txt?

If it changes the format significantly, the scraper will break, so for now you'll have to use the tool to rebuild. You will see on your API status page that it's down. As for robots.txt, we do respect it... for now we're leaving that to the user, but we're trying to implement a proactive way of checking for disallows and stopping those scrapers from being built.

Re: Show HN: Kimono – Never write a web scraper again

#26

How (if at all) does this run on javascript heavy sites?

JS-heavy sites can be tricky. We position it so it should execute after most of the on-page JS, so it handles a lot of cases. There are still sites that break it though.... we're trying to tackle these guys one by one right now, as we try to generalize a broader solution

Re: Show HN: Kimono – Never write a web scraper again

#30
post #18

Very cool, and I like that the link is your announcement page running inside of the demo. Really drives home the idea. That said, it looks like it can't do media right now. I would love it if it could at least give me a url for images/other media.

It's a great suggestion, thanks! ... image extraction would be cool, and it's on our shortlist of features to build next
Post reply on HN