Video Download Link Crawler avatar
Video Download Link Crawler

Pricing

Pay per event

Go to Store
Video Download Link Crawler

Video Download Link Crawler

Developed by

Rodrigo Franco

Rodrigo Franco

Maintained by Community

Automatically discover and extract video download links from any website. Crawl through multiple pages, follow custom link patterns, and export results in JSON, CSV, HTML, or XML formats. Perfect for content creators, researchers, and media professionals.

0.0 (0)

Pricing

Pay per event

0

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

a day ago

You can access the Video Download Link Crawler programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, youโ€™ll need an Apify account and your API token, found in Integrations settings in Apify Console.

$echo '{
< "startUrl": "https://sample-videos.com/",
< "videoRegex": "\\\\.(mp4|avi|mov|mkv|webm|m4v)$",
< "linkRegex": "sample-videos\\\\.com",
< "maxCrawlDepth": 2,
< "maxPages": 5,
< "outputFormat": "JSON"
<}' |
<apify call rodrigo91/video-download-link-crawler --silent --output-dataset

Video Download Link Crawler API through CLI

The Apify CLI is the official tool that allows you to use Video Download Link Crawler locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: