I was hired to make this web scraper for a local cannabis company. This application scrapes detailed info about every medical cannabis dispensary in Oklahoma. The output is a json file which can then easily be used in a multitude of ways.
This is a custom solution and does not translate well to other projects.
- Node js download here
-
Clone the repository:
git clone https://github.com/joshc0des/scrape_views.git -
Install the project dependencies:
npm install
-
Run the project:
npm start
- I used Node js and Puppeteer to make this web scraper
- This app uses node js to scrape additional info view links from separate html table pages