VOOZH about

URL: https://apify.com/maximedupre/xvideos-downloader/api/python

โ‡ฑ XVideos Video Downloader for MP4 & HLS Links API in Python ยท Apify


Pricing

$2.65 / 1,000 resolved videos

Go to Apify Store

Download public XVideos video data from watch-page URLs. Export direct source-hosted MP4/HLS links, titles, uploaders, durations, thumbnails, URL freshness, and source URLs to an Apify dataset.

Pricing

$2.65 / 1,000 resolved videos

Rating

0.0

(0)

Developer

๐Ÿ‘ Maxime Duprรฉ

Maxime Duprรฉ

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

2

Monthly active users

9 days ago

Last modified

Share

You might also like

Xvideos Scraper

hello.datawizards/Xvideos-Scraper1

Extract video data from Xvideos using keywords. Get titles, URLs, durations, thumbnails, uploaders, and views in JSON. Ideal for trend analysis and research. Use Apify Proxy for reliability. Simple input: keyword and item limit. Perfect for data aggregation and automation.

Xvideos Scraper Bulk Scraper Pro

hello.datawizards/Xvideos-Scraper

Extract video data from Xvideos using keywords. Get titles, URLs, durations, thumbnails, uploaders, and views in JSON. Ideal for trend analysis and research. Use Apify Proxy for reliability. Simple input: keyword and item limit. Perfect for data aggregation and automation.

XVideos Downloader ๐ŸŽฅ

easyapi/xvideos-downloader

A powerful and efficient Actor for extracting video content and metadata from XVideos. Get direct download links, video information, and thumbnails in HD quality. Perfect for content archiving and media management with batch processing support.

Upornia Downloader

maximedupre/upornia-downloader

Download public Upornia video data from known video URLs. Export direct source-hosted MP4 links, titles, durations, thumbnails, tags, uploader names, and URL expiry times to an Apify dataset.

๐Ÿ‘ User avatar

Maxime Duprรฉ

2

XNXX Video Downloader

maximedupre/xnxx-video-downloader

Extract direct media links and metadata from public XNXX video URLs or IDs. Get titles, durations, thumbnails, MP4/HLS format variants, source URLs, and fresh Apify dataset exports.

๐Ÿ‘ User avatar

Maxime Duprรฉ

38

PornTrex Downloader

maximedupre/porntrex-downloader

Download public PornTrex video data from watch-page URLs. Get direct MP4 links, quality variants, titles, durations, thumbnails, and source URLs.

๐Ÿ‘ User avatar

Maxime Duprรฉ

2

You can access the XVideos Downloader 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

1from apify_client import ApifyClient
2
3# Initialize the ApifyClient with your Apify API token
4# Replace '<YOUR_API_TOKEN>' with your token.
5client = ApifyClient("<YOUR_API_TOKEN>")
6
7# Prepare the Actor input
8run_input ={"videoUrls":[
9{"url":"https://www.xvideos.com/video.oufvclb3b56/my_therapist_made_my_fantasy_come_true_-_lexis_star"},
10{"url":"https://www.xvideos.com/video.opkiitu533e/alanna_s_bitty_bikini_comes_right_off_alanna_pow_brazzers_enter_xvpromo_on_official_site_for_discount"},
11{"url":"https://www.xvideos.com/video.optlktt7c95/a_stranger_groped_me_on_a_public_bus_he_inserted_a_shaft_into_my_virgin_asshole_ai_"},
12{"url":"https://www.xvideos.com/video.oofavpl9a3f/i_took_my_hot_stepmom_on_a_secret_vacation_and_filled_her_tight_pussy_-_cory_chase"},
13{"url":"https://www.xvideos.com/video.oofpkpv3d79/gf_s_sister_no_penetration_just_rubbing_my_pussy_oops..._i_creampied_her"},
14]}
15
16# Run the Actor and wait for it to finish
17run = client.actor("maximedupre/xvideos-downloader").call(run_input=run_input)
18
19# Fetch and print Actor results from the run's dataset (if there are any)
20print("๐Ÿ’พ Check your data here: https://console.apify.com/storage/datasets/"+ run["defaultDatasetId"])
21for item in client.dataset(run["defaultDatasetId"]).iterate_items():
22print(item)
23
24# ๐Ÿ“š Want to learn more ๐Ÿ“–? Go to โ†’ https://docs.apify.com/api/client/python/docs/quick-start

XVideos Video Downloader for MP4 & HLS Links API in Python

The Apify API client for Python is the official library that allows you to use XVideos Downloader API in Python, providing convenience functions and automatic retries on errors.

Install the apify-client

$pip install apify-client

Other API clients include:

XVideos Downloader API in JavaScript

XVideos Downloader API through CLI

XVideos Downloader OpenAPI definition

XVideos Downloader API