Google Maps $1.5/1k Listings Scraper
Pricing
from $2.50 / 1,000 results
Google Maps $1.5/1k Listings Scraper
$1.5 / 1k π₯ Extract rich business data from thousands of Google Maps listings, including reviews, reviewer insights, images, contact details, opening hours, pricing, ratings, locations, and more.
Pricing
from $2.50 / 1,000 results
Rating
5.0
(2)
Developer
Brave Leads
Maintained by CommunityActor stats
1
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
πΊοΈ Google Maps Scraper
Scrape Google Maps for business listings at scale. Extract names, addresses, phone numbers, websites, ratings, reviews, coordinates, and more from any location worldwide.
What Does Google Maps Scraper Do?
Google Maps Scraper is an Apify actor that extracts data from Google Maps search results. Give it a list of search keywords and a location, and it will return detailed information about every matching business or place.
Why Scrape Google Maps?
- Lead generation β Build targeted lists of businesses by category and location
- Market research β Analyze competitor density, ratings, and reviews in any area
- Local SEO β Monitor business listings and track rating changes over time
- Data enrichment β Enrich your CRM with phone numbers, websites, and addresses
- Real estate analysis β Map business density for location scouting
Input
| Field | Type | Required | Description |
|---|---|---|---|
keyword | array | β | Search terms to look for. Each keyword is searched independently. |
location | string | β | Geographic area to search. Can be city, state, country, or any place name. |
resultPerKeyword | integer | β | Maximum unique places to collect per keyword. Default: 100 |
Input Example
{"keyword": ["restaurants", "cafes", "bars"],"location": "Palm Beach, FL, USA","resultPerKeyword": 500}
π How to Enter Location
The location field accepts any recognisable place name β city + country. The more specific you are, the more targeted your results will be.
β Accepted Formats
New York, NYLondon, United KingdomParis, FranceCalifornia, USAChicago
π‘ Good to Know
- More specific locations return more relevant results
- Country-level searches work but return broader results spread across the entire country
- Leaving location blank searches Google Maps based on the default location
π Keywords
Each keyword in the array is searched independently against your location. The scraper collects up to resultPerKeyword unique results per keyword.
β Good Keywords
"restaurants"β broad category"italian restaurants"β narrower category"plumbers"β service type"co-working spaces"β specific niche"Tesla dealerships"β brand-specific
π‘ Tips
- Use plural forms β
"restaurants"returns more results than"restaurant" - Combine broad and narrow terms to cover more ground β
["gyms", "fitness centers", "crossfit"] - Industry-specific terms work well β
"orthodontists","commercial lawyers","wedding photographers"
Output
Each result is returned as a JSON object with the following fields:
| Field | Type | Description | Example |
|---|---|---|---|
| title | string | Business name | Spark by Hilton Atlanta Airport South College Park |
| mapsUrl | string | Google Maps URL | https://www.google.com/maps/place/?q=place_id:... |
| href | string | Direct place URL | https://www.google.com/maps/place/?q=place_id:... |
| categoryName | string | Primary category | Hotel |
| categories | string[] | List of categories | ["Hotel"] |
| totalScore | number | Average review score | 3.5 |
| reviewsCount | number | Total reviews | 83 |
| price | string | Displayed price | $75 |
| address | string | Full address | Spark by Hilton Atlanta Airport South College Park, 1888 Sullivan Rd, College Park, GA 30337 |
| phone | string | Business phone number | (770) 996-2220 |
| imageUrl | string | Main image URL | https://lh4.googleusercontent.com/... |
| isOpenNow | boolean | null | Current open status | null |
| emails | string[] | Extracted email addresses | [] |
| scrapedAt | string (ISO 8601) | Timestamp when data was scraped | 2026-05-12T12:35:51.233Z |
| kgmid | string | Google Knowledge Graph ID | 0x88f4e39e7443d245:0x641801e0804f18aa |
| hotelStars | number | Hotel star rating | 1 |
| location | object | Latitude and longitude | See location table below |
| reviewsDistribution | object | Review breakdown by rating | See reviewsDistribution table below |
| reviewsTags | string[] | Review tags/keywords | [] |
| pricePerNight | string | Hotel nightly rate | $75 |
| bookingOptions | object[] | Booking provider options | See bookingOptions table below |
| street | string | Street address | 1888 Sullivan Rd |
| city | string | City | College Park |
| state | string | State or province | Georgia |
| postalCode | string | ZIP or postal code | 30337 |
| country | string | Country code | US |
| timezone | string | Time zone | America/New_York |
| plusCode | string | Google Plus Code | JGGX+GM College Park, Georgia |
| website | string | Official website URL | https://www.hilton.com/... |
| permanentlyClosed | boolean | Permanently closed status | false |
| temporarilyClosed | boolean | Temporarily closed status | false |
| claimThisBusiness | boolean | Whether the business is unclaimed | false |
| imagesCount | number | Number of images available | 75 |
| images | object[] | Business images | See images table below |
| additionalInfo | any | null | Additional information | null |
| features | string[] | Amenities and features | ["Free Wi-Fi", "Pool"] |
location
| Field | Type | Description | Example |
|---|---|---|---|
| lat | number | Latitude | 33.626297199999996 |
| lng | number | Longitude | -84.4508611 |
reviewsDistribution
| Field | Type | Description | Example |
|---|---|---|---|
| fiveStar | number | 5-star review count | 17 |
| fourStar | number | 4-star review count | 7 |
| threeStar | number | 3-star review count | 10 |
| twoStar | number | 2-star review count | 14 |
| oneStar | number | 1-star review count | 35 |
bookingOptions[]
| Field | Type | Description | Example |
|---|---|---|---|
| provider | string | Booking provider | Expedia.com |
| originalPrice | string | Original listed price | $92 |
| discountedPrice | string | Discounted price | $75 |
images[]
| Field | Type | Description | Example |
|---|---|---|---|
| imageUrl | string | Image URL | https://lh3.googleusercontent.com/... |
Example Response
{"title": "Spark by Hilton Atlanta Airport South College Park","mapsUrl": "https://www.google.com/maps/place/?q=place_id:ChIJRdJDdJ7j9IgRqhhPgOABGGQ","categoryName": "Hotel","totalScore": 3.5,"reviewsCount": 83,"pricePerNight": "$75","address": "1888 Sullivan Rd, College Park, GA 30337","phone": "(770) 996-2220","location": {"lat": 33.626297199999996,"lng": -84.4508611}}
Resumption
The scraper automatically saves progress. If the run is interrupted or times out, restarting it with the same input will skip already scraped listings and pick up where it left off.
Free Plan Limits
Free plan users are limited to 20 results total across all keywords and runs within a 30-day window. Upgrade your plan to remove this limit.
Support
If you run into any issues, contact support at mr.braveleads@gmail.com