# Extract Audio-Only Download Links from YouTube Videos

**Use case:** 

Get audio-only stream URLs for one or many YouTube videos in a single run.

## Input

```json
{
  "videos": [
    "dQw4w9WgXcQ"
  ],
  "type": "audio"
}
```

## Output

```json
{
  "videoId": {
    "label": "Video ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "channelTitle": {
    "label": "Channel",
    "format": "text"
  },
  "lengthSeconds": {
    "label": "Length (s)",
    "format": "number"
  },
  "viewCount": {
    "label": "Views",
    "format": "number"
  },
  "formatCount": {
    "label": "Formats",
    "format": "number"
  },
  "url": {
    "label": "Video URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [YouTube Video Downloader – Get Direct MP4 & 4K Links by URL](https://apify.com/endspec/youtube-instant-video-downloader) with a specific input configuration. Visit the [Actor detail page](https://apify.com/endspec/youtube-instant-video-downloader) to learn more, explore other use cases, and run it yourself.