# LuxureTV bulk URL resolver

**Use case:** 

Resolve a list of public LuxureTV video page URLs in one run.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://luxuretv.com/videos/contribution-amateur-d---une-jeune-arabe-qui-se-fait-sodomiser-par-son-cousin-521.html"
    },
    {
      "url": "https://luxuretv.com/videos/porno-amateur-avec-une-etudiante-qui-se-tape-son-voisin-522.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.