VOOZH about

URL: https://apify.com/thenetaji/website-media-link-scraper/api

⇱ Website Media Link Scraper - Fast and cheap API Β· Apify


Pricing

from $2.00 / 1,000 results

Go to Apify Store

Website Media Link Scraper

Quickly find video, audio, docs, pdf, image and more links from websites using this fast and lightweight web crawler. No browser neededβ€”just clean and efficient media extraction.

Pricing

from $2.00 / 1,000 results

Rating

4.3

(5)

Developer

πŸ‘ The Netaji

The Netaji

Maintained by Community

Actor stats

2

Bookmarked

281

Total users

5

Monthly active users

3 months ago

Last modified

Share

You might also like

Wick Web Fetcher β€” Browser-Grade Content Extraction

eventful_notoriety/wick-web-fetcher

Fetch web pages using Chrome's real TLS fingerprint. Returns clean markdown for LLMs and RAG pipelines. No headless browser needed β€” fast and lightweight.

Email, Phone & Social Media From Any Website (Fast & Efficient)

madeingermany/extract-email-from-any-website

Extract Email, Phone, Social Media & Any Other Contact Method From Any Website (Fast & Efficient)

πŸ‘ User avatar

Made In Germany

10

Lemon8 Media Scraper

abotapi/lemon8-media-scraper

Lightweight scraper that extracts image and video URLs from Lemon8 posts, with built-in support for downloading the media. Focused solely on clean media extraction and downloads, no comments, no post details.

Youtube Video Downloader (Video only, No audio)

alpha-scraper/youtube-video-downloader-video-only-no-audio

βœ… Extract clean video-only 🎬 (No audio). Direct media URLs from supported video links with ease. Youtube Video Downloader(Soundless) Supports quality selection, batch processing, and retries for smooth automation. Simple input, structured output, and developer-friendly results β€” fast & efficient.

16

Facebook Audio Downloader Reels & videos

alpha-scraper/facebook-audio-downloader

πŸš€ Facebook Audio Downloader [ video & reels ] quickly extract high-quality 🎧 audio and metadata from Facebook Reels & videos. Just paste the link and get title, duration, thumbnail & direct audio URL β€” fast, clean, and reliable ⚑

6

Website Email & Phone Scraper

santamaria-automations/website-email-scraper

Extract emails, phone numbers, and social media links from any website. No API keys needed, just paste URLs. Visits multiple pages per site to find all contact details.

Website Media Extractor & Scraper

hlymrk/html-web-media-scraper

The Advanced Website Media Extractor & Scraper is a comprehensive media extraction tool that supports images, videos, audio, documents, archives, e-books, fonts, apps, and contact information from websites. Features advanced filtering, proxy support, and detailed analytics.

Video Download Link Crawler

rodrigo91/video-download-link-crawler

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.

πŸ‘ User avatar

Rodrigo Franco

88

You can access the Website Media Link Scraper 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.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "startUrls": [
< {
< "url": "https://example.com/"
< }
< ]
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/thenetaji~website-media-link-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Website Media Link Scraper - Fast and cheap API

Below, you can find a list of relevant HTTP API endpoints for calling the Website Media Link Scraper Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/thenetaji~website-media-link-scraper/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/thenetaji~website-media-link-scraper/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/thenetaji~website-media-link-scraper?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Website Media Link Scraper API programmatically via the Apify API.

You can choose from:

Website Media Link Scraper API in Python

Website Media Link Scraper API in JavaScript

Website Media Link Scraper API through CLI

Website Media Link Scraper OpenAPI definition

You can start Website Media Link Scraper with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Website Media Link Scraper is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Website Media Link Scraper run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.