Free Setup Guide

ScrapeGraphAI: build free lead lists by scraping names, emails, phones

Paying for lead finders hurts when you only need a clean list a few times a month. Conference pages, association directories, agency listings, they already publish the goods. You just need a fast way to turn that HTML into rows in your CRM.

Adam BurgeAdam BurgeNano Flow

ScrapeGraphAI (an open-source AI web scraper) does exactly that. You point it at a page. It returns structured names, emails, and phone numbers. No per-seat fees. Install it once, run it on any list you find, and keep the outputs in CSV or JSON.

Here is the quick start. You will install ScrapeGraphAI and run a tiny check to confirm the import works. Later you can wire it to a local model with Ollama (a free local LLM runtime) so you pay zero per request.

Install into a fresh virtual environment so your global Python stays clean.

bash
python3 -m venv .venv && source .venv/bin/activate
pip install -U pip scrapegraphai

Verify the package loads. If this prints ok, you are set.

bash
python -c "from scrapegraphai.graphs import SmartScraperGraph; print('ok')"

From here you feed ScrapeGraphAI a URL and a short prompt like “return company, contact name, email, phone as JSON.” It parses the page and gives you a clean structure you can paste into Google Sheets or import into your CRM. Stop here if you are browsing on your phone. Comment AI on the reel and I will DM the full setup with local models, dynamic pages, and batch runs.

Subscribe to continue

Read the rest. Free.

One short email a week. Drop yours and the full guide unlocks below — instantly.

  • The n8n workflow you can import
  • The SQL schema you can paste
  • Step-by-step setup

One short email a week. Unsubscribe anytime.

Already subscribed? Drop your email above (skip the name) — we'll let you back in instantly.

Want bespoke AI automation built for your business?

Book a free 30-min discovery call — we'll map the workflows worth automating, the tools that fit, and tell you straight up where the wins are.

Book a discovery call
Nano Flow

© 2026 Nano Flow. All rights reserved.