Google Maps Business Scraper
Pay $10.00 for 1,000 results
Google Maps Business Scraper
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}
Parameter | Type | Description |
---|---|---|
businessType | String | Type of business to search (e.g., "dentist", "coffee shop") |
location | String | Location to search in (e.g., "New York, NY") |
maxResults | Number | Maximum 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
- Visit the actor's page on Apify
- Input your search parameters
- Run the actor
- 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.
π Related Actors
Scraper Name | Description | Input Type | Link |
---|---|---|---|
Amazon Product Scraper | Extracts detailed product information including specs, images, and pricing | Product URLs | View Actor |
Amazon Search Scraper | Scrapes product listings from search results | Search URL | View Actor |
Amazon Review Scraper | Extracts product reviews and ratings | Product Review URL | View Actor |
LinkedIn Profile Scraper | Extracts comprehensive profile data including experience, education, and skills | Profile URLs | View Actor |
LinkedIn Company Scraper | Scrapes company details, employees, and updates | Company URLs | View Actor |
TikTok Video Scraper | Downloads TikTok videos with metadata and engagement metrics | Video URLs | View 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:
- Email support coredev.dan@gmail.com
Keywords: Google Maps scraper, business data extraction, lead generation, market research, local business data, Apify actor, web scraping, business intelligence, location data, competitive analysis
Actor Metrics
5 monthly users
-
1 star
>99% runs succeeded
Created in Jan 2025
Modified 3 days ago