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

2 days ago

Start URL

startUrlstringRequired

The URL where crawling will begin

Video Detection Regex

videoRegexstringOptional

Regular expression to identify video download links

Default value of this property is "\\.(mp4|avi|mov|mkv|webm|m4v)$"

Link Following Regex

linkRegexstringOptional

Regular expression to match URLs to follow

Default value of this property is ".*"

Maximum Crawl Depth

maxCrawlDepthintegerOptional

Maximum depth of crawling (0 = start URL only)

Default value of this property is 2

Maximum Pages (Events)

maxPagesintegerOptional

Maximum number of pages to crawl. Each page = 1 billable event.

Default value of this property is 5

Output Format

outputFormatEnumOptional

Export format for results

Value options:

"JSON": string"CSV": string"HTML": string"XML": string

Default value of this property is "JSON"