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

SOCIAL_MEDIAVIDEOSINTEGRATIONSApify

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

Frequently Asked Questions

Is it legal to scrape job listings or public data?

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.

Do I need to code to use this scraper?

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.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

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!