1. Home
  2. Docs
  3. Google Maps Scraper
  4. Getting Started
  5. Settings

Settings

Before start using it you can change its optional settings in Google map scraper\scraper\settings.py 

There are two options that you can change:

  • OUTPUT_PATH: It is the path where your output file will be save. Default it is “output/”.
  • DRIVER_EXECUTABLE_PATH: It is the path of chrome driver. Use it only when you already have installed chrome driver. By default it is None, mean scraper will automatically install the driver.
    If you have driver, give its relative path(to scraper.py) or absoulte path.