← Tools Reference

Supadata

Supadata integration (AI, Data). Imported from open-connector.

API key10 toolshttps://api.supadata.ai/v1
GET
supadata_get_account
Retrieve Supadata organization, plan, and credit usage details.

/

GET
supadata_search_youtube
Search YouTube videos, channels, and playlists through Supadata.

/

8 parameters
ParamTypeRequiredDescription
querystringrequiredThe YouTube search query.
uploadDatestringoptionalFilter by upload date.
typestringoptionalFilter by result type.
durationstringoptionalFilter by video duration.
sortBystringoptionalThe search result sort order.
featuresarrayoptionalSpecial video features to filter by.
limitnumberoptionalMaximum number of items to return.
nextPageTokenstringoptionalToken for fetching the next search results page.
GET
supadata_get_youtube_video
Get metadata for a YouTube video by URL or ID.

/

1 parameter
ParamTypeRequiredDescription
idstringoptionalThe YouTube URL, handle, playlist ID, channel ID, video ID, or supported identi…
GET
supadata_get_youtube_channel
Get metadata for a YouTube channel by URL, handle, or ID.

/

1 parameter
ParamTypeRequiredDescription
idstringoptionalThe YouTube URL, handle, playlist ID, channel ID, video ID, or supported identi…
GET
supadata_list_youtube_channel_videos
List video IDs from a YouTube channel.

/

3 parameters
ParamTypeRequiredDescription
idstringrequiredThe YouTube URL, handle, playlist ID, channel ID, video ID, or supported identi…
limitnumberoptionalMaximum number of items to return.
typestringoptionalThe type of channel videos to return.
GET
supadata_get_youtube_playlist
Get metadata for a YouTube playlist by URL or ID.

/

1 parameter
ParamTypeRequiredDescription
idstringoptionalThe YouTube URL, handle, playlist ID, channel ID, video ID, or supported identi…
GET
supadata_list_youtube_playlist_videos
List video IDs from a YouTube playlist.

/

2 parameters
ParamTypeRequiredDescription
idstringrequiredThe YouTube URL, handle, playlist ID, channel ID, video ID, or supported identi…
limitnumberoptionalMaximum number of items to return.
GET
supadata_get_youtube_transcript
Get a YouTube transcript by video URL or ID.

/

GET
supadata_scrape_web_page
Extract Markdown content from a web page.

/

3 parameters
ParamTypeRequiredDescription
urlstringrequiredThe URL to process with Supadata.
noLinksbooleanoptionalWhether to remove Markdown links from the extracted content.
langstringoptionalPreferred ISO 639-1 language code.
GET
supadata_map_web_links
Extract links found on a website.

/

3 parameters
ParamTypeRequiredDescription
urlstringrequiredThe URL to process with Supadata.
noLinksbooleanoptionalWhether to remove Markdown links from scraped source content.
langstringoptionalPreferred ISO 639-1 language code.