Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

igsimpledl

Instagram simple API

Only available for download single post, reels. If multiple posts, only the main one is downloaded.

npm install igsimpledl

Usages:

const ig = require("igsimpledl");
ig("https://www.instagram.com/p/CXCnrUFhsZS/")
  .then(data => {
    console.log(data)
})

Result:

{
  "result": { 
    "ownAPI": "@theazran_", 
    "url": "https://tinyurl.com/2fndqq8v" 
  }
}

Contact Me:

About

Instagram simple API

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages