DEV Community

DiMeng
DiMeng

Posted on

How to Scrape Websites Using Natural Language

I built a tool that lets you describe what data you want in plain English - and it uses a real browser to extract it automatically.

How it works

  1. You type what you want (e.g., "get all product names and prices from page")
  2. AI plans the extraction steps
  3. A real Chrome browser opens via CDP
  4. Data is extracted and returned as CSV

Try it free

Visit sec.92888888.xyz/ai-scraper to test it out. Paid plans start at $5 for 100 rows.

Top comments (0)