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.
🚀 Effortlessly crawl websites to detect and extract media links such as videos, images, audio files, and APKs. Perfect for gathering media assets from various webpages with customizable parameters.
Media Link Crawler is an Apify actor designed to scrape and extract media links from websites. It supports:
Configure the actor to crawl specific depths, handle multiple URLs concurrently, and use proxies for enhanced scraping capabilities.
To use the Media Link Crawler, you need to provide the following input parameters:
all
, video
, audio
, image
, apk
)RESIDENTIAL
)1{ 2 "startUrls": [ 3 { "url": "https://example.com" } 4 ], 5 "mediaType": "video", 6 "maxCrawlDepth": 2, 7 "maxConcurrency": 5, 8 "maxRequestRetries": 2, 9 "maxUrlsToCrawl": 50, 10 "useProxy": { 11 "useApifyProxy": true, 12 "apifyProxyGroups": ["RESIDENTIAL"], 13 "apifyProxyCountry": "US" 14 } 15}
Get structured data for each media link:
1{ 2 "sourceUrl": "https://example.com", 3 "pageTitle": "Example Page", 4 "mediaLinks": [ 5 { 6 "url": "https://example.com/media/video.mp4", 7 "sourceUrl": "https://example.com", 8 "title": "Example Page", 9 "type": "video", 10 "foundAt": "2025-03-13T02:17:41Z" 11 } 12 ], 13 "timestamp": "2025-03-13T02:17:41Z" 14}
Advanced TikTok profile and metrics extraction
Download TikTok videos without watermarks
Extract YouTube videos in multiple resolutions
Extract audio from YouTube videos
Comprehensive YouTube data extraction
Extract media assets from websites
All-in-one YouTube content extractor
Need help? Contact @thenetaji through the Apify platform for:
Happy Scraping! 🎉
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.
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.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
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!