# Production export: digital marketing

**Use case:** 

YouTube Scraper configured for production export around “digital marketing”. The saved input exposes queries, maxResults, maxResultsPerQuery, searchType,...

## Input

```json
{
  "queries": [
    "digital marketing"
  ],
  "maxResults": 250,
  "maxResultsPerQuery": 200,
  "searchType": "channels",
  "sort": "relevance"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "duration": {
    "label": "Duration",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "views": {
    "label": "Views",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [YouTube Scraper - Videos, Channels, Search - No Proxy, Fast](https://apify.com/thirdwatch/youtube-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/youtube-scraper) to learn more, explore other use cases, and run it yourself.