VOOZH about

URL: https://apify.com/elormcodes1/google-maps-scraper

โ‡ฑ Google Maps Scraper ยท Apify


Pricing

from $0.90 / 1,000 results

Go to Apify Store

Scrape Google Maps business search results โ€” name, type, rating, review count, address, phone, website.

Pricing

from $0.90 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Elorm Dokosi

Elorm Dokosi

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

17 hours ago

Last modified

Categories

Share

Google Maps Scraper (Apify Actor)

Scrapes Google Maps business search results โ€” name, type, rating, review count, address, phone, and website.

Input

FieldTypeDefaultNotes
querystringโ€”Required. What to search, e.g. "coffee shops"
locationstringโ€”Where to search, e.g. "London". Combined as "<query> in <location>". Optional
maxResultsintegerโ€”Max results to return. Leave empty to return all available
scrapeContactDetailsbooleanfalseAdd emails + social profiles for each business (slower, more proxy data)
scrapePlaceDetailsbooleanfalseAdd full hours, price, description, attributes, links & more for each business (slower, more proxy data)
scrapeReviewsbooleanfalseAdd the top reviews (author, rating, time, text) for each business. Implies scrapePlaceDetails. Ignored when maxReviews is set
maxReviewsinteger0Page through and return up to N reviews per business. 0 = off. Much slower (browser-based); supersedes scrapeReviews
proxyConfigurationobjectRESIDENTIALProxy settings (residential recommended)

Output

One dataset item per business:

{
"business_name":"Monmouth Coffee Company",
"business_type":"Coffee shop",
"average_rating":"4.5",
"review_count":3069,
"address":"27 Monmouth St, London WC2H 9EU, United Kingdom",
"phone":"+44 20 7232 3010",
"website":"http://www.monmouthcoffee.co.uk/",
"latitude":51.5055334,
"longitude":-0.0914069,
"place_id":"ChIJ94DTm1cDdkgRibmgxzXy2EQ",
"feature_id":"0x4876037c9bd380f7:0x44d8f235c7a0b989",
"google_maps_url":"https://www.google.com/maps/place/?q=place_id:ChIJ94DTm1cDdkgRibmgxzXy2EQ",
"opening_hours":{"Monday":"7:30 amโ€“6 pm"}
}

When scrapeContactDetails is enabled, each item also includes contact fields (found from the business's website; null/empty when the site doesn't list them):

{
"emails":["info@prufrockcoffee.com"],
"facebook":"https://www.facebook.com/Prufrockcoffee",
"instagram":"https://www.instagram.com/prufrockcoffee/",
"twitter":"https://twitter.com/PrufrockCoffee",
"linkedin":null,
"youtube":null,
"tiktok":null,
"pinterest":null
}

When scrapePlaceDetails is enabled, each item is filled out with everything Google publishes for the place โ€” full week hours, pricing, an editorial summary, booking links, and the complete grouped attribute list. Any field Google doesn't publish is simply omitted (e.g. price is absent for banks/museums, menu_url for non-restaurants):

{
"opening_hours":{
"Monday":"11:30 AMโ€“9:30 PM",
"Tuesday":"11:30 AMโ€“9:30 PM",
"Wednesday":"11:30 AMโ€“9:30 PM",
"Thursday":"11:30 AMโ€“10:30 PM",
"Friday":"11:30 AMโ€“10:30 PM",
"Saturday":"11:30 AMโ€“10:30 PM",
"Sunday":"11:30 AMโ€“9:30 PM"
},
"price_level":"$$$$",
"price_description":"Expensive",
"description":"High-end New American meals on 60th floor",
"plus_code":"PX5R+5C New York",
"timezone":"America/New_York",
"menu_url":"https://www.manhattarestaurant.com/restaurant-menu/",
"reservation_url":"https://www.opentable.com/restaurant/profile/1021741",
"order_url":"https://www.ubereats.com/store/...",
"attributes":{
"Service options":["Dine-in","Delivery","Outdoor seating"],
"Accessibility":["Wheelchair accessible entrance","Wheelchair accessible restroom"],
"Offerings":["Alcohol","Coffee","Vegan options","Vegetarian options"],
"Dining options":["Lunch","Dinner","Brunch","Catering"],
"Amenities":["Bar onsite","Restroom","Wi-Fi","Gender-neutral restroom"],
"Atmosphere":["Cozy","Romantic","Upscale"],
"Crowd":["Groups","LGBTQ+ friendly","Tourists"],
"Planning":["Accepts reservations","Reservations required"],
"Payments":["Credit cards","Debit cards","NFC mobile payments"],
"Children":["Good for kids","High chairs","Kids' menu"],
"Parking":["Paid street parking"],
"From the business":["Identifies as women-owned"]
}
}

The attributes groups vary by place type (a museum has Highlights, Crowd, Planning; a shop has Service options, Payments, Recycling, etc.).

When scrapeReviews is enabled (top reviews) or maxReviews is set (up to N reviews), each item includes a reviews array:

{
"reviews":[
{
"author":"Joe Hunt",
"author_review_count":42,
"rating":5,
"relative_time":"2 months ago",
"text":"The guest roast Lumen coffee from Colombia was amazing. Great service too.",
"profile_url":"https://www.google.com/maps/contrib/1234567890"
}
]
}

