# Youtube Socialblade

**Use case:** 

Extract Socialblade data filtered by youtube. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "platform": "youtube",
  "sortBy": "mostsubscribed",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "avatarUrl": {
    "label": "Avatar",
    "format": "string"
  },
  "channelName": {
    "label": "Channel Name",
    "format": "string"
  },
  "channelUrl": {
    "label": "Channel URL",
    "format": "string"
  },
  "channelId": {
    "label": "Channel ID",
    "format": "string"
  },
  "handle": {
    "label": "Handle",
    "format": "string"
  },
  "platform": {
    "label": "Platform",
    "format": "string"
  },
  "grade": {
    "label": "Grade",
    "format": "string"
  },
  "subscribers": {
    "label": "Subscribers",
    "format": "integer"
  },
  "subscriberChange30d": {
    "label": "Sub Change 30d",
    "format": "string"
  },
  "videoViews": {
    "label": "Video Views",
    "format": "integer"
  },
  "videoViewsChange30d": {
    "label": "Views Change 30d",
    "format": "string"
  },
  "uploadCount": {
    "label": "Upload Count",
    "format": "integer"
  },
  "sbRank": {
    "label": "SB Rank",
    "format": "integer"
  },
  "subscriberRank": {
    "label": "Subscriber Rank",
    "format": "integer"
  },
  "viewsRank": {
    "label": "Views Rank",
    "format": "integer"
  },
  "countryRank": {
    "label": "Country Rank",
    "format": "integer"
  },
  "categoryRank": {
    "label": "Category Rank",
    "format": "integer"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "channelType": {
    "label": "Channel Type",
    "format": "string"
  },
  "madeForKids": {
    "label": "Made for Kids",
    "format": "boolean"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "estimatedMonthlyEarnings": {
    "label": "Est. Monthly Earnings",
    "format": "string"
  },
  "estimatedYearlyEarnings": {
    "label": "Est. Yearly Earnings",
    "format": "string"
  },
  "createdAt": {
    "label": "Created At",
    "format": "string"
  },
  "disabled": {
    "label": "Disabled",
    "format": "boolean"
  },
  "socials": {
    "label": "Socials",
    "format": "array"
  },
  "bannerUrl": {
    "label": "Banner URL",
    "format": "string"
  },
  "socialBladeUrl": {
    "label": "Social Blade URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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