Google Maps Business Scraper avatar

Google Maps Business Scraper

Try for free

Pay $10.00 for 1,000 results

Go to Store
Google Maps Business Scraper

Google Maps Business Scraper

logical_scrapers/google-maps-business-scraper
Try for free

Pay $10.00 for 1,000 results

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

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

Developer
Maintained by Community

Actor Metrics

  • 5 monthly users

  • 1 star

  • >99% runs succeeded

  • Created in Jan 2025

  • Modified 3 days ago