Vjav Video Downloader avatar
Vjav Video Downloader

Pricing

$14.99/month + usage

Go to Store
Vjav Video Downloader

Vjav Video Downloader

Developed by

AbotAPI

AbotAPI

Maintained by Community

Download videos from VJAV.com with support for multiple URLs, concurrent downloads, and automatic file management

0.0 (0)

Pricing

$14.99/month + usage

0

Total users

1

Monthly users

1

Runs succeeded

>99%

Last modified

3 days ago

This Apify actor allows you to efficiently download videos from vjav.com, with support for concurrent downloads, multiple URLs, and automatic file management.

AGE RESTRICTION NOTICE

This tool interacts with an adult content platform that contains explicit material. By using this actor, you confirm that:

  • You are at least 18 years of age (or the legal age of majority in your jurisdiction)
  • You are legally permitted to access adult content in your location
  • You understand and accept the nature of the content being processed This actor is intended for legitimate research, analysis, and content management purposes only. Please ensure compliance with all applicable laws and regulations in your jurisdiction.

Features

  • Multi-threaded downloads: Process up to 10 URLs concurrently
  • Batch processing: Submit multiple URLs in a single run (up to 10)
  • Smart URL detection: Automatically finds the highest quality download links
  • Progress tracking: Visual progress bars with download speed and ETA
  • Efficient storage: Automatically cleans up local files after upload to Apify storage
  • Proxy support: Optional proxy configuration for bypassing restrictions
  • Detailed logging: Comprehensive logs for tracking download progress and issues
  • Structured output: JSON response with download URLs and video information

Input Parameters

ParameterTypeDescription
urlsArrayList of VJAV video URLs to process (maximum 10)
maxConcurrentIntegerMaximum number of concurrent downloads (1-10, default: 3)
proxyStringOptional proxy URL in format host:port or user:pass@host:port
downloadFolderStringFolder to temporarily store downloaded videos (default: ./downloaded-videos)

Example Input

{
"urls": [
"https://vjav.com/videos/890393/amazing-xxx-video-youve-seen/",
"https://vjav.com/videos/890713/two-studs-enjoy-a-fellatio-from-horny-teenager-18-in-an-uncensored-xxx-jav-with-maomi-nagasawa-and-nagasawa-maomi/"
],
"maxConcurrent": 3,
"proxy": "103.214.9.13:3128"
}

Output

The actor produces a structured JSON output with information about each processed video and direct download links to the files in Apify's key-value store.

Example Output

{
"processedUrls": 3,
"successfulDownloads": 2,
"videos": [
{
"videoId": "888399",
"title": "Incredible XXXX Video Red Head XXXXX Ever Seen",
"downloadUrl": "https://api.apify.com/v2/key-value-stores/abcd1234/records/888399-incredible-xxxx-video-red-head-xxxx-ever-seen.mp4",
"success": true
},
{
"videoId": "889000",
"title": "XXXX Seduces Older Man For XXXX XXXX",
"downloadUrl": "https://api.apify.com/v2/key-value-stores/abcd1234/records/889000-xxxxx-seduces-older-man-for-xxxx-xxxx.mp4",
"success": true
},
{
"videoId": "890000",
"title": "Amateur Couple Homemade Video",
"error": "Failed to download file: HTTP 404",
"success": false
}
]
}

Results and Data Export

During the run, the actor stores results into a dataset. Each processed video becomes a separate item in the dataset, making it easy to access and manage the results programmatically.

You can access and export these results in several ways:

Dataset Access

The actor's dataset contains detailed information about each processed video, including:

  • Video metadata (ID, title)
  • Download status and errors (if any)
  • URLs for the downloaded files
  • Processing statistics

Apify API Integration

You can manage the results in any language (Python, PHP, Node JS/NPM). See the Apify API reference to learn more about getting results from this VJAV Video Downloader actor.

Exporting Data

You can also export the dataset in various formats:

  1. Via Apify Console:

    • Go to the StorageDatasets section
    • Find your dataset and click on it
    • Use the Export button to download as JSON, CSV, Excel, etc.
  2. Via API:

    https://api.apify.com/v2/datasets/{DATASET_ID}/items?token={YOUR_API_TOKEN}&format=json

Proxy Configuration

For reliable access to vjav.com, consider using a proxy:

  1. You can use your own proxy in the input parameters
  2. Or subscribe to Apify Proxy for access to residential and datacenter proxies

Storage and Retention

  • Downloaded videos are stored in Apify's key-value store
  • By default, files in unnamed key-value stores will expire after 7 days
  • To retain files longer, name your key-value store when you start the actor run