Web Page Scraping is a browser extension that opens an in-page panel, lets you pick repeated elements as columns, and exports the result as CSV.
What it does
On pages with repeated cards or rows (search results, product listings, news feeds), you click the elements you care about and the extension builds matching columns automatically. The Table section aligns rows and exports with Copy CSV or Save CSV. No selectors to write and no backend to run.
Who it's for
We built it for people who need structured web data for local tools, AI pipelines, or automation. That includes researchers pulling finance or legal news into spreadsheets, developers feeding data to self-hosted LLMs, analysts comparing search results or product listings, and anyone who wants to move data from a webpage into their own workflow without writing custom scrapers.
Principles
- Privacy-first: Everything runs in your browser. We don't receive or store the pages you scrape. You control the output.
- No backend required: No account, no API keys, no server. Install the extension and use it on the current tab.
- AI-friendly: CSV output is easy to feed into scripts, spreadsheets, and local AI pipelines today. JSON, API, and MCP integration are part of our roadmap.
Roadmap
We plan to offer JSON export, an API, and MCP integration so self-hosted bots and local LLMs can request structured page data directly. The browser panel workflow will remain the no-setup option for manual extraction.