Show HN: I made a Chrome extension that can scrape any website with one click (easyscraper.com)
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!
11 comments
[ 5.2 ms ] story [ 40.5 ms ] threadEnjoy the retreat!
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.
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.
This tool doesn't need to cover every single thing.