Youtube Api
The YouTube Tools API is a comprehensive solution designed for developers who need robust access to YouTube data without the complexity of official quotas or rate limits. It provides three core high-performance services:
Youtube Api endpoints
| Method | Endpoint | Description |
|---|---|---|
| Transcript | ||
| GET |
transcript /transcript |
Get YouTube video transcript. - **video_url**: YouTube video URL or video ID - **target_language**: Target language code (e.g., 'en', 'es', 'fr'). Default is 'en'. |
| Search | ||
| GET |
search_youtube /search |
Search YouTube videos with rich metadata (thumbnails, badges, etc.). - **query**: Search query string - **cursor**: Pagination cursor - **limit**: Results per page (default: 20) |
| Conversion | ||
| GET |
convert_to_mp3 /convert |
Download YouTube video and convert to MP3. Returns the MP3 file. - **video_url**: YouTube video URL or video ID Example: `curl "API_URL/convert?video_url=VIDEO_URL"` |
| Shorts | ||
| GET |
download_short /download-short |
Download a YouTube Shorts video as MP4. - **video_url**: YouTube Shorts URL or video ID Example: `curl "API_URL/download-short?video_url=https://www.youtube.com/shorts/VIDEO_ID"` |
Youtube Api pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA Recommended | $10 / month | — |
|
| MEGA | $25 / month | — |
|