# Supadata Docs ## Docs - [Get Account Information](https://docs.supadata.ai/api-reference/endpoint/account/me.md): Retrieve organization details, plan information, and credit usage. - [Metadata](https://docs.supadata.ai/api-reference/endpoint/metadata/metadata.md): Fetch metadata from any supported internet media including YouTube, TikTok, Instagram, Twitter/X and Facebook posts. Returns unified metadata with a predictable structure across all platforms. - [Transcript](https://docs.supadata.ai/api-reference/endpoint/transcript/transcript.md): Get transcript from a supported video platform (YouTube, TikTok, Twitter, Instagram, Facebook) or file URL. If the video is too large to return transcript immediately, request returns a job ID. Use the `/transcript/:jobId` endpoint to get job results. - [Transcript Result](https://docs.supadata.ai/api-reference/endpoint/transcript/transcript-get.md): Get results for a transcript job by job ID. - [Crawl](https://docs.supadata.ai/api-reference/endpoint/web/crawl.md): Create a crawl job to extract content from all pages on a website. - [Crawl Status](https://docs.supadata.ai/api-reference/endpoint/web/crawl-get.md): Get the status and results of a crawl by job ID. - [Map](https://docs.supadata.ai/api-reference/endpoint/web/map.md): Extract all links found on a whole website. - [Scrape](https://docs.supadata.ai/api-reference/endpoint/web/scrape.md): Extract content from any web page to Markdown format. - [Batch Result](https://docs.supadata.ai/api-reference/endpoint/youtube/batch-get.md): Get the status and results of a YouTube batch job. - [Channel](https://docs.supadata.ai/api-reference/endpoint/youtube/channel.md): Get metadata for a YouTube channel. - [Channel Videos](https://docs.supadata.ai/api-reference/endpoint/youtube/channel-videos.md): Get video IDs from a YouTube channel. - [Playlist](https://docs.supadata.ai/api-reference/endpoint/youtube/playlist.md): Get metadata for a YouTube playlist. - [Playlist Videos](https://docs.supadata.ai/api-reference/endpoint/youtube/playlist-videos.md): Get video IDs from a YouTube playlist. - [Search](https://docs.supadata.ai/api-reference/endpoint/youtube/search.md): Search YouTube for videos, channels, and playlists with advanced filters. - [Transcript](https://docs.supadata.ai/api-reference/endpoint/youtube/transcript.md): Get transcript from YouTube video in various formats and languages. If the `lang` parameter is not provided or the transcript is not available in the requested language, the API defaults to the first available language. - [Transcript Batch](https://docs.supadata.ai/api-reference/endpoint/youtube/transcript-batch.md): Create a batch job to get transcripts of multiple YouTube videos - [Translate Transcript](https://docs.supadata.ai/api-reference/endpoint/youtube/translation.md): Translate YouTube video transcript into different languages. - [Video Batch](https://docs.supadata.ai/api-reference/endpoint/youtube/video-batch.md): Create a batch job to fetch metadata of multiple YouTube videos - [Video](https://docs.supadata.ai/api-reference/endpoint/youtube/video-get.md): Get metadata for a YouTube video. - [Introduction](https://docs.supadata.ai/api-reference/introduction.md): Supadata API Reference - [Community Resources](https://docs.supadata.ai/community-resources.md): Explore tutorials, guides, and videos about using Supadata - [Internal Error](https://docs.supadata.ai/errors/internal-error.md): An internal server error occurred while processing your request. Explanation of the error and how to fix it. - [Invalid Request](https://docs.supadata.ai/errors/invalid-request.md): It is an API error returned when the API fails to serve the request due to invalid request parameters. - [Limit Exceeded](https://docs.supadata.ai/errors/limit-exceeded.md): You have exceeded the allowed request rate or quota limits. Explanation of the error and how to fix it. - [Error Codes](https://docs.supadata.ai/errors/list.md): A comprehensive list of all possible error codes you might encounter when using the Supadata API. - [Not Found](https://docs.supadata.ai/errors/not-found.md): The requested resource could not be found. Explanation of the error and how to fix it. - [Transcript Unavailable](https://docs.supadata.ai/errors/transcript-unavailable.md): No transcript is available for this video. Explanation of the error and how to fix it. - [Unauthorized](https://docs.supadata.ai/errors/unauthorized.md): The request is unauthorized. Explanation of the error and how to fix it. - [Upgrade Required](https://docs.supadata.ai/errors/upgrade-required.md): This feature is not available on your current plan. Explanation of the error and how to fix it. - [Metadata](https://docs.supadata.ai/get-metadata.md): Use this API endpoint to fetch metadata from videos and posts hosted on YouTube, TikTok, Instagram, X (Twitter) or Facebook. Supadata returns a unified schema with platform-specific fields. - [Transcript](https://docs.supadata.ai/get-transcript.md): Use this API endpoint to fetch text transcript from a video hosted on YouTube, TikTok, Instagram, X (Twitter), Facebook or a public file URL. Supadata will fetch existing transcript or fall back to AI to create one. - [Introduction](https://docs.supadata.ai/index.md): Welcome to the Supadata documentation. Our API provides powerful tools for extracting web content. - [Active Pieces](https://docs.supadata.ai/integrations/activepieces.md): Open-source no-code automation with Supadata integration - [Make](https://docs.supadata.ai/integrations/make.md): Build powerful visual automation workflows with Supadata and Make (formerly Integromat) - [MCP](https://docs.supadata.ai/integrations/mcp.md): Model Context Protocol server for AI-powered web and video scraping - [n8n](https://docs.supadata.ai/integrations/n8n.md): Integrate Supadata with n8n for powerful open-source workflow automation. - [Node](https://docs.supadata.ai/integrations/node.md): Supadata Node SDK is a wrapper around the Supadata API to help you easily turn videos into transcripts and websites into markdown. - [Overview](https://docs.supadata.ai/integrations/overview.md): Supadata SDKs and integrations help you easily extract data from websites using your preferred tools. - [Python](https://docs.supadata.ai/integrations/python.md): Supadata Python SDK is a wrapper around the Supadata API to help you easily turn videos into transcripts and websites into markdown. - [Zapier](https://docs.supadata.ai/integrations/zapier.md): Connect Supadata with 5,000+ apps using Zapier's automated workflows - [Crawl](https://docs.supadata.ai/web/crawl.md): Crawl a whole website and get content of all pages on it. - [Map](https://docs.supadata.ai/web/map.md): Scan a whole website and get URLs on it. Can be used to create a sitemap or run a crawler to fetch content of all pages of a destination. - [Scrape](https://docs.supadata.ai/web/scrape.md): Extract content from any web page using our powerful scraping API. - [Batch](https://docs.supadata.ai/youtube/batch.md): Get multiple transcripts or video metadata from YouTube videos in a playlist, channel or list of URLs. - [Channel](https://docs.supadata.ai/youtube/channel.md): Use this API endpoint to fetch metadata from a YouTube channel including name, description, subscriber count, and more. - [Channel Videos](https://docs.supadata.ai/youtube/channel-videos.md): Use this API endpoint to fetch a list of video IDs from a YouTube channel. - [Transcript](https://docs.supadata.ai/youtube/get-transcript.md): Use this API endpoint to fetch text transcript from a YouTube video in various formats and languages. - [Translation](https://docs.supadata.ai/youtube/get-transcript-translation.md): Use this API endpoint to fetch text transcript from a YouTube video in various formats and languages. - [Playlist](https://docs.supadata.ai/youtube/playlist.md): Use this API endpoint to fetch metadata from a YouTube playlist including title, description, video count, and more. - [Playlist Videos](https://docs.supadata.ai/youtube/playlist-videos.md): Use this API endpoint to fetch a list of video IDs from a YouTube playlist. - [Search](https://docs.supadata.ai/youtube/search.md): Use this API endpoint to search YouTube for videos, channels, and playlists with advanced filtering options. - [Languages](https://docs.supadata.ai/youtube/supported-language-codes.md): Supported languages for YouTube transcripts. - [URL Formats](https://docs.supadata.ai/youtube/supported-url-formats.md): Supported YouTube URL formats for videos, playlists, and channels. - [Video Metadata](https://docs.supadata.ai/youtube/video.md): Use this API endpoint to fetch metadata from a YouTube video including title, description, channel info, and more. ## Optional - [Playground](https://supadata.ai/playground) - [Feedback](https://supadata.featurebase.app)