Mika Scraper / TikTokStats
Interface: TikTokStats
Defined in: src/_other-scraper/tiktok-earnings.ts:6
Represents the data returned by InfluencerMarketingHub for a TikTok user.
Properties
name
name:
string
The name of the TikTok user.
avatarBuffer
avatarBuffer:
Buffer
A binary Buffer containing the userβs avatar image.
followers
followers:
number
The total number of followers the TikTok user has.
averageLikes
averageLikes:
number
The average number of likes received per post by the user.
posts
posts:
number
The total number of posts made by the TikTok user.
earnings
earnings:
string
The estimated earnings of the user, typically represented as a string for formatting purposes.
engagement
engagement:
string
A string representation of the userβs engagement rate, which quantifies user interaction with their content.
Last updated on