Use local LLMs with lead data Export from Google Maps, then feed your AI

Capture businesses with the free Vonsel extension, export CSV, Excel, or JSON, and work the leads with ChatGPT, Claude Code, Codex, or a local model on your own machine.

Key takeaways
  • The Vonsel Chrome extension captures Google Maps businesses and exports CSV, Excel, and JSON: the raw fuel your AI needs
  • Most of the practical work happens in ChatGPT (upload the file, ask questions) and Claude Code (run scripts over JSON), with Codex and local LLMs for private or automated runs
  • The export is the means. The Vonsel dashboard is where a mapped CRM, review intelligence, and AI email per business turn a list into pipeline

Feed your AI with real business data

Large language models are only as useful as the data you give them. Ask ChatGPT to "find dentists in Madrid" and it will guess. Hand it a clean file of real businesses you captured yourself, with names, phones, websites, ratings, and review text, and it becomes a genuine analyst.

That is the whole point of the Vonsel Chrome extension. You run a search on Google Maps, capture the results, and export them as CSV, Excel, or JSON. The file is the bridge between the map and any model you want to point at it. No API keys, no scraping code, no copy and paste.

In this guide we focus on the two tools most people actually reach for, ChatGPT and Claude Code, then cover Codex and local LLMs for anyone who wants private or scripted runs. For a deeper primer on the concept, see feed your AI with business data.

Get the data first
Capture any Google Maps search and export it in one click. Free download. No trial, no credit card.
Add Chrome Extension
3
export formats: CSV, Excel, and JSON for any model
85%
of hands-on lead work happens in ChatGPT and Claude Code
0
code required to capture and export from Google Maps

Export the right format from the extension

Open Google Maps, search for a category and area, and let the Vonsel pop-up capture the listings. When the capture finishes you choose a format. Each one suits a different kind of AI work, so pick with the destination in mind.

FormatBest forWhy
CSVChatGPT uploads, spreadsheetsUniversal, flat, easy to eyeball and pivot
Excel (XLSX)Non-technical review, sharingFormatting and multiple sheets survive the trip
JSONClaude Code, Codex, local LLMsNested fields like reviews and social profiles stay intact

A useful rule of thumb: CSV or Excel when a human or a chat window reads the data, JSON when a script does. If you want the full breakdown of when each shines, read JSON vs CSV for AI analysis and the practical export leads for AI walkthrough.

ChatGPT: upload the file and ask

This is where most people start, and for good reason. Open ChatGPT, attach your CSV or Excel export, and treat the file as a table the model can read directly. Its data analysis tools can group, sort, and score without you writing a formula. See OpenAI's developer docs for how it handles structured input.

Good first prompts once the file is uploaded:

1. Segment. "Group these businesses by rating band (under 3.5, 3.5 to 4.2, above 4.2) and count how many in each have no website." That instantly surfaces the web design prospects hiding in your list.

2. Score. "Rank every row by how likely they are to need marketing help, using low review counts and missing websites as signals. Return the top 25 with a one line reason." Now you have a call sheet, not a spreadsheet.

3. Draft. "Write a short, specific first line for a cold email to each of the top 10, referencing something real from their data." You feed the AI, the AI hands back openers you can actually send.

For a step by step version of this, our upload a lead CSV to ChatGPT guide walks through the exact clicks.

The quality of the answer is set before you ever type a prompt. A vague scrape produces vague AI output. A clean, complete export (websites, phones, review counts, categories) is what lets a model reason instead of hallucinate.

Claude Code: run scripts over your JSON

When a chat window is not enough, Claude Code turns your export into a working dataset. Because it runs in your terminal and can read files, it shines with the JSON export where every business carries nested reviews, hours, and social links. Point it at the file and it writes and runs the code for you. The Claude Code agent handles the parsing so you never touch a library.

Things that are trivial in Claude Code and painful by hand:

Deduplicate and merge

Ask it to merge two exports from different searches, drop duplicate place IDs, and normalize phone formats into one clean file.

Mine the reviews

Have it scan every review in the JSON and pull recurring complaints per business, the pain points you can lead a pitch with.

Build a dashboard

Turn the file into a small HTML map or chart of your territory so you can see density and gaps at a glance.

Automate the run

Save the prompt as a repeatable script so next week's export gets cleaned, scored, and exported the same way in one command.

For deeper recipes, see analyze leads with Claude Code. Together, ChatGPT for fast questions and Claude Code for scripted work cover the large majority of what you will do with a scraped list.

Feed your model something real
The extension turns a Google Maps search into a file your AI can actually reason over. Free download. No trial, no credit card.
Add Chrome Extension

Codex and local LLMs for offline runs

Two more paths matter when privacy or automation is the priority. Codex works much like Claude Code, an agent in your terminal that reads the export and writes the enrichment scripts. If your team already lives in that toolchain, our enrich lead lists with Codex guide picks up there.

Local LLMs are the answer when you would rather not upload business contacts to a hosted service at all. A runtime like Ollama lets you run an open model on your own machine, then feed it the same CSV or JSON. The data never leaves your laptop, which matters if you handle regulated verticals or client lists under strict agreements.

Local models are smaller and slower than the hosted giants, so keep tasks focused: classify a column, summarize a batch of reviews, tag leads by niche. Do the heavy reasoning in ChatGPT or Claude Code, and reserve the local model for the runs you want to keep entirely offline. On the legal side, scraping public business data is generally defensible, but always read is it legal to scrape Google Maps before you build a pipeline on it.

The model is the engine. Your export is the fuel it runs on

The export is the means, the dashboard is the end

Running a scraped file through an LLM is powerful, but a chat transcript is not a sales system. Insights sitting in a terminal do not book meetings. This is why the extension is only the front door to Vonsel.

Everything you capture also flows into the Vonsel dashboard, a mapped CRM where those leads live on a map, not in a stray CSV. There, Sales, Reviews, and Email Intelligence do the analysis for you: reviews are mined for pain points automatically, and an AI email is drafted for each business using its own context. The value added, contextualized database is built as you scrape, not bolted on later.

So use ChatGPT and Claude Code freely to explore and experiment. When you are ready to actually work the pipeline, reopen a scrape to add more businesses or attach reviews to captured ones, and let the dashboard carry the leads from first line to first meeting. The AI is where you learn. Vonsel is where you sell.

Start feeding your AI today
Capture Google Maps, export CSV, Excel, or JSON, and send it to any model. Free download. No trial, no credit card. Explore the dashboard or see more AI workflows.
Add Chrome Extension

Frequently asked questions

What file format should I export for AI analysis?
The Vonsel Chrome extension exports CSV, Excel, and JSON. CSV and Excel are easiest for ChatGPT file uploads and spreadsheet style questions. JSON keeps nested fields like reviews and social profiles intact, which is ideal for Claude Code, Codex, and local LLMs that run scripts over your data.
Can I run a local LLM on my scraped Google Maps leads?
Yes. Export a CSV or JSON from the extension, then point a local model through a runtime like Ollama at the file. Local LLMs keep your lead data on your own machine, which is useful when you do not want to upload business contacts to a hosted service.
Is the Vonsel Chrome extension free?
Yes. The Vonsel Chrome extension is a free download with no trial and no credit card. You capture Google Maps businesses, export CSV, Excel, or JSON, and everything you scrape flows into the Vonsel dashboard where the mapped CRM and AI intelligence live.