Skip to content

Avinashkumar8694/nodejs-instagram-seo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Capture Instagram data using puppeteer Nodejs

Want to collect Instagram Data? then you are at correct place.

This is a basic nodejs tool to collect Instagram post data. This tool usage puppeteer to scrap and get insta data.

To begin with this

  • create .env file at root folder.
  • Add INSTAGRAM_USERNAME and INSTAGRAM_PASSWORD environment variable in .env file.
  • initilize the app using npm i
  • run the app using node index.js --post
  • run the app using node index.js --hashtag gadgets
  • use --post to collect posts from instagram homepage and --hashtag hashTag_Name to collect post by hashtag_Name.
  • data will be available in log.json file at root folder.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published