# LuxureTV downloader API

**Use case:** 

Run LuxureTV Downloader with an API-ready input and read the results from its dataset.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://luxuretv.com/videos/jeune-amatrice-se-fait-prendre-en-levrette-par-le-pote-de-son-grand-frere-524.html"
    }
  ]
}
```

## Output

```json
{
  "videoId": {
    "label": "Video ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "durationSeconds": {
    "label": "Duration in seconds",
    "format": "integer"
  },
  "thumbnailUrl": {
    "label": "Thumbnail URL",
    "format": "string"
  },
  "uploaderName": {
    "label": "Uploader name",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published at",
    "format": "string"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "mediaVariants": {
    "label": "Media variants",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Luxuretv Video Downloader](https://apify.com/maximedupre/luxuretv-downloader) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/luxuretv-downloader) to learn more, explore other use cases, and run it yourself.