Socket
Book a DemoInstallSign in
Socket

instagram-scrapper

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

instagram-scrapper

Simple npm package for help you to scrapper instagram user

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

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

Keywords

instagram

FAQs

Package last updated on 10 Jan 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts