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

Mika Scraper v1.1.2


Mika Scraper / ChannelInfo

Interface: ChannelInfo

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

This interface represents the metadata returned from the SocialCounts API for a YouTube channel.

Properties

id

id: string

The unique identifier for the YouTube channel.
Defined in: src/_other-scraper/youtube-tract.ts:7


title

title: string

The name of the YouTube channel as displayed to users.
Defined in: src/_other-scraper/youtube-tract.ts:8


avatar

avatar: string

A URL to the channelโ€™s avatar image. This is typically a small image representing the channel.
Defined in: src/_other-scraper/youtube-tract.ts:9


banner: string

A URL to the channelโ€™s banner image. This is usually a large image appearing at the top of the channelโ€™s page.
Defined in: src/_other-scraper/youtube-tract.ts:10


isBanner

isBanner: boolean

Indicates whether a banner is currently set for the channel. It returns true if a banner is present; otherwise, false.
Defined in: src/_other-scraper/youtube-tract.ts:11


subscriberCount

subscriberCount: number

The total number of subscribers that the YouTube channel has.
Defined in: src/_other-scraper/youtube-tract.ts:12

Last updated on