instagram-scrapper
v1.0.0
Published
Simple npm package for help you to scrapper instagram user
Downloads
8
Maintainers
Readme
instagram Scrapper
📥 Installation
npm install instagram-scrapper
📄 About
instagram-scrapper is simple npm package for help you to scrapping instagram user using node.js language
🔧 Usage
📘 Basic Usage
const ig = require("instagram-scrapper")
ig("fortnite").then(response => {
console.log(response);
/*
{
username: 'Fortnite',
igName: '@fortnite',
igLink: 'https://instagram.com/fortnite/',
ownLink: 'https://fn.gg/operationsnowdown',
follower: '25893489'
}
*/
}).catch(error => {
console.log(error);
})
🌏 Opinion
if you have any suggetion, or you found a bug, feel free to send it in our discord server https://discord.gg/8rUvTYhFqK