A powerful collection of APIs for YouTube data extraction, Instagram profile scraping, article content parsing, website screenshot capture, social media monitoring, and TradingView market data
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")