# VK Video Blogger & Creator Stats Scraper

**Use case:** 

Compare top VK Video bloggers and vloggers by followers, views and likes. Perfect for influencer marketing shortlists. Export-ready data.

## Input

```json
{
  "profileUrls": [
    {
      "url": "https://vkvideo.ru/@toples"
    },
    {
      "url": "https://vkvideo.ru/@kuplinov"
    },
    {
      "url": "https://vkvideo.ru/@bigrussianboss"
    },
    {
      "url": "https://vkvideo.ru/@eldarmurtazin"
    }
  ],
  "includeRecentVideos": false,
  "maxVideos": 20,
  "maxItems": 0,
  "concurrency": 5,
  "excludeEmptyFields": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "screenName": {
    "label": "Screen name"
  },
  "type": {
    "label": "Type"
  },
  "isVerified": {
    "label": "Verified"
  },
  "statistics.followers": {
    "label": "Followers"
  },
  "statistics.videosCount": {
    "label": "Videos"
  },
  "statistics.clipsCount": {
    "label": "Clips"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [VK Video Profile Scraper | Cheap 1$ / 1k](https://apify.com/trev0n/vk-video-profile-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/trev0n/vk-video-profile-scraper) to learn more, explore other use cases, and run it yourself.