Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darkmakerofc/instagram-downloader-api
An unofficial instagram downloader scraper for download videos and images using instagram link.
https://github.com/darkmakerofc/instagram-downloader-api
instadownloader instagram
Last synced: 5 days ago
JSON representation
An unofficial instagram downloader scraper for download videos and images using instagram link.
- Host: GitHub
- URL: https://github.com/darkmakerofc/instagram-downloader-api
- Owner: DarkMakerofc
- License: mit
- Created: 2024-10-16T09:29:24.000Z (29 days ago)
- Default Branch: main
- Last Pushed: 2024-10-16T10:30:51.000Z (29 days ago)
- Last Synced: 2024-11-08T09:07:30.289Z (6 days ago)
- Topics: instadownloader, instagram
- Homepage: https://www.npmjs.com/package/@mrnima/instagram-downloader
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
INSTAGRAM DOWNLOADER API
An unofficial instagram downloader scraper for download videos and images using instagram link.
## install
```bash
npm install @mrnima/instagram-downloader
```
or
```bash
yarn add @mrnima/instagram-downloader
```## Require
```javascript
const { instagramDownload } = require("@mrnima/instagram-downloader");
```## Example
*Download tiktok video link.*
```javascript
async function TEST(){
const result = await instagramDownload("https://www.instagram.com/p/C2Uo9r9BLnF/?igsh=MWhwZjQ3ZjR5bXdqbw==");
console.log(result)
}
TEST()
```## Results
```json
{
"creator": "MR NIMA",
"status": true,
"result": [
{
"type": "image",
"link": "https://tmpfiles.org/dl/14422568/mrnima-temporary-uploader.jpg"
}
]
}
```[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)
## Feedback
If you have any feedback, please reach out to us at [email protected]
## Authors
- [@darkmakerofc](https://www.github.com/darkmakerofc)
- [@mrnima](https://www.github.com/mr-nima-x)