Google Maps Scraper — Places, Reviews & Contact Data avatar

Google Maps Scraper — Places, Reviews & Contact Data

Pricing

Pay per usage

Go to Apify Store
Google Maps Scraper — Places, Reviews & Contact Data

Google Maps Scraper — Places, Reviews & Contact Data

Scrape business listings from Google Maps. Extract name, address, phone, website, rating, reviews, coordinates, timezone and more. Fast parallel scraping with residential proxy support.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Pika Choo

Pika Choo

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

0

Monthly active users

a day ago

Last modified

Share

Extract business data from Google Maps with no API key. Get names, addresses, phone numbers, websites, ratings, reviews, coordinates, opening hours, and more.


What You Get

FieldDescription
titleBusiness name
categoryBusiness type (e.g. "Coffee shop")
addressFull street address
phonePhone number
websiteBusiness website URL
review_ratingAverage rating (1.0–5.0)
review_countTotal number of reviews
statusOpen / Closed / Temporarily closed
descriptionBusiness description
price_rangePrice indicator ($, $$, $$$)
open_hoursHours per day of week
latitudeGPS latitude
longitudeGPS longitude
plus_codeGoogle Plus Code
imagesUp to 5 photo URLs
reviewsTop 10 reviews (optional)
linkDirect Google Maps URL

Example Inputs

Find restaurants in a city

{
"query": "restaurants in New York",
"maxResults": 50
}

Lead gen — local businesses

{
"query": "plumbers in Austin Texas",
"maxResults": 100,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Scrape reviews too

{
"query": "coffee shops in London",
"maxResults": 20,
"scrapeReviews": true
}

Use Cases

  • Lead generation — build lists of local businesses with contact info
  • Competitor research — track competitor ratings, reviews, locations
  • Market analysis — map business density in any area
  • Real estate — find nearby amenities for property listings
  • Travel & hospitality — aggregate restaurants, hotels, attractions
  • Review monitoring — track what customers say about businesses

Pricing

Pay per result scraped. You only pay for what you get.

VolumeCost per place
1–100$0.005
100–1000$0.003
1000+$0.002

Proxy Recommendation

Google Maps has aggressive bot detection. Residential proxies are strongly recommended for scraping at scale.

Configure in the proxyConfiguration input field using Apify Residential proxies.


Output Example

{
"title": "Joe's Coffee",
"category": "Coffee shop",
"address": "123 Main St, New York, NY 10001",
"phone": "+1 (212) 555-0100",
"website": "https://joescoffee.com",
"review_rating": 4.5,
"review_count": 843,
"status": "Open",
"description": "Cozy neighborhood cafe serving specialty espresso drinks.",
"price_range": "$$",
"open_hours": {
"monday": "7:00 AM – 8:00 PM",
"tuesday": "7:00 AM – 8:00 PM"
},
"latitude": 40.7128,
"longitude": -74.006,
"plus_code": "87G8+Q2 New York",
"images": ["https://..."],
"search_query": "coffee shops in New York",
"scraped_at": "2026-04-08T12:00:00Z"
}