# Compare Social Blade Creators

**Use case:** 

Get structured data for compare social blade creators with Socialblade Scraper. Export results for research, monitoring, or automation.

## Input

```json
{
  "profileUrls": [
    {
      "url": "https://socialblade.com/youtube/handle/mkbhd"
    },
    {
      "url": "https://socialblade.com/twitch/user/shroud"
    }
  ],
  "maxProfiles": 2
}
```

## Output

```json
{
  "platform": {
    "label": "Platform",
    "format": "text"
  },
  "display_name": {
    "label": "Creator",
    "format": "text"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "audience_count": {
    "label": "Audience",
    "format": "number"
  },
  "grade": {
    "label": "Grade",
    "format": "text"
  },
  "sb_rank": {
    "label": "SB rank",
    "format": "number"
  },
  "country_rank": {
    "label": "Country rank",
    "format": "number"
  },
  "category_rank": {
    "label": "Category rank",
    "format": "number"
  },
  "views": {
    "label": "Views",
    "format": "number"
  },
  "videos": {
    "label": "Videos",
    "format": "number"
  },
  "engagement_rate": {
    "label": "Engagement rate",
    "format": "number"
  },
  "history_days": {
    "label": "History days",
    "format": "number"
  },
  "avatar_url": {
    "label": "Avatar",
    "format": "image"
  },
  "profile_url": {
    "label": "SocialBlade URL",
    "format": "link"
  }
}
```

## About this Actor

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