# Find US AI tutorial videos from this month

**Use case:** 

Scrape YouTube AI tutorial videos in the US from this month. Get titles, views, durations, channels, and URLs for content research.

## Input

```json
{
  "query": "AI tutorial",
  "maxResults": 100,
  "scrapeAllResults": false,
  "type": "video",
  "sortBy": "popularity",
  "duration": "3to20min",
  "uploadDate": "month",
  "geo": "US",
  "lang": "en",
  "features": {
    "HD": true,
    "subtitles": true
  },
  "local": true
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "viewCount": {
    "label": "Views",
    "format": "number"
  },
  "duration": {
    "label": "Duration",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "thumbnail": {
    "label": "Thumbnail",
    "format": "link"
  },
  "date": {
    "label": "Published",
    "format": "text"
  },
  "channelName": {
    "label": "Channel",
    "format": "text"
  },
  "channelUrl": {
    "label": "Channel URL",
    "format": "link"
  },
  "channelHandle": {
    "label": "Handle",
    "format": "text"
  },
  "channelThumbnail": {
    "label": "Channel Thumbnail",
    "format": "link"
  },
  "searchQuery": {
    "label": "Query",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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