Runnable examples for the Google Maps Business Scraper — Local Leads & Place Data | $4/1K on Apify.
Scrape Google Maps business listings — 27 fields per place: name, address, phone, website, rating, reviews, category, lat/lng, hours, amenities, parse_confidence. For lead generation, market research, competitor analysis. Apify residential proxy — no external key needed.
address · amenities · categories · category · contact_enriched · description · emails · image_url · is_claimed · latitude · longitude · maps_url · name · opening_hours · parse_confidence · parse_path · phone · place_id · place_id_raw · plus_code · price_level · price_range · query · rank · rating · reviews_count · scraped_at · social_links · summary · warnings · website · work_status
- Local lead-gen — every 'dentist in Austin' with phone, website and rating for outreach.
- Market mapping — competitor density and review strength per neighborhood.
- Data enrichment — attach GPS, hours and contact details to a list of businesses.
- Get your Apify token: https://console.apify.com/account/integrations
- Run a language example below. Both call the actor and print the results.
| Example | File |
|---|---|
Python (apify-client) |
examples/python/run.py |
JavaScript (apify-client) |
examples/javascript/run.js |
| Sample output (real records) | examples/sample_output.json |
{
"queries": [
"running shoes men"
],
"countryCode": "us",
"language": "en",
"maxResults": 40,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"GOOGLE_SERP"
]
}
}- Actor on Apify Store: https://apify.com/bovi/google-maps-scraper
- Apify client docs: Python · JavaScript
MIT-licensed examples. The actor runs on the caller's Apify account (you pay platform compute + per-result).