/Instagram-Web-Scraper

An instagram web scraper made with NodeJS and puppeteer package

Primary LanguageJavaScript

Instagram Web Scraper

Instagram Web Scraper made with NodeJS and puppeteer package

Setup

npm install && npm start

Functionality

  • Login to existing Instagram account
  • Get the number of posts, followers and following for the wanted account
  • Get a list of all the followers of the wanted account

Future Updates

  • Existing account and correct password verification
  • User Interface for the web scraper (Front-end)