# Export Vimeo to Excel - Links + Metadata

**Use case:** 

Run Export Vimeo to Excel - Links + Metadata on Apify in one click. Pre-configured task ready to use.

## Input

```json
{
  "url": "https://vimeo.com/347119375",
  "urls": [
    "https://vimeo.com/347119375",
    "https://vimeo.com/channels/staffpicks"
  ],
  "maxResults": 100
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "title": {
    "label": "Titre",
    "format": "text"
  },
  "uploader": {
    "label": "Uploader",
    "format": "text"
  },
  "duration": {
    "label": "DurÃ©e (s)",
    "format": "number"
  },
  "upload_date": {
    "label": "Date",
    "format": "text"
  },
  "view_count": {
    "label": "Vues",
    "format": "number"
  },
  "like_count": {
    "label": "Likes",
    "format": "number"
  },
  "privacy": {
    "label": "ConfidentialitÃ©",
    "format": "text"
  },
  "qualities_available": {
    "label": "Qualities available"
  },
  "download_url": {
    "label": "Download (best)",
    "format": "link"
  },
  "download_hd": {
    "label": "Download HD",
    "format": "link"
  },
  "download_4k": {
    "label": "Download 4K",
    "format": "link"
  },
  "best_format": {
    "label": "Format",
    "format": "text"
  },
  "formats_count": {
    "label": "Formats count"
  },
  "thumbnail": {
    "label": "Thumbnail"
  },
  "webpage_url": {
    "label": "URL",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Vimeo Downloader & Scraper - HD/4K MP4 + Metadata](https://apify.com/dltik/vimeo-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dltik/vimeo-scraper) to learn more, explore other use cases, and run it yourself.