Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@mrnima/instagram-downloader

DarkMakerofc110MIT1.0.0

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

instagram, instadl, downloader, api, mrnima, scraper, video, images

readme

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