Google Map Scraper

Automated web scraper to extract place details from Google Maps search queries.

Project Overview

A Python-based web scraper that automates Google Maps searches to collect place details such as name, address, and contact information. The scraper uses Selenium WebDriver for automation and outputs results into a structured CSV file for easy use in further analysis or integration.

Technologies Used

PythonSeleniumCSV

Key Features

  • Automates Google Maps searches using Selenium WebDriver.
  • Extracts detailed place information including name, address, and contact details.
  • Input-driven scraping via input.csv and outputs data into output.csv.
  • Fully customizable for additional fields or integration with external tools.
  • Simple setup with pip-installable dependencies.
-- Back to all projects --