Website Media Link Scraper avatar

Website Media Link Scraper

Try for free

Pay $5.00 for 1,000 results

Go to Store
Website Media Link Scraper

Website Media Link Scraper

thenetaji/website-media-link-scraper
Try for free

Pay $5.00 for 1,000 results

Extract video, audio, and image links from websites with this efficient web crawler. Uses lightweight HTTP requests to discover media URLs across entire sites without browser overhead. Fast, reliable, and resource-friendly.

Video Download Link Crawler

This Apify actor helps you find and download videos from websites by crawling through pages starting from a provided URL.

Features

  • Crawl websites from a given start URL
  • Find video links using customizable regular expressions
  • Control crawl depth to limit resource usage
  • Export results in various formats (JSON, CSV, Excel, HTML, XML)
  • Optionally download found videos

Input Parameters

ParameterTypeDescription
startUrlsArrayList of URLs to start crawling from
urlRegexpsArrayRegular expressions for URLs to follow (optional)
videoLinkRegexpsArrayRegular expressions for identifying video links (optional)
maxCrawlDepthNumberMaximum depth to crawl (default: 1)
includeUrlGlobsArrayOnly crawl URLs matching these patterns (optional)
excludeUrlGlobsArrayDon't crawl URLs matching these patterns (optional)
downloadVideosBooleanWhether to download found videos (default: false)
outputFormatStringFormat for output data (json, csv, excel, html, xml)
maxConcurrencyNumberMaximum concurrent requests (default: 10)
maxRequestRetriesNumberMaximum request retries (default: 3)
proxyConfigurationObjectProxy settings for the crawler

Output

The actor outputs a dataset containing:

  • Source URL where the video was found
  • Video URL
  • Page title
  • Timestamp when found

If downloadVideos is enabled, the actor will also download the videos to the key-value store.

API

This actor can be used via the Apify API with the following endpoint:

Developer
Maintained by Community

Actor Metrics

  • 2 monthly users

  • 1 bookmark

  • >99% runs succeeded

  • Created in Mar 2025

  • Modified 20 hours ago