SkillAgentSearch skills...

Instalytics

Instagram analytics for any user using Node.js. https://www.npmjs.com/package/instalytics

Install / Use

/learn @preethamvishy/Instalytics
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

NodeJS tool to fetch Instagram analytics for any user without involving tokens or headless browsers.

⭐️ the GitHub repo if this works for you.

Data

Instalytics returns the following data

{
    posts,
    totalLikes,
    totalComments,
    totalEngagements,
    averageLikes,
    averageComments,
    averageEngagements,
    mostLikedMedia,         //Number of media customisable. Default: 5
    mostCommentedMedia,     //Number of media customisable. Default: 5
    username,
    name,
    id,
    bio,
    website,
    followers,
    following,
    profilePictureUrl,
    profilePictureUrlHD
}

Usage

npm install instalytics --save

Example.js provides a concise example.

const { getQuickStats } = require('./index');

getQuickStats('instagram', 6).then(stats => {
    console.log(stats);
});

License

MIT

View on GitHub
GitHub Stars40
CategoryData
Updated9d ago
Forks6

Languages

JavaScript

Security Score

95/100

Audited on Mar 23, 2026

No findings