Skip to content

G-Glitch404/GoogleMaps-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

googlemaps-scraper

scrape businesses details from googlemaps.com using selenium

how to use

  • use get_webpage() to get the googlemaps page in selenium browser
  • then run get_data() to get the data from the page
  • and export() to export data

example

review test file: tests.py