Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pavanjadhaw/instats

instagram stats
https://github.com/pavanjadhaw/instats

instagram instagram-stats nodejs scraper

Last synced: about 8 hours ago
JSON representation

instagram stats

Awesome Lists containing this project

README

        






Get stats for instagram username


 

#### why?

Instagram doesnt provide any api to easily get user stats, this might be helpful for tracking no of followers over time or plotting them against graph using cron job or whatever

#### usage

GET [`https://instats.now.sh/username`](https://instats.now.sh/_pavanjadhaw)

```json
{
"followers": "64",
"following": "229",
"posts": "3"
}
```

 

#### acknowledgements

thanks to [icons8](https://icons8.com) for hero image

 

#### license

MIT © [pavanjadhaw](https://github.com/pavanjadhaw)