# VK Video Tech Reviewer Channel Scraper

**Use case:** 

Scrape stats for tech, gadget and auto review channels on VK Video — followers, video output and view counts. Great for tech-niche research.

## Input

```json
{
  "profileUrls": [
    {
      "url": "https://vkvideo.ru/@wylsacom"
    },
    {
      "url": "https://vkvideo.ru/@eldarmurtazin"
    },
    {
      "url": "https://vkvideo.ru/@topgir"
    }
  ],
  "includeRecentVideos": true,
  "maxVideos": 10,
  "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.