Hacker News new | past | comments | ask | show | jobs | submit login
Show HN: I made a Chrome extension that can scrape any website with one click (easyscraper.com)
31 points by namukang 11 months ago | hide | past | favorite | 10 comments
Hi HN!

Ah yes, another web scraper. There are so many out there, so why make another one?

Because I wanted one that's stupid simple and stupid fast.

Unlike most web scrapers, Easy Scraper doesn’t make you build a new scraper for each site or individually select fields. You just open it and bam, your data's ready to go.

My favorite use case for instantly extracting data anywhere is being able to easily talk to ChatGPT about custom datasets. For example, here's a 1-minute demo of me scraping my Twitter followers to find the ones that live in San Francisco: https://www.loom.com/share/e3248c15a05041deae592d4157ddf4e2?...

Here are some other aspects that I think HN users will especially appreciate:

- Because it runs locally, (1) it's fast (stupid fast!) (2) it's private (your data stays on your machine) (3) you won't have issues with bot detection (unless you're scraping like a madman; obviously, use your discretion)

- You can use it without granting any browser permissions (which is great because Chrome extensions are often a security nightmare)

- You can use it without signing up for an account

I’ve been building Chrome extensions and web scrapers since college (over a decade ago!), and I'm really proud of how this one turned out. Check it out and let me know what you think!

https://easyscraper.com




"it's completely free for now because i'll be on a silent meditation retreat for all of march and didn't have time to add in paid plans."

Enjoy the retreat!


Thanks! <3


any website? that's a rather tall order. Does it cover js navigation? I was looking forward to some guidelines/docs. It would be great to know what it can't do, if there's anything, save some dissapointment :)


Yup, it covers JS navigation. I spent the last four years building a browser automation tool (https://news.ycombinator.com/item?id=29254147) so I was able to cover a lot of bases with Easy Scraper. Try it out!


Great UI. Are you interested in or available for hire to create a new extension from scratch?


Cool but why should I use a scraper as a Browser extension? The use case of a scraper is to scrape data of web pages regularly. As a browser extension I could simply visit the pages by myself


> The use case of a scraper is to scrape data of web pages regularly.

That's not true, the use case of a scraper is to scrape data, it doesn't have to be regularly, it can be once, twice, frequently or infrequently

And the reason to use one is if you want to just quickly scrape some data without writing a scraper yourself.


> it can be once, twice, frequently or infrequently

That's the point: it can. So when I want to use it regularly this will not help. So when I don't know how regular I will need it, it is better to have a more flexible solution.


And my point is it doesn't have to.

This tool doesn't need to cover every single thing.


Use what ever you like - I see no sense in here.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: