A unified REST + MCP interface for YouTube, Instagram, Twitter, Telegram, TradingView, trading signals, news, sentiment, and more.
Extract comprehensive video data including metadata, transcripts, and engagement metrics.
GET /api/youtube/video?id=VIDEO_IDPOST /api/youtube/video{ "videoId": "..." }fetch('/api/youtube/video?id=dQw4w9WgXcQ')
.then(res => res.json())
.then(data => console.log(data.video.title));=IMPORTXML(CONCAT("https://superapis.digitally.id/api/youtube/video?format=xml&id=",A1), "//response/data")Get detailed channel information including videos, playlists, and community posts.
GET /api/youtube/channel?id=CHANNEL_IDPOST /api/youtube/channel{ "channelId": "..." }fetch('/api/youtube/channel?id=UCX6OQ3DkcsbYNE6H8uQQuVA')
.then(res => res.json())
.then(data => console.log(data.channel.name));=IMPORTXML(CONCAT("https://superapis.digitally.id/api/youtube/channel?format=xml&id=",A1), "//response/data")