Google Maps Scraper — Local Business Leads, Reviews & Contact I avatar

Google Maps Scraper — Local Business Leads, Reviews & Contact I

Pricing

Pay per usage

Go to Apify Store
Google Maps Scraper — Local Business Leads, Reviews & Contact I

Google Maps Scraper — Local Business Leads, Reviews & Contact I

Scrape Google Maps search results for any query and location. Extract business names, addresses, phone numbers, websites, ratings, review counts, categories, coordinates, and Google Maps URLs. Perfect for lead generation, market research, competitor analysis, and building local business databases. S

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Ricardo Akiyoshi

Ricardo Akiyoshi

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 hours ago

Last modified

Categories

Share

Google Maps Business Scraper

Scrape Google Maps for business listings by search query and location. Extract names, addresses, phone numbers, ratings, reviews, hours, websites, and coordinates.

Features

  • Search any business type in any location
  • Extract business names, addresses, phone numbers
  • Get ratings, review counts, price levels
  • Capture websites and hours of operation
  • GPS coordinates for mapping
  • Google Maps URLs for each listing
  • Configurable zoom level and result limits

Input

FieldTypeDefaultDescription
searchTermstringrequiredBusiness type (e.g., "pizza", "dentist", "gym")
locationstring""City or area (e.g., "Manhattan, New York")
maxResultsnumber20Max listings to return
zoomnumber13Map zoom level (1-21)

Output

{
"name": "Joe's Pizza",
"address": "7 Carmine St, New York, NY 10014",
"phone": "+1 212-366-1182",
"rating": 4.4,
"reviewCount": 8500,
"priceLevel": "$",
"website": "https://joespizzanyc.com",
"hours": ["Mon-Sun: 10AM-4AM"],
"coordinates": {"lat": 40.7305, "lng": -74.0023},
"url": "https://maps.google.com/...",
"category": "Pizza restaurant"
}

Use Cases

  • Local SEO Audit: Analyze local business listings and competition
  • Lead Generation: Build targeted prospect lists by location
  • Market Research: Analyze business density and ratings by area
  • Real Estate: Map amenities and services near properties
  • Travel & Hospitality: Compile local guides and recommendations
  • Competitor Analysis: Track competitor locations and reviews

Pricing

Pay per result — you only pay for what you scrape. See the Pricing tab for details.

Example

Find pizza restaurants in Manhattan:

{
"searchTerm": "pizza",
"location": "Manhattan, New York",
"maxResults": 50
}