# Download RedGifs videos

**Use case:** 

Run a saved task to download public RedGifs videos with Apify-hosted file links and an optional ZIP archive for downloaded files.

## Input

```json
{
  "targets": [
    "https://www.redgifs.com/watch/seashellverifiablenorwaylobster"
  ],
  "searchQuery": "",
  "preferredQuality": "best",
  "downloadFiles": true,
  "createZip": true,
  "maxItems": 1
}
```

## Output

```json
{
  "id": {
    "label": "Video ID",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "canonicalUrl": {
    "label": "Canonical URL",
    "format": "string"
  },
  "downloadUrl": {
    "label": "Download URL",
    "format": "string"
  },
  "selectedQuality": {
    "label": "Selected quality",
    "format": "string"
  },
  "durationSeconds": {
    "label": "Duration seconds",
    "format": "number"
  },
  "thumbnailUrl": {
    "label": "Thumbnail URL",
    "format": "string"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "userName": {
    "label": "Username",
    "format": "string"
  },
  "views": {
    "label": "Views",
    "format": "integer"
  },
  "likes": {
    "label": "Likes",
    "format": "integer"
  },
  "rowOrigin": {
    "label": "Row origin",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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