ManyVids Video Downloader avatar

ManyVids Video Downloader

Pricing

$0.90 / 1,000 resolved videos

Go to Apify Store
ManyVids Video Downloader

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

21 hours ago

Last modified

Share

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

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.

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é