
Security News
The Next Open Source Security Race: Triage at Machine Speed
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.
instagram-analytics
Advanced tools
Get user stats from Instagram
$ npm install --save instagram-analytics
const instagramAnalytics = require('instagram-analytics');
instagramAnalytics.users(['foobar', 'unicorn']).then(stats => {
console.log(stats);
/*
[{
activity: 1.23,
comments: 351,
commentsPerPost: 8,
description: 'A wonderful description',
email: 'foobar@gmail.com',
engagement: 0.02,
followers: 821,
following: 387,
fullName: 'Foo Bar',
id: '2343gf12',
likes: 581,
likesPerPost: 12,
posts: 146,
url: 'http://instagram.com/foobar',
username: 'foobar',
website: 'http://foobar.com'
}, {
...
}]
*/
})
Type: Array
Returns a promise for an array of user stats objects with:
activity: Average posts per daycomments: Total number of commentscommentsPerPost: Average number of comments per postdescription: User descriptionemail: User emailengagement: Average user engagement (((comments + likes) / posts) / followers)followers: Total number of followersfollowing: Total number of followingfullName: User full nameid: User idlikes: Total number of likeslikesPerPost: Average number of likes per postposts: Total number of postsurl: User Instagram urlusername: Same username as suppliedwebsite: User websiteType: number
Default: 20
Number of posts to fetch.
Type: number
Default: 0
Minimum amount of engagement.
Type: number
Default: 0
Minimum amount of followers.
Type: string
Fetch all users that has commented on a post. Returns a promise for an array of user stats objects.
Same as above.
MIT © Kevin Mårtensson
FAQs
> Get user stats from Instagram
The npm package instagram-analytics receives a total of 6 weekly downloads. As such, instagram-analytics popularity was classified as not popular.
We found that instagram-analytics demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.

Research
/Security News
Malicious dYdX client packages were published to npm and PyPI after a maintainer compromise, enabling wallet credential theft and remote code execution.

Security News
gem.coop is testing registry-level dependency cooldowns to limit exposure during the brief window when malicious gems are most likely to spread.