VOOZH about

URL: https://apify.com/maximedupre/manyvids-video-downloader

โ‡ฑ ManyVids Downloader for Video Media Links ยท Apify


Pricing

$0.90 / 1,000 resolved videos

Go to Apify Store

ManyVids Video Downloader

ManyVids video downloader for known video URLs. Export direct source-hosted media links, metadata, thumbnails, prices, creator facts, and dataset rows.

Pricing

$0.90 / 1,000 resolved videos

Rating

0.0

(0)

Developer

๐Ÿ‘ Maxime Duprรฉ

Maxime Duprรฉ

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

20 hours ago

Last modified

Share

๐Ÿ“ฅ ManyVids downloader for video links

ManyVids Video Downloader resolves known ManyVids video page URLs into direct source-hosted media links and a clean Apify dataset. Paste one or more ManyVids video URLs and export video IDs, titles, creator details, prices, tags, thumbnails, screenshots, engagement counts, suggested filenames, download type, media links, and freshness timestamps.

Use it when you already have ManyVids video URLs and need repeatable exports for review, cataloging, media operations, personal archiving workflows, or an API pipeline. Public/free videos and public previews work without a Cookie header. Add a fresh Cookie header only for paid videos that your own ManyVids account can access.

๐Ÿ“ฆ Data you can export

Each output row represents one ManyVids video that produced at least one direct source-hosted media link. Rows can include:

  • videoId and sourceUrl for dedupe, audits, and reruns.
  • title, description, creatorId, creatorName, and creatorUrl.
  • downloadType with free, preview, or paid.
  • downloadFilename as a source-backed filename suggestion.
  • durationSeconds, resolution, orientation, size, price, and currency when ManyVids exposes them.
  • publishedAt, views, likes, comments, and tags.
  • thumbnailUrl and screenshotUrl.
  • fetchedAt, which shows when direct media URLs were collected.
  • media, an array of direct source-hosted media links with quality, width, height, content type, and expiry time when the source URL exposes one.

Rows are success-only. Invalid URLs, removed videos, private videos, blocked pages, source errors, or videos with no direct media link are reported in logs and do not create placeholder rows.

๐Ÿš€ How to run

  1. Add one or more ManyVids video page URLs in ManyVids video URLs.
  2. Leave Cookie header empty for public/free videos and public previews.
  3. Paste a fresh Cookie header only when you want to resolve paid videos your logged-in ManyVids account can access.
  4. Start the Actor and open the default dataset.
  5. Use media[].mediaUrl soon after the run, or rerun the Actor later to refresh time-sensitive links.

The input accepts up to 100 video URLs per run. Submit fewer URLs for a small test run.

๐Ÿ”Ž Input

FieldWhat to enter
startUrlsFull ManyVids video page URLs. Use one row per video.
cookieOptional Cookie header from your logged-in ManyVids browser session for paid videos your account can access.

Example input:

{
"startUrls":[
{
"url":"https://www.manyvids.com/Video/7060747/soaking-wet-shower-tease"
}
]
}

๐Ÿ“ค Output example

{
"videoId":"7060747",
"sourceUrl":"https://www.manyvids.com/Video/7060747/soaking-wet-shower-tease",
"title":"Soaking Wet Shower Tease",
"description":null,
"creatorId":"1009468335",
"creatorName":"tinyangel",
"creatorUrl":"https://www.manyvids.com/Profile/1009468335/tinyangel/Store/Videos",
"downloadType":"free",
"downloadFilename":"tinyangel - Soaking Wet Shower Tease.mov",
"durationSeconds":152,
"resolution":"4K",
"orientation":"horizontal",
"size":"936.75 MB",
"price":0,
"currency":"USD",
"publishedAt":"2025-11-18T13:56:09.000Z",
"views":183,
"likes":20,
"comments":0,
"tags":["Amateur","Free","SFW","Shower"],
"thumbnailUrl":"https://ods.manyvids.com/example-thumb.jpg",
"screenshotUrl":"https://ods.manyvids.com/example-screenshot.jpg",
"fetchedAt":"2026-06-27T17:45:00.000Z",
"media":[
{
"mediaUrl":"https://cdn10.manyvids.com/example-video.mp4?Expires=1782583386",
"quality":"4K",
"width":3840,
"height":2160,
"contentType":"video/mp4",
"expiresAt":"2026-06-27T18:03:06.000Z"
}
]
}

Some fields can be null when ManyVids does not expose them for a resolved video. The Actor does not invent missing metadata.

๐Ÿ’ณ Pricing

This Actor uses pay-per-event pricing. You are charged for each ManyVids video that is successfully resolved and saved to the dataset.

Invalid URLs, private or removed videos, source errors, and videos with no direct media link are not saved as paid rows and are not charged as resolved videos.

