Google Maps Business Extractor
Pricing
Pay per usage
Go to Apify Store
Google Maps Business Extractor
Scrape Google Maps search results for business data including name, address, phone, rating, reviews, website, and hours.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Bores
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Apify actor untuk scrape data bisnis dari Google Maps search results.
Features
- Extract business name, category, rating, review count
- Get address, phone, website, hours, price level
- Support any search query + location combination
- Scroll-based loading untuk hasil lebih banyak
- Output JSON structured data
Pricing
| Tier | Price | Results | Fields |
|---|---|---|---|
| Free | $0 | 3 | name, rating, reviews, address |
| Starter | $0.50/run | 20 | + category, hours, price |
| Standard | $1/run | 50 | + all fields |
| Pro | $2/run | 100 | + CSV export |
Input
| Field | Type | Default | Description |
|---|---|---|---|
| searchQuery | string | "coffee shops" | What to search for |
| location | string | "" | Location (city, address, coords) |
| maxResults | integer | 20 | Max results to extract (1-100) |
| language | string | "en" | Language for results |
Output
{"name": "Starbucks","category": "Coffee shop","rating": 4.5,"reviewCount": 1234,"address": "Jl. Sudirman No.123, Jakarta","phone": "+62 21 1234567","website": "https://starbucks.co.id","hours": "Open until 10 PM","priceLevel": "$$","googleMapsUrl": "https://maps.google.com/...","imageUrl": "https://...","searchQuery": "coffee shops","searchLocation": "Jakarta"}
Local Testing
pip install playwrightplaywright install chromiumpython test_local.py
Apify Deployment
# Install Apify CLInpm install -g apify-cli# Loginapify login# Push codeapify push# Runapify run --input '{"searchQuery": "restaurants", "location": "Bandung", "maxResults": 30}'
Use Cases
- Lead generation - find businesses for outreach
- Market research - analyze competitors in an area
- Local SEO - audit business listings
- Sales intelligence - build prospect lists
Credited by Bores
Built with Apify + Playwright.