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
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