Man that demo is impressive!
Show HN: Kimono – Never write a web scraper again
141–150 of 234 posts
Re: Show HN: Kimono – Never write a web scraper again
#142Re: Show HN: Kimono – Never write a web scraper again
#143Re: Show HN: Kimono – Never write a web scraper again
#144Earlier quoted context omitted.
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.
Please clarify: are you saying that right now you leave respecting robots.txt to the user?
Re: Show HN: Kimono – Never write a web scraper again
#145Earlier quoted context omitted.
To me, the favicon merely looks like a sumo wrestler’s head with a short ponytail and scowling/serious eyebrows. I can’t tell what NSFW thing you see it as.
Until I read this thread I also saw a sumo or an angry onion, but I believe the picture is actually a person facing away from us undoing their kimono.
Re: Show HN: Kimono – Never write a web scraper again
#146Seems it can't see the stuff inside angular views.. well at least mines.. But for the rest, awesome product. Thanks.
Re: Show HN: Kimono – Never write a web scraper again
#147This is my third time trying to get an answer to this question: does your crawler automatically respect robots.txt?
Re: Show HN: Kimono – Never write a web scraper again
#148My suggestion: once I've defined an API, let me apply it to multiple targets that I supply to you programatically.
The use case driving my suggestion: I'm an affiliate for a given eCommerce site. As an affiliate, I get a data feed of items available for sale on the site, but the feed only contains a limited amount of information. I'd like to make the data on my affiliate page richer with extra data that I scrape from a given product page that I get from the feed.
In this case, the page layout for all the various products for sale is exactly the same, but there are thousands of products.
So I'd like to be able to define my Kimono API once - lets call it CompanyX.com Product Page API - then use the feed from my affiliate partner to generate a list of target URLs that I feed to Kimono.
Bonus points: the list of products changes all the time. New products are added, some go away, etc. I'd need to be able to add/remove target URLs from my Kimono API individually as well as adding them in bulk.
Thanks for listening. Great work, again. I can't wait to see where you go with this.
Cheers!
Re: Show HN: Kimono – Never write a web scraper again
#149Earlier quoted context omitted.
Yes, it's one of the most popular feature requests. We don't support auth yet, but it's on our shortlist and we hope to have it ready soon.
how are you going to do it without having to know the actual authentication key(s)? if i don't trust anyone enough to give my auth away, and so unless the site being scraped has some sort of oauth support, how are you going to get any data? of course, if this was an offline product, or self-hosted product, then it would solve that problem of auth instantly.