Supadata
supadataSupadata 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.
Acciones disponibles (8)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Website URL MapSUPADATA_GET_WEB_MAPAcciónTool to retrieve all urls from a specified website. use when you need a sitemap or link analysis.
SUPADATA_GET_WEB_MAPAcciónTool to retrieve all urls from a specified website. use when you need a sitemap or link analysis.
Parámetros de entrada
urlstringObligatorioThe URL of the website to retrieve all URLs from.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Web ScrapeSUPADATA_GET_WEB_SCRAPEAcciónTool to extract content from a specified website. use when you need to scrape and parse web content programmatically.
SUPADATA_GET_WEB_SCRAPEAcciónTool to extract content from a specified website. use when you need to scrape and parse web content programmatically.
Parámetros de entrada
urlstringObligatorioThe URL of the page to scrape
wait_forstringWait for presence of this CSS selector before scraping
render_jsbooleanIf true, render JavaScript before scraping
wait_timeintegerTime in milliseconds to wait before scraping
screenshotbooleanIf true, return screenshot in response
css_selectorstringCSS selector to extract specific content
custom_headersobjectCustom HTTP headers to send while scraping
Parámetros de salida
urlstringObligatorioThe input URL that was scraped
dataobjectObligatorioExtracted data if CSS selector was used
htmlstringObligatorioRaw HTML content of the page
textstringObligatorioExtracted text content
errorstringError if any occurred during the execution of the action
statusstringObligatorioStatus of the scrape (e.g., 'success', 'error')
screenshotstringBase64-encoded screenshot if requested
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get YouTube Channel MetadataSUPADATA_GET_YOUTUBE_CHANNELAcciónTool to fetch metadata of a youtube channel. use when you need comprehensive channel details after specifying the channel id.
SUPADATA_GET_YOUTUBE_CHANNELAcciónTool to fetch metadata of a youtube channel. use when you need comprehensive channel details after specifying the channel id.
Parámetros de entrada
idstringObligatorioThe YouTube channel ID.
partstringComma-separated list of resource parts to include. Allowed values: 'id', 'snippet', 'contentDetails', 'statistics', 'topicDetails', 'brandingSettings'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get YouTube Channel VideosSUPADATA_GET_YOUTUBE_CHANNEL_VIDEOSAcciónTool to retrieve videos from a youtube channel. use when you need to list videos from a channel with pagination support.
SUPADATA_GET_YOUTUBE_CHANNEL_VIDEOSAcciónTool to retrieve videos from a youtube channel. use when you need to list videos from a channel with pagination support.
Parámetros de entrada
limitintegerMaximum number of videos to return, between 1 and 50
channel_idstringObligatorioThe unique ID of the YouTube channel
page_tokenstringToken for pagination to retrieve the next set of results
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get YouTube PlaylistSUPADATA_GET_YOUTUBE_PLAYLISTAcciónTool to fetch metadata of a youtube playlist. use when you have a valid playlist id and need to retrieve video details; supports pagination.
SUPADATA_GET_YOUTUBE_PLAYLISTAcciónTool to fetch metadata of a youtube playlist. use when you have a valid playlist id and need to retrieve video details; supports pagination.
Parámetros de entrada
partstringComma-separated list of playlist resource parts to include (e.g., 'snippet,contentDetails').
pageTokenstringToken for retrieving the next set of results.
maxResultsintegerNumber of playlist items to return. Default is 50, max is 100.
playlistIdstringObligatorioThe unique YouTube playlist ID.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get YouTube Playlist VideosSUPADATA_GET_YOUTUBE_PLAYLIST_VIDEOSAcciónTool to fetch videos from a youtube playlist. use when you have a valid playlistid and need its videos.
SUPADATA_GET_YOUTUBE_PLAYLIST_VIDEOSAcciónTool to fetch videos from a youtube playlist. use when you have a valid playlistid and need its videos.
Parámetros de entrada
limitintegerMaximum number of videos to return
pageTokenstringToken for pagination to retrieve the next set of results
playlistIdstringObligatorioYouTube playlist ID to fetch videos from
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get YouTube Video MetadataSUPADATA_GET_YOUTUBE_VIDEOAcciónTool to retrieve metadata of a youtube video. use when you have a valid video id and need its detailed metadata.
SUPADATA_GET_YOUTUBE_VIDEOAcciónTool to retrieve metadata of a youtube video. use when you have a valid video id and need its detailed metadata.
Parámetros de entrada
video_idstringObligatorioThe YouTube video ID to fetch metadata for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search YouTubeSUPADATA_SEARCH_YOUTUBEAcciónTool to search youtube for videos, channels, or playlists. use when you need to find youtube content by keyword.
SUPADATA_SEARCH_YOUTUBEAcciónTool to search youtube for videos, channels, or playlists. use when you need to find youtube content by keyword.
Parámetros de entrada
typestring[]Type of resource to search for. One or more of 'video', 'channel', 'playlist'.
limitintegerNumber of results to return per page. Default is 10, max is 50.
querystringObligatorioThe search query term to search on YouTube.
pageTokenstringToken for pagination to retrieve specific page of results.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not