ESPN Video Downloader 🎥 avatar

ESPN Video Downloader 🎥

Try for free

2 hours trial then $19.99/month - No credit card required now

Go to Store
ESPN Video Downloader 🎥

ESPN Video Downloader 🎥

easyapi/espn-video-downloader
Try for free

2 hours trial then $19.99/month - No credit card required now

Extract and download ESPN videos with ease! This powerful Actor fetches video metadata, direct download links, and supports multiple quality options. Perfect for sports content aggregation, research, and archival purposes. 🎥 🏆

🎯 Features

  • 📥 Downloads videos from ESPN website
  • 🎬 Supports multiple video qualities (360p, 720p)
  • 📊 Extracts comprehensive video metadata
  • ⚡ Fast and efficient processing
  • 🔄 Handles multiple URLs in batch
  • 💾 Structured JSON output for each video

📋 Use Cases

  • Sports content aggregation
  • Video content analysis
  • Sports highlights collection
  • Research and archival purposes
  • Content curation

🔍 Output Format

The actor provides detailed information for each video, including:

  • Video title
  • Source platform
  • Thumbnail URL
  • Video duration
  • Available quality options
  • Direct download URLs
  • Video type and format

💡 Tips

  • Provide valid ESPN video URLs
  • For best results, use direct video page links
  • Respect ESPN's terms of service and content usage rights
  • Allow sufficient run time for processing multiple URLs

Input Example

A full explanation of an input example in JSON.

1{
2    "links": [
3        "https://www.espn.in/video/clip/_/id/40510754"
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.espn.in/video/clip/_/id/40510754",
4        "result": {
5            "title": "Gomez: Brazil-Uruguay one of worst matches of 2024 Copa América - ESPN Video",
6            "source": "espn",
7            "thumbnail": "https://media.video-cdn.espn.com/motion/2024/0706/dm_240706_Uruguay_Brazil_analysis/dm_240706_Uruguay_Brazil_analysis.jpg",
8            "duration": 75,
9            "medias": [
10                {
11                    "url": "https://media.video-cdn.espn.com/motion/2024/0706/dm_240706_Uruguay_Brazil_analysis/dm_240706_Uruguay_Brazil_analysis_360p30_1464k.mp4",
12                    "quality": "360p",
13                    "extension": "mp4",
14                    "type": "video"
15                },
16                {
17                    "url": "https://media.video-cdn.espn.com/motion/2024/0706/dm_240706_Uruguay_Brazil_analysis/dm_240706_Uruguay_Brazil_analysis_720p30_2896k.mp4",
18                    "quality": "720p",
19                    "extension": "mp4",
20                    "type": "video"
21                }
22            ],
23            "type": "multiple",
24            "error": false,
25            "time_end": 38
26        }
27    }
28]
Developer
Maintained by Community

Actor Metrics

  • 2 monthly users

  • 0 No bookmarks yet

  • >99% runs succeeded

  • Created in Feb 2025

  • Modified 23 days ago