matthewgsommers / puppeteer-jordan-teaches-web-scraping

This is a guide on web scraping that focuses on using Puppeteer, browser automation software, in order to visit and interact with websites.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jordan Teaches Web Scraping - Puppeteer 101

This repository goes over the basics of using Puppeteer in order to navigate through and scrape web sites.

Getting Started

Ensure that you have NodeJS installed.

Clone or download the repository and run npm install.

Running npm start after this point

Full Guide Here

Prerequisites

Tested on Node v12.4.0 and NPM v6.9.0.

Installing

After installing NodeJS you should be able to just run the following in the terminal.

npm i

Built With

Authors

License

This project is licensed under the ISC License

About

This is a guide on web scraping that focuses on using Puppeteer, browser automation software, in order to visit and interact with websites.


Languages

Language:TypeScript 100.0%