Show HN: Crawlee – Web scraping and browser automation library for Node.js
21–30 of 86 posts
Re: Show HN: Crawlee – Web scraping and browser automation library for Node.js
#22Good job to the APIfy team for this, this look very interesting!
Re: Show HN: Crawlee – Web scraping and browser automation library for Node.js
#23this needs some sort of stealth plug-in called Creepee
Re: Show HN: Crawlee – Web scraping and browser automation library for Node.js
#24In a way, I hate you, but at the same time I love you. It's because I'm working on something similar to get data for my product. Seems like I'm going to use Ampify instead to save my life. Just a feedback from the developer point of view tho. I think the documentation (both clawlee & Apify) need some work. I took me a while get the difference between clawlee & other headless crawler like playwight etc.
Crawlee is basically a big wrapper around open source tools like Puppeteer, Playwright, Cheerio (I would not call these crawlers though as they don't have any logic for enqueueing requests etc.)
Re: Show HN: Crawlee – Web scraping and browser automation library for Node.js
#25Re: Show HN: Crawlee – Web scraping and browser automation library for Node.js
#26Good job to the APIfy team for this, this look very interesting!
Re: Show HN: Crawlee – Web scraping and browser automation library for Node.js
#27Re: Show HN: Crawlee – Web scraping and browser automation library for Node.js
#28Nice! Finally a web scraping library for the programming language most websites use. It was about time lol
Re: Show HN: Crawlee – Web scraping and browser automation library for Node.js
#29Hi! It looks really REALLY cool! Is there any kind of detection/stealthiness benchmark compared to libraries such as puppeteer-stealth or fakebrowser? Honestly no matter how feature-complete and powerful a scraping tool is, the main "selling point" for me will always be stealthiness/human like behavior no matter how crappy the dev experience is.(and IMHO that's the same for most serious scrapers/bot makers) Will it a…
> for me will always be stealthiness/human like behavior no matter how crappy the dev experience is Can't say I agree. The biggest value for me is being able to respond to site changes quickly. Having a key bot offline for an extended period of time can be costly, so being able to update, test and deploy it quickly is a big selling point. The vast majority of sites, including major companies, have very rudimentary bo…
Helps too that the apify devs themselves are nice and super responsive (we've had quite a few PRs merged over the last couple of years). The SDK code (and supporting libs like browser-tool, got-scraping) is clean and very easy to read/follow/extend (happy to hear too that the license is going to remain unchanged).
Re: Show HN: Crawlee – Web scraping and browser automation library for Node.js
#30Great job! Probably the best toolkit for DIY data extraction at the moment. Shines most "against" super-sophisticated sites. Well done, guys!