# Newest first YouTube Shorts

**Use case:** 

Extract YouTube Shorts data filtered by Newest first. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "channels": [
    "@nasa"
  ],
  "maxResultsShorts": 10,
  "sortChannelShortsBy": "NEWEST",
  "oldestPostDate": "2024-01-01"
}
```

## Output

```json
{
  "thumbnailUrl": {
    "label": "Thumbnail",
    "format": "image"
  },
  "channelAvatarUrl": {
    "label": "Avatar",
    "format": "image"
  },
  "channelBannerUrl": {
    "label": "Banner",
    "format": "image"
  },
  "videoId": {
    "label": "Video ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "viewCount": {
    "label": "Views",
    "format": "number"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "duration": {
    "label": "Duration",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "text": {
    "label": "Description",
    "format": "text"
  },
  "hashtags": {
    "label": "Hashtags",
    "format": "array"
  },
  "descriptionLinks": {
    "label": "Description Links",
    "format": "array"
  },
  "collaborators": {
    "label": "Collaborators",
    "format": "array"
  },
  "musicCredits": {
    "label": "Music Credits",
    "format": "array"
  },
  "aiSummary": {
    "label": "AI Summary",
    "format": "text"
  },
  "commentsCount": {
    "label": "Comments",
    "format": "number"
  },
  "commentsTurnedOff": {
    "label": "Comments Off",
    "format": "boolean"
  },
  "isAgeRestricted": {
    "label": "Age Restricted",
    "format": "boolean"
  },
  "isUnlisted": {
    "label": "Unlisted",
    "format": "boolean"
  },
  "order": {
    "label": "Order",
    "format": "number"
  },
  "channelName": {
    "label": "Channel",
    "format": "text"
  },
  "channelHandle": {
    "label": "Handle",
    "format": "text"
  },
  "channelId": {
    "label": "Channel ID",
    "format": "text"
  },
  "numberOfSubscribers": {
    "label": "Subscribers",
    "format": "number"
  },
  "isChannelVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "channelTotalViews": {
    "label": "Total Views",
    "format": "number"
  },
  "channelTotalVideos": {
    "label": "Total Videos",
    "format": "number"
  },
  "channelDescription": {
    "label": "Channel Bio",
    "format": "text"
  },
  "channelJoinedDate": {
    "label": "Joined Date",
    "format": "text"
  },
  "channelLocation": {
    "label": "Location",
    "format": "text"
  },
  "channelDescriptionLinks": {
    "label": "Channel Links",
    "format": "array"
  },
  "url": {
    "label": "Short URL",
    "format": "link"
  },
  "channelUrl": {
    "label": "Channel URL",
    "format": "link"
  },
  "date": {
    "label": "Publish Date",
    "format": "date"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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