Google Maps Business Scraper
Pricing
Pay per usage
Go to Apify Store
Google Maps Business Scraper
Extract business listings from Google Maps worldwide: name, address, phone, website, rating, review count, GPS coordinates, and place ID. No API key needed. Ideal for B2B lead generation, local SEO research, and competitive analysis.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Thomas Gharbi
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
2 days ago
Last modified
Categories
Share
Extract business listings from Google Maps anywhere in the world. No Google API key required - just enter your search queries and get structured data instantly.
What it scrapes
For each business found, the actor returns:
| Field | Description |
|---|---|
title | Business name |
category | Business category (restaurant, plumber, etc.) |
rating | Average star rating (1.0-5.0) |
reviewCount | Total number of Google reviews |
address | Full street address |
phone | Phone number |
website | Website URL |
latitude | GPS latitude |
longitude | GPS longitude |
placeId | Unique Google Maps place ID |
googleMapsUrl | Direct Google Maps link |
searchQuery | Query that produced this result |
scrapedAt | Timestamp (ISO 8601) |
Use cases
- B2B lead generation - build prospect lists for any industry and city
- Local SEO audit - benchmark competitors' ratings and reviews
- Market research - map business density and coverage in any area
- CRM enrichment - fill in missing phone/website/address fields
- Investment due diligence - evaluate local market saturation
Input
{"searchQueries": ["plumber London", "dentist Paris", "restaurant Berlin"],"maxResultsPerQuery": 20}
| Parameter | Type | Default | Description |
|---|---|---|---|
searchQueries | string[] | required | List of Google Maps search queries |
maxResultsPerQuery | integer | 20 | Max results per query (Google Maps typically shows up to 120) |
Sample output
{"title": "Smith & Sons Plumbing","category": "Plumber","rating": 4.7,"reviewCount": 312,"address": "42 Baker Street, London W1U 6AH","phone": "+44 20 7946 0958","website": "https://smithplumbing.co.uk","latitude": 51.5205,"longitude": -0.1571,"placeId": "ChIJN1t_tDeuEmsRUsoyG83frY4","googleMapsUrl": "https://maps.google.com/?cid=...","searchQuery": "plumber London","scrapedAt": "2026-05-20T10:00:00.000Z"}
Notes
- Works with any language and country - just write queries in the local language
- Uses stealth Playwright with fingerprint rotation to avoid blocks
- Respects Google Maps pagination - automatically scrolls to load more results
- Export results as JSON, CSV, or Excel directly from the Apify dashboard