frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: ScrapeCopilot – Notebook Code Interface + Puppeteer + AI Copilot

3•erichi•11mo ago
Hi HN, I’m Eric, and I’m building ScrapeCopilot, an AI assistant designed to eliminate friction in browser automation development.

Here is the link to VS Code extension - https://marketplace.visualstudio.com/items?itemName=scrapeco...

I've built browser automations for more than 5 years, and the constant frustration was always the sheer friction involved in getting working code – especially when debugging in headless mode or connecting to remote browsers.

When I started using LLMs to generate automation code, I found myself stuck in a repetitive loop: navigate to the desired page state, copy-paste HTML into the AI chat, and ask it to generate code. The worst part is that there was no easy way to run that generated code without losing the page state, forcing me to restart the browser session constantly. This wasted large amounts of time and mental energy. I built ScrapeCopilot to make this workflow seamless.

How it works:

ScrapeCopilot combines the power of a Jupyter-style notebook with a live Puppeteer browser session and integrated AI.

- Live Interactive Development: When you create an automation notebook, it initiates a fresh Puppeteer browser session. The page object is exposed directly to your notebook cells, allowing you to run any Puppeteer code against the live browser state and see the results instantly.

- AI-Powered Assistance: It integrates with GitHub Copilot (via the @scrapecopilot chat participant). The AI automatically sees the current page HTML, allowing it to generate highly relevant Puppeteer code based on your instructions directly within the chat.

- LLM Code Export: Once you've developed your automation logic, you can easily export the final, complete Puppeteer script based on your instructions.

This tool saves me hours daily, but even more importantly, it improves the developer experience in browser automation which is frustrating area.

I believe ScrapeCopilot can complement existing browser automation tools and frameworks by providing an interactive AI-assisted development experience.

Current Status & Future Plans:

- The extension currently works within VS Code. It will work in Cursor, but without chat support initially. I'm actively working on integrating a backend server to enable full chat functionality with Cursor.

- Currently the key workflow assumes that you create a new browser automation step by step, using code cells. But in my work I spend half of the time fixing existing automations, so my focus now is trying to adapt extension for debugging and fixing existing code.

- Playwright support is also on the list.

Check out short videos: - Demo: Headless False - https://scrapecopilot.ai/assets/demo-headless-false-Dhc_jeNR... - Demo: Headless True - https://scrapecopilot.ai/assets/demo-headless-true-PRQndDxP....

I'd love to hear your thoughts, feedback, and any suggestions!

Laptops all have built-in security tokens these days

https://ahelwer.ca/post/2026-05-08-builtin-u2f/
1•psxuaw•20s ago•0 comments

The Secret Diary That Has Spilled into the Musk vs. OpenAI Feud

https://www.wsj.com/tech/musk-openai-trial-greg-brockman-diary-journal-6950270e
1•1vuio0pswjnm7•1m ago•0 comments

Apple promised smarter Siri, it didn't deliver, you can get up to $95 back

https://fortune.com/2026/05/08/apple-smarter-siri-95-class-action-refund/
1•1vuio0pswjnm7•2m ago•0 comments

Surfel-based global illumination on the web

https://juretriglav.si/surfel-based-global-illumination-on-the-web/
2•vmg12•6m ago•0 comments

The AI Revolution in Cancer

https://color.com/blog/ai-revolution-in-cancer-care-delivery/
1•rafaelc•7m ago•0 comments

Informal Greedy Algorithms

https://www.natemeyvis.com/informal-greedy-algorithms/
1•Brajeshwar•7m ago•0 comments

America's A.I. Is Futuristic. China Is Just Making It Work

https://www.nytimes.com/2026/05/09/opinion/ai-china-america-race.html
2•ironyman•13m ago•1 comments

Show HN: Shoehorn – Backstage without the maintenance overhead

https://shoehorn.dev
1•shoehorn-dev•14m ago•0 comments

Death of a Software Developer

https://isthisanart.substack.com/p/death-of-a-software-developer
1•tao_oat•16m ago•0 comments

"Dirty Frag" (CVE-2026-43284): The Second Linux Root Exploit in Eight Days

https://www.copahost.com/blog/dirty-frag-cve-2026-43284/
1•ggallas•16m ago•0 comments

Lanzaboote – NixOS Secure Boot

https://x86.lol/generic/2022/11/26/lanzaboote.html
1•evilmonkey19•20m ago•1 comments

IceStream on Object Store

https://github.com/jordepic/icestream
1•jordepic•24m ago•1 comments

Bun ported to Rust in 6 days

https://xunroll.com/thread/2053047748191232310
45•qprofyeh•28m ago•13 comments

Optimize for change not application performance

https://www.echooff.dev/blog/developer-experience-is-a-performance-feature
2•lo1tuma•31m ago•1 comments

Why age assurance laws matter for developers

https://github.blog/news-insights/policy-news-and-insights/why-age-assurance-laws-matter-for-deve...
2•pavel_lishin•32m ago•0 comments

Redstone – a faster PortfoliosLab with a one-click portfolio optimizer

https://redstonemarkets.com/
1•mihaitrincav•34m ago•1 comments

Turkey unveils new missile, AI touts as able to hit US mainland

https://www.ft.com/content/d2136091-9fd2-4923-b168-50539e5b27ab
2•JumpCrisscross•35m ago•1 comments

Money is renewable, time isn't

https://get168.app/blog/money-is-renewable-time-isnt
1•dudcks97•35m ago•0 comments

Heuristic Learning

https://trinkle23897.github.io/learning-beyond-gradients/
1•xiaoniu•42m ago•0 comments

Meta's Embrace of A.I. Is Making Its Employees Miserable

https://www.nytimes.com/2026/05/08/technology/meta-ai-employees-miserable.html
6•JumpCrisscross•42m ago•0 comments

Ask HN: Is there evidence that LLMs can extrapolate to new ideas?

1•mikpanko•42m ago•0 comments

Strategic advice from LLM's is "trendslop", say researchers

https://hbr.org/2026/03/researchers-asked-llms-for-strategic-advice-they-got-trendslop-in-return
3•marojejian•43m ago•1 comments

Maybe I'm the Alien [video]

https://www.youtube.com/watch?v=y894m7joEBc
1•hank808•44m ago•0 comments

Speeding Up Zsh

https://arkoinad.com/posts/zsh_speedup.html
1•Brajeshwar•45m ago•0 comments

Trying to Become a Better Programmer by Writing a PHP Interpreter in C++

https://github.com/GiuseppePuleri/jimphp/blob/main/README.md
2•pulerigiuseppe•45m ago•1 comments

The UAP report so far

https://marginalrevolution.com/marginalrevolution/2026/05/the-uap-report-so-far.html
3•paulpauper•47m ago•2 comments

Software Ate My Homework

https://www.theatlantic.com/ideas/2026/05/canvas-hack-campus-fragility/687115/
2•paulpauper•47m ago•0 comments

Jon Rubinstein: Former Apple Hardware Chief on Saving Apple, iMac, iPod, iPhone [video]

https://www.youtube.com/watch?v=PvFMT58lgvk
2•tosh•48m ago•0 comments

Loops and Routines Without Claude

https://ingresslabs.net/blog/spec-driven-development-loops
1•akrylov•48m ago•0 comments

Admit It, That Protein Shake Is Basically Soylent

https://www.theatlantic.com/health/2026/05/soylent-protein-shake/687120/
3•paulpauper•48m ago•1 comments