# Export SpankBang MP4 Links

**Use case:** 

Get the MP4 links shown on one public SpankBang watch page.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://spankbang.com/a4sr0/video/vip4k+renovation+llc+the+lakehouse"
    }
  ]
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "uploaderName": {
    "label": "Uploader",
    "format": "string"
  },
  "durationSeconds": {
    "label": "Duration seconds",
    "format": "integer"
  },
  "thumbnailUrl": {
    "label": "Thumbnail URL",
    "format": "string"
  },
  "uploadDate": {
    "label": "Upload date",
    "format": "string"
  },
  "viewCount": {
    "label": "Views",
    "format": "integer"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "availableFormats": {
    "label": "Available formats",
    "format": "array"
  },
  "fetchedAt": {
    "label": "Fetched at",
    "format": "string"
  },
  "videoId": {
    "label": "Video ID",
    "format": "string"
  }
}
```

## About this Actor

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