New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mrnima/instagram-downloader

Package Overview
Dependencies
Maintainers
0
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.

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
410
decreased by-7.66%
Maintainers
0
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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc