TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: I made a Chrome extension that can scrape any website with one click

31 pointsby namukangabout 1 year ago
Hi HN!<p>Ah yes, another web scraper. There are so many out there, so why make another one?<p>Because I wanted one that&#x27;s stupid simple and stupid fast.<p>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&#x27;s ready to go.<p>My favorite use case for instantly extracting data anywhere is being able to easily talk to ChatGPT about custom datasets. For example, here&#x27;s a 1-minute demo of me scraping my Twitter followers to find the ones that live in San Francisco: <a href="https:&#x2F;&#x2F;www.loom.com&#x2F;share&#x2F;e3248c15a05041deae592d4157ddf4e2?sid=66ac035d-e924-46e3-b15a-94fa1aa89618" rel="nofollow">https:&#x2F;&#x2F;www.loom.com&#x2F;share&#x2F;e3248c15a05041deae592d4157ddf4e2?...</a><p>Here are some other aspects that I think HN users will especially appreciate:<p>- Because it runs locally, (1) it&#x27;s fast (stupid fast!) (2) it&#x27;s private (your data stays on your machine) (3) you won&#x27;t have issues with bot detection (unless you&#x27;re scraping like a madman; obviously, use your discretion)<p>- You can use it without granting any browser permissions (which is great because Chrome extensions are often a security nightmare)<p>- You can use it without signing up for an account<p>I’ve been building Chrome extensions and web scrapers since college (over a decade ago!), and I&#x27;m really proud of how this one turned out. Check it out and let me know what you think!<p><a href="https:&#x2F;&#x2F;easyscraper.com" rel="nofollow">https:&#x2F;&#x2F;easyscraper.com</a>

4 comments

mtmailabout 1 year ago
&quot;it&#x27;s completely free for now because i&#x27;ll be on a silent meditation retreat for all of march and didn&#x27;t have time to add in paid plans.&quot;<p>Enjoy the retreat!
评论 #39573415 未加载
paxabout 1 year ago
<i>any</i> website? that&#x27;s a rather tall order. Does it cover js navigation? I was looking forward to some guidelines&#x2F;docs. It would be great to know what it can&#x27;t do, if there&#x27;s anything, save some dissapointment :)
评论 #39573431 未加载
locengabout 1 year ago
Great UI. Are you interested in or available for hire to create a new extension from scratch?
ulrischaabout 1 year ago
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
评论 #39573563 未加载