NAiOS IconNAiOS Logo
Volver al catálogo

Supadata

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.

Acciones
8
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool to retrieve all urls from a specified website. use when you need a sitemap or link analysis.

Parámetros de entrada

  • urlstringObligatorio

    The URL of the website to retrieve all URLs from.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Web ScrapeSUPADATA_GET_WEB_SCRAPEAcción

Tool to extract content from a specified website. use when you need to scrape and parse web content programmatically.

Parámetros de entrada

  • urlstringObligatorio

    The URL of the page to scrape

  • wait_forstring

    Wait for presence of this CSS selector before scraping

  • render_jsboolean

    If true, render JavaScript before scraping

  • wait_timeinteger

    Time in milliseconds to wait before scraping

  • screenshotboolean

    If true, return screenshot in response

  • css_selectorstring

    CSS selector to extract specific content

  • custom_headersobject

    Custom HTTP headers to send while scraping

Parámetros de salida

  • urlstringObligatorio

    The input URL that was scraped

  • dataobjectObligatorio

    Extracted data if CSS selector was used

  • htmlstringObligatorio

    Raw HTML content of the page

  • textstringObligatorio

    Extracted text content

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    Status of the scrape (e.g., 'success', 'error')

  • screenshotstring

    Base64-encoded screenshot if requested

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get YouTube Channel MetadataSUPADATA_GET_YOUTUBE_CHANNELAcción

Tool to fetch metadata of a youtube channel. use when you need comprehensive channel details after specifying the channel id.

Parámetros de entrada

  • idstringObligatorio

    The YouTube channel ID.

  • partstring

    Comma-separated list of resource parts to include. Allowed values: 'id', 'snippet', 'contentDetails', 'statistics', 'topicDetails', 'brandingSettings'.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get YouTube Channel VideosSUPADATA_GET_YOUTUBE_CHANNEL_VIDEOSAcción

Tool to retrieve videos from a youtube channel. use when you need to list videos from a channel with pagination support.

Parámetros de entrada

  • limitinteger

    Maximum number of videos to return, between 1 and 50

  • channel_idstringObligatorio

    The unique ID of the YouTube channel

  • page_tokenstring

    Token for pagination to retrieve the next set of results

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get YouTube PlaylistSUPADATA_GET_YOUTUBE_PLAYLISTAcción

Tool 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

  • partstring

    Comma-separated list of playlist resource parts to include (e.g., 'snippet,contentDetails').

  • pageTokenstring

    Token for retrieving the next set of results.

  • maxResultsinteger

    Number of playlist items to return. Default is 50, max is 100.

  • playlistIdstringObligatorio

    The unique YouTube playlist ID.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get YouTube Playlist VideosSUPADATA_GET_YOUTUBE_PLAYLIST_VIDEOSAcción

Tool to fetch videos from a youtube playlist. use when you have a valid playlistid and need its videos.

Parámetros de entrada

  • limitinteger

    Maximum number of videos to return

  • pageTokenstring

    Token for pagination to retrieve the next set of results

  • playlistIdstringObligatorio

    YouTube playlist ID to fetch videos from

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get YouTube Video MetadataSUPADATA_GET_YOUTUBE_VIDEOAcción

Tool 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_idstringObligatorio

    The YouTube video ID to fetch metadata for.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Search YouTubeSUPADATA_SEARCH_YOUTUBEAcción

Tool 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'.

  • limitinteger

    Number of results to return per page. Default is 10, max is 50.

  • querystringObligatorio

    The search query term to search on YouTube.

  • pageTokenstring

    Token for pagination to retrieve specific page of results.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not