Skip to content

a tool for scraping google reviews and converting the data to json

Notifications You must be signed in to change notification settings

iarobinson/goog-review-scraping-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

   _____  _____ _____            _____  ______ 
  / ____|/ ____|  __ \     /\   |  __ \|  ____|
 | (___ | |    | |__) |   /  \  | |__) | |__   
  \___ \| |    |  _  /   / /\ \ |  ___/|  __|  
  ____) | |____| | \ \  / ____ \| |    | |____ 
 |_____/ \_____|_|  \_\/_/    \_\_|    |______|
                                               

goog-review-scraping-tool

Scrapes Google reviews and returns .json files.

Utilizing Playwright for web scraping.

Big thanks to ScrapeHero for most of the code.

Setup

  • git clone https://github.com/iarobinson/goog-review-scraping-tool - Clone Repository
  • cd goog-review-scraping-tool - Change directories into the folder
  • npm i - Install dependencies
  • Go to scrape.js and fill in the searchTerm string with your search
  • node scrape.js - Run the application
  • Fetch json from googreviews folder

Not Working?

You need to customize the xpaths.

Instructions found in comments in scrape.js.

About

a tool for scraping google reviews and converting the data to json

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published