Run locally

echo'{ "query": "coffee shops", "location": "London" }'\
> storage/key_value_stores/default/INPUT.json
apify run

Results land in storage/datasets/default/. (Add "maxResults": 40 to cap the number of results; omit it to get everything.)

Deploy

apify login
apify push

Monetization (pay-per-event)

The actor emits pay-per-event charge events so the premium enrichments bill only when used. Configure prices for these event names under the actor's Monetization โ†’ Pay per event settings in the Apify Console:

EventPrice (live)ChargedWhen
apify-default-dataset-item (primary)$0.90 / 1,000per business returnedalways (built-in, automatic)
place-details$2.50 / 1,000per business enrichedscrapePlaceDetails / scrapeReviews
review$2.00 / 1,000per review returnedscrapeReviews / maxReviews
contact-details$2.50 / 1,000per business enrichedscrapeContactDetails
apify-actor-start$0.00005per runalways (built-in)

Pricing model is pay-per-event with platform usage included (the customer pays only the event prices; compute + proxy are absorbed). The place-details, review and contact-details events run a browser / crawl websites, so their prices are set above raw proxy + compute cost.

The base per-result charge is Apify's built-in apify-default-dataset-item event (billed automatically on dataset writes); the three custom events above meter the premium enrichments on top. Charges are best-effort: until the pay-per-event pricing is configured in the Console, the events are ignored and runs are unaffected.

Notes

  • Proxies recommended. The input defaults to the RESIDENTIAL Apify Proxy group; keep it for best results.
  • Leave maxResults empty to return all available results; set it to cap the output.

You might also like

Google Maps Scraper

compass/crawler-google-places

Extract data from thousands of Google Maps locations and businesses, including reviews, reviewer details, images, contact info, including full name, email, and job title, opening hours, prices & more. Export data, run via API, schedule and monitor runs, or integrate with other tools.

483K

4.8

(1,563)

Google Maps Reviews Scraper

compass/Google-Maps-Reviews-Scraper

Extract all reviews of Google Maps places using place URLs. Get review text, published date, response from owner, review URL, and reviewer's details. Download scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

45K

4.8

(173)

๐Ÿ“ฉ๐Ÿ“ Google Maps Email Extractor

lukaskrivka/google-maps-with-contact-details

Extract Google Maps contact details. Scrape websites of Google Maps places for contact details and get email addresses, website, location, address, zipcode, phone number, social media links. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

๐Ÿ‘ User avatar

Lukรกลก Kล™ivka

77K

4.4

(202)

Google Maps Extractor

compass/google-maps-extractor

Extract data from hundreds of places fast. Scrape Google Maps by keyword, category, location, URLs & other filters. Get addresses, contact info, opening hours, popular times, prices, menus & more. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

86K

4.8

(209)

Google Maps Reviews Scraper - Most Comprehensive

kaix/google-maps-reviews-scraper

๐Ÿ”ฅ ~$0.05/1K reviews ๐Ÿ”ฅ The most comprehensive Google Maps review scraper. Extract reviews with ratings, text, translations, photos, author details, owner responses, structured dining/hotel/attraction data, and 65+ place fields. Supports keyword filtering, sorting.

Google Maps Scraper

epctex/google-maps-scraper

Effortlessly gather places data from Google Maps using our advanced scraper. Search by keyword or location, retrieve reviews, and analyze insights for informed decisions. Fast, customizable, and reliable. Get valuable location information with ease.

2.5K

4.0

(15)

Google Maps Scraper | $1/1k Places

santamaria-automations/google-maps-scraper

The cheapest Google Maps scraper on Apify. Extract places, reviews & contacts for $1/1k results. Lightning fast, minimal resources. Optional email/phone extraction and AI-powered contact & job data from company websites.

348

5.0

(2)

Google Maps Scraper $1.5/1k places ๐Ÿ“ with emails ๐Ÿ“ง

microworlds/crawler-google-places

Extract data from thousands of Google Maps locations and businesses, including reviews, reviewer details, images, contact info, including full name, email, and job title, opening hours, prices & more. Export data, run via API, schedule and monitor runs, or integrate with other tools.

14K

3.2

(99)

Google Maps Reviews Scraper

web_wanderer/google-reviews-scraper

Scrape all Google Maps reviews using keywords, place URLs, or IDs. Filter by date, rating, or keyword, and capture reviewer details, translations, photos, aspect ratings, owner replies, and complete business info in structured format

785

5.0

(5)

Google Maps Scraper | ๐Ÿ’ฐ$2.5 per 1,000 results

solidcode/google-maps-scraper-2-5-per-1-000-results

[๐Ÿ’ฐ $2.5 / 1K] Scrape Google Maps search results at scale. Extract business names, addresses, phone numbers, websites, ratings, reviews count, opening hours, photos, popular times, and 30+ data points for any search query and location worldwide.

701

4.9

(7)

Google Maps Email Extractor

leadsbrary/google-maps-email-extractor

Search Google Maps by keyword and instantly collect email addresses for each business. Get name, address, phone, website, rating, reviews, GPS coordinates and emails โ€” ready to export as CSV, JSON or Excel.

๐Ÿ‘ User avatar

Alexandre Manguis

406

1.3

(3)