Scrape Google Maps Places — 30+ Fields per Business at $1 per 1,000
Extract comprehensive business data from Google Maps at a fraction of the cost of alternatives. Get name, address, phone, website, reviews, ratings, opening hours, GPS coordinates, and photos for any location worldwide. Our scraper delivers 30+ structured fields per place using datacenter proxies, making it 10x more affordable than browser-based competitors.
Proxy
BUYPROXIES Datacenter
What You Can Scrape
- Business profiles — name, category, address, phone, website, Google Maps URL
- Ratings and reviews — average rating, review count, individual review text and scores
- Opening hours — full weekly schedule, holiday hours, current open/closed status
- GPS coordinates — latitude and longitude for mapping and geospatial analysis
- Photos — photo URLs from business listings
- Rich metadata — price level, accessibility, amenities, popular times
Primary Use Cases
- Local lead generation — build prospect lists of businesses by category and location
- Market mapping — analyze business density, competition, and gaps in any geographic area
- Review monitoring — track ratings and review sentiment for brands or competitors
- Real estate analysis — map nearby amenities, businesses, and points of interest
- Data enrichment — add phone, website, and GPS data to existing business databases
API Example
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~google-maps-scraper/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"searchQueries": ["restaurants in Munich"],
"maxResultsPerQuery": 100,
"language": "en"
}'
Integrations
- n8n / Make / Zapier — trigger runs and process results via webhook
- AI Agents (MCP) — Claude Desktop, Cursor, VS Code, LangChain, LlamaIndex
- Python / Node.js — Apify SDK for programmatic access
- Google Sheets / Airtable — export via Apify integrations
How It Compares
| Feature | NanoScrape | compass/crawler-google-places |
| Cost per 1k places | $3.75 | $35 - $50 |
| RAM usage | 256MB | 2-8GB |
| Proxy type | Datacenter ($0.006/req) | Residential ($$$) |
| Fields per place | 30+ | 20-30 |
| Review extraction | Yes | Yes |
| GPS coordinates | Yes | Yes |
Output Fields
| Field | Type | Example |
| name | string | Augustiner-Keller |
| category | string | Beer garden |
| address | string | Arnulfstr. 52, 80335 Munich |
| phone | string | +49 89 594393 |
| website | string | https://www.augustinerkeller.de |
| rating | number | 4.5 |
| review_count | number | 12,847 |
| latitude | number | 48.1432 |
| longitude | number | 11.5512 |
| opening_hours | object | {"Mon": "11:00-23:00", ...} |