ESPN Video Downloader 🎥 avatar

ESPN Video Downloader 🎥

Pricing

from $2.99 / 1,000 results

Go to Apify Store
ESPN Video Downloader 🎥

ESPN Video Downloader 🎥

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. 🎥 🏆

Pricing

from $2.99 / 1,000 results

Rating

0.0

(0)

Developer

EasyApi

EasyApi

Maintained by Community

Actor stats

2

Bookmarked

43

Total users

0

Monthly active users

a month ago

Last modified

Share

🎯 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.

{
"links": [
"https://www.espn.in/video/clip/_/id/40510754"
]
}

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.

[
{
"url": "https://www.espn.in/video/clip/_/id/40510754",
"result": {
"title": "Gomez: Brazil-Uruguay one of worst matches of 2024 Copa América - ESPN Video",
"source": "espn",
"thumbnail": "https://media.video-cdn.espn.com/motion/2024/0706/dm_240706_Uruguay_Brazil_analysis/dm_240706_Uruguay_Brazil_analysis.jpg",
"duration": 75,
"medias": [
{
"url": "https://media.video-cdn.espn.com/motion/2024/0706/dm_240706_Uruguay_Brazil_analysis/dm_240706_Uruguay_Brazil_analysis_360p30_1464k.mp4",
"quality": "360p",
"extension": "mp4",
"type": "video"
},
{
"url": "https://media.video-cdn.espn.com/motion/2024/0706/dm_240706_Uruguay_Brazil_analysis/dm_240706_Uruguay_Brazil_analysis_720p30_2896k.mp4",
"quality": "720p",
"extension": "mp4",
"type": "video"
}
],
"type": "multiple",
"error": false,
"time_end": 38
}
}
]