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:
stringThe unique identifier for the YouTube channel.
Defined in:src/_other-scraper/youtube-tract.ts:7
title
title:
stringThe name of the YouTube channel as displayed to users.
Defined in:src/_other-scraper/youtube-tract.ts:8
avatar
avatar:
stringA 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:
stringA 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:
booleanIndicates whether a banner is currently set for the channel. It returns
trueif a banner is present; otherwise,false.
Defined in:src/_other-scraper/youtube-tract.ts:11
subscriberCount
subscriberCount:
numberThe total number of subscribers that the YouTube channel has.
Defined in:src/_other-scraper/youtube-tract.ts:12