Luxuretv Video Downloader avatar

Luxuretv Video Downloader

Pricing

$9.00 / 1,000 resolved videos

Go to Apify Store
Luxuretv Video Downloader

Luxuretv Video Downloader

Get direct MP4 links and details from public LuxureTV video pages. Export titles, thumbnails, uploaders, tags, dates, durations, and link expiry times.

Pricing

$9.00 / 1,000 resolved videos

Rating

0.0

(0)

Developer

Maxime Dupré

Maxime Dupré

Maintained by Community

Actor stats

0

Bookmarked

15

Total users

1

Monthly active users

a day ago

Last modified

Share

LuxureTV Video Downloader is for people who already have public LuxureTV video pages. It turns those pages into direct source-hosted MP4 links and a clean dataset with video details. Use it to review known videos, build a catalog, or send data to another tool.

The Actor works only with public, reachable LuxureTV video pages. It does not search the site, unlock private videos, store video files, make ZIP files, or convert media.

📦 Returned data

Each saved row is one public video with at least one direct MP4 link. It can include:

  • videoId — the LuxureTV video ID.
  • sourceUrl — the public video page URL.
  • title — the title shown by LuxureTV.
  • durationSeconds — the video length in seconds.
  • thumbnailUrl — the thumbnail URL.
  • uploaderName — the uploader name.
  • publishedAt — the publish date or time.
  • tags — tags or categories shown on the page.
  • mediaVariants — direct MP4 links with quality, width, height, content type, and expiry time when known.

A media link may be signed and may expire. Check mediaVariants[].expiresAt and run the Actor again when you need a fresh link. Missing source details stay null or use an empty array.

🚀 Run the Actor

  1. Open the Actor input form.
  2. Add public LuxureTV video page URLs by hand, or add a remote file with one URL per line.
  3. Start the run.
  4. Open the default dataset or get its rows through the Apify API.

The Actor saves the first eligible occurrence of each video as soon as it is resolved. Later copies of the same video are ignored. Invalid, private, removed, blocked, account-only, unsupported, and unresolved inputs do not create rows. The run continues with the other inputs and reports rejected inputs in its logs.

🔧 Input

The startUrls field accepts direct URL entries and remote URL-list sources. A direct input looks like this:

{
"startUrls": [
{
"url": "https://luxuretv.com/videos/example-video-123456.html"
}
]
}

Use full LuxureTV video page URLs. For a remote list, use one URL per line.

📄 Output

A dataset row follows this shape:

{
"videoId": "123456",
"sourceUrl": "https://luxuretv.com/videos/example-video-123456.html",
"title": "Example LuxureTV video",
"durationSeconds": 742,
"thumbnailUrl": "https://thumb.luxuretv.com/thumbs/example/example.jpg",
"uploaderName": "example_uploader",
"publishedAt": "2026-06-25T06:48:30.000Z",
"tags": ["Example", "HD"],
"mediaVariants": [
{
"quality": null,
"width": null,
"height": null,
"contentType": "video/mp4",
"mediaUrl": "https://media.luxuretv.com/videos/example.mp4?expires=1782408425",
"expiresAt": "2026-06-25T17:27:05.000Z"
}
]
}

You can export the dataset as JSON, CSV, Excel, XML, RSS, or HTML.

💳 Pricing

This Actor uses pay-per-event pricing. You are charged once for each public video saved with details and at least one direct media link. Invalid, unsupported, private, removed, blocked, account-only, failed, empty, and no-media inputs are not charged.

🔌 Integrations

Run the Actor with the Apify API, schedule runs, connect webhooks, or send dataset rows to other Apify integrations. This video shows how to connect an Actor to other apps:

❓ FAQ

📃 Why did my remote URL list produce no rows?

Make sure the input uses a remote URL-list source and the file has one full LuxureTV video page URL per line. The Actor reports rejected or unresolved entries in the run logs instead of silently treating them as saved videos.

🧩 Why did one URL create no row?

The page may be invalid, private, removed, blocked, account-only, unsupported, unreachable, or missing a direct MP4 link. Check the run logs for that input.

Run the Actor again with the same public video page URL. The source may give a fresh media link.

💾 Does it save MP4 files to Apify storage?

No. It returns links hosted by the source. It does not copy files, make ZIP files, or convert videos.

🔐 Do I need a LuxureTV login or cookies?

No for supported public pages. Private and account-only pages are not supported.

🔌 Can I use it as an API?

Yes. Start a run with the Apify API and read rows from the default dataset API.

📝 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 🫡

Made with ❤️ by Maxime Dupré