Skip to content

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

License

Notifications You must be signed in to change notification settings

DarkMakerofc/instagram-downloader-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks