The web scraping industry spends enormous energy making automated browsers look human: fingerprint spoofers, residential proxy pools, CAPTCHA solvers, per-site choreography scripts. It's a multi-million-dollar arms race — and Scrapewright sidesteps most of it with a simple observation: the best impersonation of you is you.
Scrapewright is an open-source Chrome extension. Not a controlled browser it spawns — an extension in the Chrome you actually use, with your history, your cookies, your extensions, your window manager, your everything. When its scrapers visit a page, the request comes from a genuine, warmed-up browser profile that has been human for years. There is nothing to detect, because there is nothing fake.
1. Login walls. For server-side scrapers, authenticated scraping is the worst problem in the field: cookie jars expire, sessions get invalidated when the fingerprint shifts, scripted logins trip risk engines. For an extension in your daily browser, the problem doesn't exist. You logged in months ago; the scraper inherits that state as-is. Intranets, SaaS dashboards, paid archives, internal admin panels — all natively accessible.
2. Headless markers. Headless Chromium leaks signals everywhere — user-agent hints, navigator.webdriver, missing codecs, rendering quirks, timing patterns. Anti-bot vendors fingerprint these for a living. A real Chrome driven by its actual user emits none of them. Scrapewright adds no Runtime.* probing, no stealth patches; there's simply no headless instance to hide.
3. "It works on my machine" works both ways. Anything you can see in your browser — JS-rendered SPA content, content inside nested iframes, hover-revealed popups, lazy-loaded infinite feeds — is in the DOM you can reach. The extension also does something headless farms can't easily replicate: when a page throttles background activity (a Chrome behavior that starves lazy-loaders), it can activate the tab and even dispatch genuinely trusted wheel events through Chrome's real input pipeline to trigger scroll-driven loading. The page behaves as if a person scrolled, because as far as its event listeners can tell, one did.
This is not a hammer for every nail, and the project says so plainly:
Map the AI-scraping landscape and you find four lanes: server-side headless (Firecrawl, Crawl4AI), server-side agents (Skyvern, Browser-use), developer coding tools (Claude Code + Playwright), and — almost empty until now — the client-side extension lane. Scrapewright staked it out: an LLM-powered wizard that watches you describe a task, generates the scraper inside your real browser, and deploys it as a local HTTP service with self-repair when sites change.
The result is the least-detectable, cheapest-to-run scraper most people will ever own, built from infrastructure the anti-bot industry can't distinguish from a person. Because it is one.
Repo: github.com/singhand-labs/scrapewright — GPLv3, cross-platform, with a 60-second quick start and a technical whitepaper for the architecture-curious.
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.