Google Maps Scraper: Places, Contacts & Reviews avatar

Google Maps Scraper: Places, Contacts & Reviews

Pricing

from $4.00 / 1,000 results

Go to Apify Store
Google Maps Scraper: Places, Contacts & Reviews

Google Maps Scraper: Places, Contacts & Reviews

Extract highly detailed data from Google Maps at high speed. Scrape business names, direct website URLs, phone numbers, opening hours, star ratings, and exact geographic coordinates.

Pricing

from $4.00 / 1,000 results

Rating

5.0

(1)

Developer

Randeep Dhillon

Randeep Dhillon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Google Maps Scraper: Places, Contacts & Reviews 📍

The most robust and clean Google Maps data extractor on the market. Built for speed and accuracy, this scraper bypasses Google's UI artifacts and tracking redirects to deliver pristine, ready-to-use JSON data for your CRM, lead generation, or local SEO analysis.

🔥 Key Features

  • Universal Extraction: Seamlessly scrapes data across different Google Maps layouts (Restaurants, Hotels, Plumbers, Retail, etc.).
  • Clean Data Guarantee: Automatically strips out hidden Google icon fonts and UI artifacts.
  • Direct URLs: Bypasses Google's /url?q= tracking redirects to give you the actual, direct website and menu links.
  • Granular Location Data: Parses full addresses into City, State, and Zip, and extracts exact Latitude/Longitude coordinates.
  • Opening Hours: Delivers a cleanly formatted array of daily opening hours.
  • High-Speed & Resource Efficient: Optimized to block unnecessary heavy image and map tile rendering, saving you compute time.

🎯 Use Cases

  • B2B Lead Generation: Build hyper-targeted lists of local businesses with direct phone numbers and websites.
  • Local SEO & Reputation Management: Track review counts and average star ratings for competitors in specific neighborhoods.
  • Market Research & Real Estate: Map out the density of specific business categories (e.g., "coffee shops in Brooklyn") using exact geographic coordinates.
  • Travel & Hospitality Aggregation: Extract hotel star ratings and descriptions effortlessly.

📥 Input Configuration

FieldTypeDescription
searchStringsArrayArrayThe keywords you want to search for (e.g., ["restaurant", "plumber"]).
locationQueryStringThe geographic area to search within (e.g., "New York, USA", "London").
maxCrawledPlacesPerSearchNumberLimit the number of results per search keyword.
languageStringTwo-letter language code (e.g., en, es).

📤 Sample Output

The scraper provides highly structured JSON output perfect for immediate database ingestion.

{
"title": "Gramercy Tavern",
"categoryName": "New American restaurant",
"address": "42 E 20th St, New York, NY 10003",
"city": "New York",
"state": "NY",
"postalCode": "10003",
"location": {
"lat": 40.7384555,
"lng": -73.9885064
},
"phone": "(212) 477-0777",
"phoneUnformatted": "2124770777",
"website": "[https://www.gramercytavern.com/](https://www.gramercytavern.com/)",
"totalScore": 4.6,
"reviewsCount": 4882,
"price": "$100+",
"openingHours": [
{
"day": "Monday",
"hours": "11:30 AM–10:30 PM"
}
]
}