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

Mika Scraper v1.1.2


Mika Scraper / SubscriberStats

Interface: SubscriberStats

Defined in: src/_other-scraper/youtube-tract.ts:30

The SubscriberStats interface encapsulates the statistical data associated with a subscriber count for a YouTube channel.

Properties

estimated

estimated: string

Defined in: src/_other-scraper/youtube-tract.ts:31

The estimated number of subscribers for a channel, represented as a string. This value is derived from the publicly available metrics on the channel’s growth.

fromApi

fromApi: string

Defined in: src/_other-scraper/youtube-tract.ts:32

The raw subscriber count obtained directly from the API response. This value may differ from the estimated property due to delays in data synchronization or different rounding methodologies.

Last updated on