![TED Talk Video Downloader π₯ avatar](https://images.apifyusercontent.com/1k_mrYoyQZDzKO3YL5H3wXSDtfNqG8arzFhhO_vJWZc/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vdkVMYzlxVFRpNFBGcU50RlUtYWN0b3ItY1JYN2QzcHZoNVhjRUQweUEtUENnT0plUktvTS10ZWQtbG9nby5wbmc.webp)
TED Talk Video Downloader π₯
2 hours trial then $19.99/month - No credit card required now
![TED Talk Video Downloader π₯](https://images.apifyusercontent.com/1k_mrYoyQZDzKO3YL5H3wXSDtfNqG8arzFhhO_vJWZc/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vdkVMYzlxVFRpNFBGcU50RlUtYWN0b3ItY1JYN2QzcHZoNVhjRUQweUEtUENnT0plUktvTS10ZWQtbG9nby5wbmc.webp)
TED Talk Video Downloader π₯
2 hours trial then $19.99/month - No credit card required now
Extract and download TED talk videos and audio in multiple quality options. Perfect for educational content creators, researchers, and TED talk enthusiasts who need offline access to valuable content. Supports batch processing and provides structured metadata. π₯ π§
Download videos and audio from TED.com talks with ease! This actor helps you extract downloadable media content from TED talk URLs.
Features β¨
- π― Extract video content in multiple qualities (low, medium, high)
- π§ Download audio-only version of talks
- π Detailed metadata including title and duration
- π Process multiple TED talk URLs in batch
- β‘ Fast and efficient processing
- πΎ Structured JSON output
Input Parameters π
The actor accepts the following input parameters:
links
(Array): List of TED talk URLs to process
Output Format π
The actor outputs JSON format data containing:
- Original URL
- Talk title
- Video duration
- Available media formats (video/audio)
- Direct download links for different quality options
Usage π‘
- Input one or more TED talk URLs
- Run the actor
- Get structured data with download links
- Choose your preferred quality and format
Limitations β οΈ
- Only works with public TED talk URLs
- Respects TED.com's terms of service
- Rate limiting applied to prevent overload
Support π€
If you encounter any issues or have questions, please create an issue.
Input Example
A full explanation of an input example in JSON.
1{ 2 "links": [ 3 "https://www.ted.com/talks/julieanna_l_richardson_the_mission_to_safeguard_black_history_in_the_us" 4 ] 5}
Output sample
The results will be wrapped into a dataset which you can always find in theΒ StorageΒ tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "url": "https://www.ted.com/talks/julieanna_l_richardson_the_mission_to_safeguard_black_history_in_the_us", 4 "result": { 5 "url": "https://www.ted.com/talks/julieanna_l_richardson_the_mission_to_safeguard_black_history_in_the_us", 6 "title": "<3", 7 "source": "ted", 8 "thumbnail": "", 9 "duration": 0, 10 "medias": [ 11 { 12 "url": "https://download.ted.com/products/153539.mp4?apikey=acme-roadrunner", 13 "quality": "low", 14 "extension": "mp4", 15 "type": "video" 16 }, 17 { 18 "url": "https://download.ted.com/products/153540.mp4?apikey=acme-roadrunner", 19 "quality": "medium", 20 "extension": "mp4", 21 "type": "video" 22 }, 23 { 24 "url": "https://download.ted.com/products/153541.mp4?apikey=acme-roadrunner", 25 "quality": "high", 26 "extension": "mp4", 27 "type": "video" 28 }, 29 { 30 "url": "https://download.ted.com/talks/JulieannaLRichardson_2021X.mp3", 31 "quality": "audio", 32 "extension": "mp3", 33 "type": "audio" 34 } 35 ], 36 "type": "multiple", 37 "error": false, 38 "time_end": 623 39 } 40 } 41]
Actor Metrics
1 monthly user
-
0 No stars yet
>99% runs succeeded
Created in Feb 2025
Modified 6 days ago