Manual
Open a business on Google Maps and press the floating "Save to list" button, or the button on the Data tab of the popup.
MapLeadScout is a Manifest V3 extension for Chrome, Microsoft Edge, Brave and other Chromium browsers. It saves places one at a time from any Google Maps listing, or sweeps a whole region automatically, then exports a clean Excel or CSV file — no server round-trip required to use it.
Last reviewed September 7, 2026 · Written and reviewed by MapLeadScout Team
The Chrome Web Store listing is in review. Until it is live, download the same files here and load them into Chrome yourself — about a minute, no account needed to install.
Download the extensionVersion 1.8.1 · 515 KB · one ZIP for every browser below
Works in Chrome, Microsoft Edge, Brave, Opera and Vivaldi. Not in Firefox or Safari: Auto mode relies on an API only Chromium browsers provide.
The ZIP contains only the extension files you can read on this page: no installer, nothing runs on your computer outside Chrome.
Install in five steps
Updating later: unzip the new version into the same folder and press Reload on the extension card. Your connection and saved leads stay.
For example “coffee shop Bandung” — any business type, any area.
Type the same search. Choose Save time (stops once results are ones you already have) or Complete (sweeps every list to the end), and Visible area or a Radius grid that splits the whole city into cells.
It scrolls, opens each place, and saves the name, phone, WhatsApp, website, rating and address — skipping duplicates. Pause or stop any time; a run survives a page reload.
Within seconds every lead is in app.mapleadscout.com → Leads, shared with your whole team. Export Excel or CSV, open WhatsApp with one click, or push new leads to your CRM automatically.
Open a business on Google Maps and press the floating "Save to list" button, or the button on the Data tab of the popup.
Point the map at a region, type a keyword, choose "visible area only" or a "whole region" radius grid, then start. Pause, resume, and stop are available at any time, and a job survives a page reload.
storage
Saved leads, settings, and sync state live in chrome.storage.local — never in a remote database unless sync is explicitly turned on.
debugger
Google Maps only reacts to trusted, real input. Auto mode uses the debugger API to send genuine clicks and scrolls to the page, the same way a person would interact with it — this is why Chrome shows a "started debugging" notice while a job runs. It is not used to inspect or exfiltrate other tabs.
alarms
Schedules the optional auto-sync run about 30 seconds after a scrape, and nothing else.
host_permissions
The sync feature can only send an API key to mapleadscout.com and our own verified infrastructure — never to a third-party or user-supplied host. See the endpoint allowlist in the privacy notice.
Checks a new lead against existing ones by Google place ID, then by normalized phone and Maps URL, before it is written to storage.
Stores and displays numbers in the international format for the country named in the lead’s address — Indonesia’s +62… when none is named. Turned off, a number is kept exactly as Maps shows it.
Normal, Fast, or Human-like. Slower looks more like a person browsing and lowers the chance Google shows a verification challenge.
Off by default. Turning it on requires an API key from the MapLeadScout API — see the Google Maps lead generation page for what a synced record contains.
That bar is Chrome telling you the debugger permission is active for the current tab, which is exactly the mechanism Auto mode uses to send trusted input to Google Maps. It disappears once a job is stopped, and closing the tab or extension removes it immediately.
No. A saved lead stays in local Chrome storage until you export a file yourself or explicitly turn on database sync in Settings.
Yes. It is a Manifest V3 extension, so the same ZIP loads in Microsoft Edge, Brave, Opera and Vivaldi exactly as in Chrome — sign-in, connecting to your team and syncing all work the same. Firefox and Safari are not supported: Auto mode drives Google Maps through an API only Chromium browsers provide.
The DOM selectors used to read a listing live in one file (content/extractor.js in the extension source); a layout change is fixed there without touching the rest of the extension.