Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@mrnima/instagram-downloader

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

@mrnima/instagram-downloader

An unofficial instagram downloader scraper for download videos and images using instagram link.

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
14
-75%
Maintainers
1
Weekly downloads
 
Created
Source

INSTAGRAM DOWNLOADER API


An unofficial instagram downloader scraper for download videos and images using instagram link.


install

 npm install @mrnima/instagram-downloader

or

 yarn add @mrnima/instagram-downloader

Require

const { instagramDownload } = require("@mrnima/instagram-downloader");

Example

Download tiktok video link.

async function TEST(){
    const result = await instagramDownload("https://www.instagram.com/p/C2Uo9r9BLnF/?igsh=MWhwZjQ3ZjR5bXdqbw==");
    console.log(result)
}
TEST()

Results

{
    "creator": "MR NIMA",
    "status": true,
    "result": [
      {
        "type": "image",
        "link": "https://tmpfiles.org/dl/14422568/mrnima-temporary-uploader.jpg"
      }
    ]
  }
  

MIT License

Feedback

If you have any feedback, please reach out to us at queenelisa.bot@gmail.com

Authors

Keywords

instagram

FAQs

Package last updated on 16 Oct 2024

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