Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 286 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 286 Bytes

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