# NBA's Most Popular YouTube Shorts

**Use case:** 

Scrape the NBA's top YouTube Shorts by views with full engagement data for sports and fan research. No login or API key needed.

## Input

```json
{
  "startUrls": [
    "@NBA"
  ],
  "maxResults": 25,
  "sortOrder": "popular",
  "includeComments": false,
  "maxComments": 20,
  "downloadVideos": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "title": {
    "label": "Title"
  },
  "channelName": {
    "label": "Channel name"
  },
  "viewCount": {
    "label": "Views",
    "format": "number"
  },
  "likeCount": {
    "label": "Likes",
    "format": "number"
  },
  "commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "viralScore": {
    "label": "Viral score",
    "format": "number"
  },
  "engagementRate": {
    "label": "Engagement",
    "format": "number"
  },
  "durationSeconds": {
    "label": "Duration seconds"
  },
  "publishedAt": {
    "label": "Published",
    "format": "date"
  },
  "hashtags": {
    "label": "Hashtags"
  },
  "url": {
    "label": "Short URL",
    "format": "link"
  },
  "videoDownloadUrl": {
    "label": "Download",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [YouTube Shorts Scraper — Discovery, Virality & Downloads](https://apify.com/constructive_calm/youtube-shorts-scraper-pro) with a specific input configuration. Visit the [Actor detail page](https://apify.com/constructive_calm/youtube-shorts-scraper-pro) to learn more, explore other use cases, and run it yourself.