Supadata
Supadata is a web and video-to-text API that extracts transcripts from YouTube, TikTok, Instagram, Facebook, X (Twitter) and video files, retrieves social media metadata, and converts web content to markdown for AI training and content analysis.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Supadata authenticates with an API key. Generate the credential in your Supadata account, then paste it into FlyMyAI the first time an agent uses a Supadata action.
Get your Supadata credential →
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Supadata API Key | Your Supadata API key for authenticating requests. You can obtain this from your Supadata dashboard. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
SUPADATA_GET_WEB_MAP | Tool to retrieve all urls from a specified website. use when you need a sitemap or link analysis. | url |
SUPADATA_GET_WEB_SCRAPE | Tool to extract content from a specified website. use when you need to scrape and parse web content programmatically. | url |
SUPADATA_GET_YOUTUBE_CHANNEL | Tool to fetch metadata of a youtube channel. use when you need comprehensive channel details after specifying the channel id. | id |
SUPADATA_GET_YOUTUBE_CHANNEL_VIDEOS | Tool to retrieve videos from a youtube channel. use when you need to list videos from a channel with pagination support. | channel_id |
SUPADATA_GET_YOUTUBE_PLAYLIST | Tool to fetch metadata of a youtube playlist. use when you have a valid playlist id and need to retrieve video details; supports pagination. | playlistId |
SUPADATA_GET_YOUTUBE_PLAYLIST_VIDEOS | Tool to fetch videos from a youtube playlist. use when you have a valid playlistid and need its videos. | playlistId |
SUPADATA_GET_YOUTUBE_VIDEO | Tool to retrieve metadata of a youtube video. use when you have a valid video id and need its detailed metadata. | video_id |
SUPADATA_SEARCH_YOUTUBE | Tool to search youtube for videos, channels, or playlists. use when you need to find youtube content by keyword. | query |