Google Maps Scraper avatar

Google Maps Scraper

Try for free

1 day trial then $14.99/month - No credit card required now

Go to Store
Google Maps Scraper

Google Maps Scraper

logical_scrapers/google-maps-scraper
Try for free

1 day trial then $14.99/month - No credit card required now

Scrapes business information from Google Maps including name, address, phone, website, ratings, opening Hours and more.

Developer
Maintained by Community

Actor Metrics

  • 22 Monthly users

  • 5.0 / 5 (2)

  • 4 bookmarks

  • 98% runs succeeded

  • Created in Jan 2025

  • Modified a month ago

Google Maps Business Data Scraper

🎯 Purpose

An efficient and reliable scraper for extracting comprehensive business information from Google Maps. Perfect for lead generation, market research, and competitive analysis.

✨ Features

  • 🔍 Advanced Search: Search businesses by type and location
  • 📊 Comprehensive Data: Extracts detailed business information:
    • Business name and category
    • Rating and review count
    • Complete address
    • Phone number
    • Website URL
    • Operating hours (structured format)
    • Business status (open/closed)
    • Booking links
    • Google Maps URL
  • Performance:
    • Automatic pagination
    • Duplicate removal
    • Configurable result limits
  • 🛡️ Reliability:
    • Built-in proxy support
    • Automatic retries
    • Error handling

📋 Input Parameters

1{
2  "businessType": "coffee shop",
3  "location": "Manhattan, NY",
4  "maxResults": 100
5}
ParameterTypeDescription
businessTypeStringType of business to search (e.g., "dentist", "coffee shop")
locationStringLocation to search in (e.g., "New York, NY")
maxResultsNumberMaximum number of results to fetch (default: 100)

📤 Output Format

1interface BusinessDetails {
2  name: string | null;
3  category: string | null;
4  rating: string | null;
5  totalReviews: string | null;
6  address: string | null;
7  phone: string | null;
8  website: string | null;
9  businessStatus: string | null;
10  hours: {
11    monday: { open: string; close: string } | "Closed";
12    tuesday: { open: string; close: string } | "Closed";
13    wednesday: { open: string; close: string } | "Closed";
14    thursday: { open: string; close: string } | "Closed";
15    friday: { open: string; close: string } | "Closed";
16    saturday: { open: string; close: string } | "Closed";
17    sunday: { open: string; close: string } | "Closed";
18  } | null;
19  bookingLinks: string | null;
20  googleMapsUrl: string;
21}

🚀 Usage

Running on Apify Platform

  1. Visit the actor's page on Apify
  2. Input your search parameters
  3. Run the actor
  4. Get your results in JSON format

💡 Use Cases

  • 🎯 Lead Generation: Collect business contacts for sales and marketing
  • 📊 Market Research: Analyze business density and competition
  • 📍 Location Analysis: Study business distribution in specific areas
  • 🔍 Competitor Analysis: Track competitor locations and ratings
  • 📱 Directory Building: Create local business directories

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check issues page.

Scraper NameDescriptionInput TypeLink
Amazon Product ScraperExtracts detailed product information including specs, images, and pricingProduct URLsView Actor
Amazon Search ScraperScrapes product listings from search resultsSearch URLView Actor
Amazon Review ScraperExtracts product reviews and ratingsProduct Review URLView Actor
LinkedIn Profile ScraperExtracts comprehensive profile data including experience, education, and skillsProfile URLsView Actor
LinkedIn Company ScraperScrapes company details, employees, and updatesCompany URLsView Actor
TikTok Video ScraperDownloads TikTok videos with metadata and engagement metricsVideo URLsView Actor

📈 Performance

  • Average processing speed: ~2-3 businesses per second
  • Success rate: >95%
  • Automatic retry on failures

🆘 Support

For issues and questions, please reach out through:


Keywords: Google Maps scraper, business data extraction, lead generation, market research, local business data, Apify actor, web scraping, business intelligence, location data, competitive analysis