A Google Maps data extractor you call with one URL. Send a search, get every matching business back as clean JSON, then download the same table as a CSV. Empty searches cost nothing.
That tookMs: 505 is the actual timing from the pull above. Maps searches answer in about a second. Set limit up to 100 businesses per search. For the full parameter list and the head-to-head with the official Places API, see the Google Maps scraper API page.
Each business comes back complete. No tiers, no add-on fees per field:
A Google Maps listing holds a phone number and a website, and that is where the contact trail ends. There is no email field anywhere in a Maps record, so we don't return one. Tools that promise emails from Maps get them another way, usually by crawling each business website and guessing when nothing is posted. Some of those guesses land. Plenty bounce.
If your work needs verified emails on real people, that lives on our LinkedIn people search API. People results there come with a verified email. Maps gives you the business. LinkedIn gives you the person.
No code: run your search in the playground, look at the results table, click Download CSV. Every field in the response becomes a column, so the file drops straight into Sheets, Excel, or a CRM import.
With code: the JSON flattens in a few lines. Here it is in Python:
The same call works from n8n, Clay, LangChain, CrewAI, or any tool that can hit a URL with a header.
You are only charged when a search returns results. A search that finds 40 businesses costs 40 credits. A search that finds none costs nothing. The free tier is 3,000 credits a month with no card. Prepaid packs: 25k for $49 · 100k for $149 · 500k for $549 · 2.5M for $1,999. Credits never expire, so an unused pack waits for your next project.
Swap type=maps for type=reviews and any placeId from your extract returns the written Google reviews for that place: rating, text, author, date, with sorting and pagination. Reviews answer in about 0.3 seconds. Details on the Google Reviews API page.
Related: Google Maps Scraper API · Google Reviews API · Google Places API alternative · LinkedIn People Search API
When something else is the better pick: if you need 20 rows once and never again, a free browser extension that grabs the page you're already looking at is quicker than creating an API key. And if you're building live map features inside an app, Google's official Places API comes with an SLA and support contracts. Both are good at their jobs. This page is for people who want the data itself, repeatably, in a file or a pipeline.
3,000 free credits covers a real list. Send one search and look at the JSON that comes back.
Get 3,000 free credits