Skip to Content
Mika Scraper 1.1.1 is released πŸŽ‰
πŸ• MIKA INTERFACEInterface: TikTokStats

Mika Scraper v1.1.2


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