social-stats-parser
v1.1.1
Published
Social Stats Parser
Readme
social-stats-parser
Social Stats Parser
Available parsers
InstagramParserTikTokParserYouTubeParser
How to use
Parse Instagram stats
import { InstagramParser } from "social-stats-parser";
const instagramParser = new InstagramParser();
instagramParser.parse("slavik.nychkalo").then((res) => console.log(res));The result will be:
{
username: 'slavik.nychkalo',
followers: '8805',
likes: null,
posts: '46'
}