Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanuj101/instagram-api
Instagram API for public profiles.
https://github.com/tanuj101/instagram-api
instagram instagram-api instagram-sdk javascript nodejs
Last synced: 3 months ago
JSON representation
Instagram API for public profiles.
- Host: GitHub
- URL: https://github.com/tanuj101/instagram-api
- Owner: tanuj101
- License: gpl-2.0
- Archived: true
- Created: 2019-03-11T17:38:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-09T09:12:30.000Z (over 1 year ago)
- Last Synced: 2024-07-07T08:46:20.538Z (4 months ago)
- Topics: instagram, instagram-api, instagram-sdk, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 367 KB
- Stars: 19
- Watchers: 1
- Forks: 9
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Instagram Api for Public profiles v2
**WARNING**: This repo is not maintained anymore
![npm version](https://img.shields.io/npm/v/instagram-public-api.svg) ![open source <3](https://badges.frapsoft.com/os/v1/open-source.svg?v=102) ![No. of downloads](https://img.shields.io/npm/dt/instagram-public-api.svg) ![License](https://img.shields.io/github/license/tanuj69/instagram-api.svg)
![working of instaget](https://i.imgur.com/banFSoP.gif)
To use CLI mode install like:-
`npm install -g instagram-public-api`
Options available -
`-D to download media, -m to see info and -h for help`
### Alternatively install it as dependency
```sh
npm install instagram-public-api
```
## Usage
```js
const Profile = require("instagram-public-api");
const user = new Profile("selenagomez");
user.getData().then(data=>{
---Do your Stuff---
})
```
## Test it online!
https://npm.runkit.com/instagram-public-api
![enter image description here](https://i.imgur.com/uBTIpe3.png)
## Output
```js
{
"username": "selenagomez",
"url": "https://www.instagram.com/selenagomez",
"bio": "Light, space, zest -that’s God. With him on my side I’m FEARLESS, afraid of no one and nothing. A21 global anti human trafficking organization A21.org",
"followers": 155698399,
"following": 61,
"totalPosts": 1506,
"posts": [
{
"dimensions": {
"height": 1080,
"width": 1080
},
"imageURL": "https://instagram.fdel1-1.fna.fbcdn.net/vp/e522acfad3fd3c4091ea88a5b8479888/5E0C70E1/t51.2885-15/e35/s1080x1080/66656269_1648697008594563_8361695703211281609_n.jpg?_nc_ht=instagram.fdel1-1.fna.fbcdn.net",
"likes": 3956372,
"comments": 24986,
"url": "https://instagram.com/p/B1WxkKfDpQy",
"imageThumbnail": "https://instagram.fdel1-1.fna.fbcdn.net/vp/c72416cc9678de364449ab8f37793a0d/5DDDA525/t51.2885-15/sh0.08/e35/s640x640/66656269_1648697008594563_8361695703211281609_n.jpg?_nc_ht=instagram.fdel1-1.fna.fbcdn.net"
}
],
"profilePicThumb": "https://instagram.fdel1-1.fna.fbcdn.net/vp/b104c292ae8e59d902586c2107a39a72/5DF2E637/t51.2885-19/s150x150/52780205_395221154575465_269834356913078272_n.jpg?_nc_ht=instagram.fdel1-1.fna.fbcdn.net",
"profilePicHD": "https://instagram.fdel1-1.fna.fbcdn.net/vp/073c225007a67fa0563350a2441f0053/5DFDDF3A/t51.2885-19/s320x320/52780205_395221154575465_269834356913078272_n.jpg?_nc_ht=instagram.fdel1-1.fna.fbcdn.net"
}
```
See full output [here](https://pastebin.com/7GT98pNa)
#### Feel free to contribute or raising issues.
## License
GPL-V2 © [Tanuj Nagpal](www.github.com/Tanuj69)