Skip to content

bondvit/google-maps-scraper-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Google Maps Scraper — examples

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.

What you get per record

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

Who uses this

  • 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.

Quickstart

  1. Get your Apify token: https://console.apify.com/account/integrations
  2. 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

Example input

{
  "queries": [
    "running shoes men"
  ],
  "countryCode": "us",
  "language": "en",
  "maxResults": 40,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "GOOGLE_SERP"
    ]
  }
}

Links


MIT-licensed examples. The actor runs on the caller's Apify account (you pay platform compute + per-result).

Releases

No releases published

Packages

 
 
 

Contributors