๐Ÿ”Œ Integrations

  • Run the Actor from Apify Console for one-off ManyVids URL batches.
  • Call it through the Apify API when your workflow already stores ManyVids video URLs.
  • Schedule recurring runs to refresh direct media links that may expire.
  • Export datasets as JSON, CSV, Excel, XML, RSS, or HTML.
  • Connect completed runs to webhooks, Make, Zapier, cloud storage, or your own data pipeline.

โ“ FAQ

๐Ÿ” Do I need a ManyVids account or Cookie header?

Not for public/free videos or public previews. Add a Cookie header only for paid videos your own ManyVids account can access.

๐Ÿ’พ Does this Actor save video files into Apify storage?

No. It returns direct source-hosted media links and metadata. It does not mirror, zip, transcode, or rehost ManyVids videos.

๐Ÿงพ Why did a video produce no row?

Rows are saved only when the Actor finds at least one direct media link. Invalid URLs, private videos, removed videos, source errors, or videos with no exposed media link are logged instead of saved as failed dataset rows.

โฑ๏ธ Do media links expire?

Some source-hosted links can be time-sensitive. Use fetchedAt and media[].expiresAt to decide when to refresh a result.

๐Ÿงฉ Can I use the output with JDownloader or another downloader?

Yes. Use media[].mediaUrl as the direct media URL in your own downloader or automation flow while the source link remains valid.

๐Ÿ’พ How do I download videos with this ManyVids downloader?

Add one or more ManyVids video page URLs, run the Actor, and use media[].mediaUrl from the dataset while the source link is still fresh. Public/free videos and public previews do not need a Cookie header. Paid videos require your own ManyVids account access, supplied through a fresh Cookie header.

๐Ÿ”Ž Does it search ManyVids or crawl creator pages?

No. This Actor is for known ManyVids video URLs. It does not search ManyVids, crawl creators, or discover videos.

๐Ÿ› ๏ธ Why not use the ManyVids API?

ManyVids does not provide a simple public downloader API for this workflow. This Actor gives you an Apify input form, API access, dataset exports, scheduling, and webhooks around known video URLs.

๐Ÿ” What are ManyVids alternatives?

For similar URL-first media workflows, use another source-specific Actor such as XVideos Downloader, XNXX Video Downloader, PornTrex Downloader, RedGifs Bulk Downloader, or OnlyFans Downloader. Each source has different access rules and output fields.

๐Ÿ“ Changelog

  • 0.1: Initial release.

๐Ÿ†˜ Support

For issues, questions, or feature requests, file a ticket and I'll fix or implement it in less than 24h ๐Ÿซก

๐Ÿ”— Other actors

Made with โค๏ธ by Maxime Duprรฉ

You might also like

ManyVids Video Downloader

datavoid/manyvids-video-downloader

Download ManyVids videos from a URL for offline viewing.

ManyVids Video Metadata Scraper

datavoid/manyvids-video-metadata-scraper

Extract structured ManyVids video metadata by URL or title search with creator, tags, pricing, stats, and media info.

TikTok Video Scraper

clockworks/tiktok-video-scraper

Extract data from chosen tiktoks. Just add a TikTok URL and get TikTok video and profile data: URLs, numbers of shares, followers, hashtags, hearts, video, and music metadata. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

12K

4.4

(25)

Youtube Video Downloader - No Platform Costs! No Proxy Costs!

epctex/youtube-video-downloader

Download YouTube videos by URL or ID at any quality from 360p to 4K. Save to Apify's built-in storage with zero setup, or to your own AWS S3, Google Cloud, DigitalOcean, or Azure. Pay-per-event, per-second pricing with no platform or proxy costs - know your exact cost before every run.

3.6K

3.9

(24)

YouTube Video Downloader

streamers/youtube-video-downloader

Use YouTube Video Downloader to download YouTube videos in MP4, MP3, avi, and other formats directly to your cloud storage service. Just add a YouTube video URL and get the converted video in a few seconds.

12K

3.8

(23)

TikTok Video Downloader

epctex/tiktok-video-downloader

Download any videos from TikTok.com

856

5.0

(14)

YouTube Video Downloader - MP4 & MP3

marielise.dev/youtube-video-downloader

Download YouTube videos and Shorts directly to your device in MP4 or MP3 format. Supports batch downloads, quality selection from 360p to 1080p, and audio-only extraction. Powered by yt-dlp for reliable downloads. Pay per minute โ€” only charged on successful downloads.

730

4.4

(8)

Facebook Video Search Scraper

apify/facebook-video-search-scraper

Add keywords and extract all associated Facebook reels and videos. Get video data like video URL, video title, description, video owner profile and URL, date posted, views, duration, label, and much more. Export scraped data, schedule scraper via API, integrate with other tools or AI workflows.

807

5.0

(5)

TikTok Video Search Scraper

powerai/tiktok-videos-search-scraper

Extract TikTok videos with comprehensive metadata including engagement metrics, video details, and music information. Perfect for content research, trend analysis, and competitor tracking. Supports advanced filtering and pagination for large-scale data collection.

490

3.0

(2)