# Monitor Latest Industry News and Updates on YouTube

**Use case:** 

Keep track of breaking news and recent developments in your industry by scraping newly uploaded relevant videos. Ensure your business remains informed and respo

## Input

```json
{
  "searchQueries": [
    "fintech news today",
    "renewable energy breakthroughs",
    "cybersecurity latest trends"
  ],
  "maxResults": 40,
  "sortBy": "upload_date",
  "uploadDate": "this_week",
  "type": "video",
  "duration": "",
  "features": [],
  "market": "US"
}
```

## Output

```json
{
  "position": {
    "label": "Position",
    "format": "number"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "videoId": {
    "label": "Video ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "channelName": {
    "label": "Channel",
    "format": "text"
  },
  "viewCount": {
    "label": "Views",
    "format": "number"
  },
  "duration": {
    "label": "Duration",
    "format": "text"
  },
  "publishedTimeText": {
    "label": "Published",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "searchQuery": {
    "label": "Search Query",
    "format": "text"
  }
}
```

## About this Actor

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