# Social Blade Lookup Example - ThePrimeagen

**Use case:** 

Access comprehensive statistics for ThePrimeagen across YouTube, Twitch, Instagram, and TikTok. Get daily historical data and growth projections.

## Input

```json
{
  "platform": "youtube",
  "queries": [
    "https://www.youtube.com/c/theprimeagen",
    "https://www.twitch.tv/ThePrimeagen",
    "https://www.instagram.com/ThePrimeagen",
    "https://www.tiktok.com/@theprimeagen"
  ],
  "resultType": "profile",
  "includeHistory": true,
  "includeGrowth": true,
  "historyLimit": 30,
  "maxConcurrency": 5,
  "maxRetries": 6,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "platform": {
    "label": "Platform",
    "format": "string"
  },
  "resultType": {
    "label": "Result type",
    "format": "string"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "id": {
    "label": "ID",
    "format": "string"
  },
  "displayName": {
    "label": "Display name",
    "format": "string"
  },
  "subscribers": {
    "label": "Subscribers",
    "format": "number"
  },
  "followers": {
    "label": "Followers",
    "format": "number"
  },
  "views": {
    "label": "Total views",
    "format": "number"
  },
  "uploads": {
    "label": "Uploads",
    "format": "number"
  },
  "sbGrade": {
    "label": "Social Blade grade",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "category": {
    "label": "Category / channel type",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Social Blade Scraper — YouTube, TikTok, Instagram, Twitch Stats](https://apify.com/rl1987/social-blade-lookup) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rl1987/social-blade-lookup) to learn more, explore other use cases, and run it yourself.