# Find Youtube Videos For Real Estate Investing

**Use case:** 

Use this ready-to-run task to find Youtube Videos For Real Estate Investing on YouTube and export public ranked search results for SEO, content research, or...

## Input

```json
{
  "queries": [
    "real estate investing"
  ],
  "maxResultsPerQuery": 25,
  "resultType": "videos",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "resultType": {
    "label": "Type",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "videoId": {
    "label": "Video ID",
    "format": "text"
  },
  "channelId": {
    "label": "Channel ID",
    "format": "text"
  },
  "playlistId": {
    "label": "Playlist ID",
    "format": "text"
  },
  "channelName": {
    "label": "Channel",
    "format": "text"
  },
  "channelUrl": {
    "label": "Channel URL",
    "format": "link"
  },
  "publishedTimeText": {
    "label": "Published",
    "format": "text"
  },
  "durationText": {
    "label": "Duration",
    "format": "text"
  },
  "viewCountText": {
    "label": "Views",
    "format": "text"
  },
  "subscriberCountText": {
    "label": "Subscribers",
    "format": "text"
  },
  "videoCountText": {
    "label": "Video count",
    "format": "text"
  },
  "descriptionSnippet": {
    "label": "Description",
    "format": "text"
  },
  "thumbnailUrl": {
    "label": "Thumbnail",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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