https://github.com/realabbas/instagram-user-meta-data
Instagram User Meta Data 📷 can be fetched using this script in an easy to use JSON Object for displaying Instagram Cards.
https://github.com/realabbas/instagram-user-meta-data
data instagram javascript metadata nodejs profile user xray
Last synced: about 2 months ago
JSON representation
Instagram User Meta Data 📷 can be fetched using this script in an easy to use JSON Object for displaying Instagram Cards.
- Host: GitHub
- URL: https://github.com/realabbas/instagram-user-meta-data
- Owner: realabbas
- Created: 2020-06-11T12:02:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T04:38:18.000Z (over 3 years ago)
- Last Synced: 2025-01-15T18:41:28.868Z (over 1 year ago)
- Topics: data, instagram, javascript, metadata, nodejs, profile, user, xray
- Language: JavaScript
- Homepage: https://realabbas.github.io/instagram-user-meta-data/
- Size: 130 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instagram User Meta Data 📷


## Installation Guide
```
git clone "https://github.com/realabbas/instagram-user-meta-data.git"
cd instacard
npm install
node index.js "your-username"
```
### Usage
*Instagram Username is Required*
Run the following command
``` node index.js realabbas5 ```
#### Output

**DATA is returned as JSON Object**
```
Profile Showing for realabbas5
{
name: 'Ali Rizvi',
username: '@realabbas5',
description: '" Try being so small that everybody loves to sit with you and so big that nobody sits when you stand "\n' +
'Tech Lover and Enthusiast\n' +
'Serious Developer���',
image: 'https://instagram.fknu1-1.fna.fbcdn.net/v/t51.2885-19/s320x320/130936940_1290094604691569_5602805999393245553_n.jpg?_nc_ht=instagram.fknu1-1.fna.fbcdn.net&_nc_ohc=WCVw2CW82IEAX9k89ak&tp=1&oh=ff099a87f96f96a4700f7a2cf660f508&oe=6016294D'
}
```