Google Map Business Scraper avatar

Google Map Business Scraper

Pricing

$14.99/month + usage

Go to Apify Store
Google Map Business Scraper

Google Map Business Scraper

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

Pricing

$14.99/month + usage

Rating

4.9

(3)

Developer

Goldmine

Goldmine

Maintained by Community

Actor stats

23

Bookmarked

464

Total users

8

Monthly active users

a year ago

Last modified

Share

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

{
"businessType": "coffee shop",
"location": "Manhattan, NY",
"maxResults": 100
}
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

interface BusinessDetails {
name: string | null;
category: string | null;
rating: string | null;
totalReviews: string | null;
address: string | null;
phone: string | null;
website: string | null;
businessStatus: string | null;
hours: {
monday: { open: string; close: string } | "Closed";
tuesday: { open: string; close: string } | "Closed";
wednesday: { open: string; close: string } | "Closed";
thursday: { open: string; close: string } | "Closed";
friday: { open: string; close: string } | "Closed";
saturday: { open: string; close: string } | "Closed";
sunday: { open: string; close: string } | "Closed";
} | null;
bookingLinks: string | null;
googleMapsUrl: string;
}

๐Ÿš€ 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