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.
The actor accepts the following input parameters:
links
(Array): List of TED talk URLs to processThe actor outputs JSON format data containing:
If you encounter any issues or have questions, please create an issue.
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}
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]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!