Skip to content

A small Go script using headless chromedp module, to navigate and crawl Google Maps for restaurant names, given a location

Notifications You must be signed in to change notification settings

Erodotos/google-maps-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

google-maps-crawler

Usage

  1. go mod tidy
  2. go build scraper.go
  3. ./scraper

Command-line arguments

  • -latitude
  • -longitude
  • -numberOfPages : the number of google maps pages of restaurants you want to crawl
  • -output : the name of the json file where you want to output the list of the found restaurants.

About

A small Go script using headless chromedp module, to navigate and crawl Google Maps for restaurant names, given a location

Resources

Stars

Watchers

Forks

Languages