# Automate torrent downloads with Apify

**Use case:** 

Automate public torrent downloads with Apify API runs, schedules, exports, webhooks, storage links, and dataset output.

## Input

```json
{
  "targets": [
    "https://webtorrent.io/torrents/sintel.torrent"
  ],
  "maxTorrentSizeMb": 250,
  "maxRunSizeMb": 500
}
```

## Output

```json
{
  "fileName": {
    "label": "File name",
    "format": "string"
  },
  "downloadUrl": {
    "label": "Download URL",
    "format": "string"
  },
  "torrentName": {
    "label": "Torrent name",
    "format": "string"
  },
  "filePath": {
    "label": "File path",
    "format": "string"
  },
  "fileSizeBytes": {
    "label": "File size",
    "format": "integer"
  },
  "infoHash": {
    "label": "Info hash",
    "format": "string"
  },
  "target": {
    "label": "Submitted target",
    "format": "string"
  }
}
```

## About this Actor

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