# VK Scraper - Low-cost All-in-one💲🔥🌐🎬 (`delectable_incubator/vk-scraper-low-cost-all-in-one`) Actor

🔍 Scrape VK (VKontakte) profiles, communities and videos by keyword. Extract names, descriptions, follower counts, profile URLs, community details, video metadata & more. Perfect for social media research, audience analysis, lead generation, trend monitoring and marketing intelligence.

- **URL**: https://apify.com/delectable\_incubator/vk-scraper-low-cost-all-in-one.md
- **Developed by:** [Prime Scrape](https://apify.com/delectable_incubator) (community)
- **Categories:** Social media, Videos, Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.00005 / actor start

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

<p align="center">
  <img src="https://i.ibb.co/jkNS73wX/readme.png" alt="VK Scraper" width="100%">
</p>

***

## 🌐👥 VK Scraper 🇷🇺 | Bulk Keyword Scraper | Profiles, Communities & Videos | Apify Actor

### 🚀 Extract VK (VKontakte) Data in Seconds (No Code)

The VK Scraper (Apify Actor) is a powerful, scalable and SEO-optimized VKontakte scraping solution designed to extract public data from VK search results.

Scrape **profiles, communities, and videos** using **bulk keywords** and export structured datasets for lead generation, market research, AI datasets, influencer discovery, competitive intelligence, and social media analytics.

***

## 🔥 Why This VK Scraper?

✔ Best VK Scraper on Apify

✔ Supports Bulk Keyword Scraping (Multi-Search)

✔ Scrape Profiles, Communities & Videos

✔ Fast & scalable extraction

✔ Structured JSON / CSV / Excel output

✔ Perfect for marketing, research & AI datasets

✔ No coding required

***

## 🎯 What This Scraper Does

This Apify Actor extracts public VK search results using one or multiple keywords.

#### 📌 Core Features

✅ Scrape VK Profiles

✅ Scrape VK Communities

✅ Scrape VK Videos

✅ Bulk keyword scraping

✅ Automatic pagination

✅ Extract profile information

✅ Extract community information

✅ Extract video information

✅ High-speed cloud scraping

✅ Clean structured datasets

***

## ⚡ Input Configuration (Simple & Powerful)

### 🔥 BULK KEYWORD MODE (SEO BOOST 🚀)

```
{
    "community_type": "Any",
    "gender": "Any",
    "keywords": [
        "fashion"
    ],
    "maxitems": 60,
    "order": "By relevance",
    "proxy": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ],
        "apifyProxyCountry": "RU"
    },
    "scraper": "people"
}
```

You can simply add hundreds of keywords and scrape them in one run.

Supported scraper values:

- people
- communities
- videos

***

## 📊 Extracted Data

Depending on the selected scraper type.

### 👥 Profiles

| Field | Description |
|--------|-------------|
| id | Profile ID |
| name | Full name |
| profileUrl | VK profile URL |
| avatar | Profile image |
| city | City |
| country | Country |
| verified | Verification status |
| additionalInfo | Public profile information |

***

### 🌐 Communities

| Field | Description |
|--------|-------------|
| id | Community ID |
| name | Community name |
| communityUrl | Community URL |
| description | Description |
| members | Members count |
| avatar | Community image |
| verified | Verification status |

***

### 🎬 Videos

| Field | Description |
|--------|-------------|
| id | Video ID |
| title | Video title |
| videoUrl | Video URL |
| thumbnail | Thumbnail |
| duration | Duration |
| views | Views |
| uploader | Publisher |
| uploadDate | Published date |

***

## 💡 Use Cases

Perfect for:

👥 Lead generation

📈 Social media intelligence

🎯 Influencer discovery

🏢 Competitor monitoring

📊 Audience research

🤖 AI training datasets

🌍 Community analysis

📺 Video trend monitoring

📢 Marketing research

🔍 Brand monitoring

***

## 🚀 Key Features

⚡ Bulk keyword support

👥 Profile scraping

🌐 Community scraping

🎬 Video scraping

📌 Automatic pagination

🧠 Clean structured output

📊 High-speed extraction

🔁 Reliable cloud execution

💾 Export-ready datasets

⚙️ Scalable Apify Actor

***

## 📤 Export Formats

✔ JSON

✔ CSV

✔ Excel (XLSX)

✔ XML

✔ HTML

✔ RSS

***

## 📦 Example Output

```
{
  "id": "123456789",
  "name": "John Doe",
  "profileUrl": "https://vk.com/example",
  "avatar": "https://...",
  "city": "Moscow",
  "country": "Russia",
  "verified": false
}
```

***

## 🔥 Why This is the BEST VK Scraper on Apify?

✔ Optimized for Apify Search

✔ Enterprise-ready performance

✔ Bulk keyword support

✔ Supports profiles, communities & videos

✔ Clean structured datasets

✔ Fast cloud infrastructure

✔ Reliable extraction engine

✔ Built for automation & AI pipelines

***

## 💸 Pricing

This scraper runs on a pay-per-result pricing model.

You only pay for successfully extracted records.

💳 Price: **$1.98 / 1,000 results**

***

## ❓ FAQ

#### Can I scrape multiple keywords?

Yes.

Simply provide a list of keywords and the scraper processes them automatically.

***

#### Can I scrape profiles?

Yes.

***

#### Can I scrape communities?

Yes.

***

#### Can I scrape videos?

Yes.

***

#### Is coding required?

No.

Everything works directly from the Apify interface.

***

#### Can I export the data?

Yes.

Supports JSON, CSV, Excel, XML, HTML and RSS.

***

## ⚠️ Disclaimer

This tool is an independent data extraction solution and is not affiliated with VK (VKontakte).

Users are responsible for complying with VK's Terms of Service and all applicable laws.

***

## 🔗 Related Actors

We are building the complete **PrimeScrape Social Media Intelligence Suite.**

More premium social media scrapers are coming soon.

🚀 Stay tuned.

***

## 🌍 PrimeScrape Ecosystem

Built for large-scale data extraction, automation, AI datasets and business intelligence.

📊 Social Media Intelligence

👥 Lead Generation

🏢 Company Intelligence

📈 Market Research

🤖 AI Training Datasets

⚙️ Automation Pipelines

🌐 Public Data Extraction

***

## 📬 Support

⭐⭐⭐⭐⭐

If this scraper saves you time, please leave a review.

For enterprise scraping solutions, custom actors, or large-scale data collection, feel free to contact PrimeScrape.

# Actor input Schema

## `scraper` (type: `string`):

Choose whether to scrape people profiles, communities, or videos.

## `keywords` (type: `array`):

One or more keywords/hashtags to search VK for. Each keyword is scraped separately, up to 'maxitems' per keyword.

## `maxitems` (type: `integer`):

Maximum number of items to scrape from VK, per keyword 📊

## `gender` (type: `string`):

Only applies when 'scraper' is set to 'people'. Ignored for community/videos.

## `order` (type: `string`):

Only applies when 'scraper' is set to 'community'. Ignored for people/videos.

## `community_type` (type: `string`):

Only applies when 'scraper' is set to 'community'. Ignored for people/videos.

## `proxy` (type: `object`):

RESIDENTIAL proxy required

## Actor input object example

```json
{
  "scraper": "people",
  "keywords": [
    "fashion"
  ],
  "maxitems": 100,
  "gender": "Any",
  "order": "By relevance",
  "community_type": "Any",
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "RU"
  }
}
```

# Actor output Schema

## `overview` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "scraper": "people",
    "keywords": [
        "fashion"
    ],
    "maxitems": 100,
    "gender": "Any",
    "order": "By relevance",
    "community_type": "Any",
    "proxy": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ],
        "apifyProxyCountry": "RU"
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("delectable_incubator/vk-scraper-low-cost-all-in-one").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "scraper": "people",
    "keywords": ["fashion"],
    "maxitems": 100,
    "gender": "Any",
    "order": "By relevance",
    "community_type": "Any",
    "proxy": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "RU",
    },
}

# Run the Actor and wait for it to finish
run = client.actor("delectable_incubator/vk-scraper-low-cost-all-in-one").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "scraper": "people",
  "keywords": [
    "fashion"
  ],
  "maxitems": 100,
  "gender": "Any",
  "order": "By relevance",
  "community_type": "Any",
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "RU"
  }
}' |
apify call delectable_incubator/vk-scraper-low-cost-all-in-one --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=delectable_incubator/vk-scraper-low-cost-all-in-one",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/acts/8OPuQ4Z5jxAZP3cZ7/builds/5VUrwjlFVRFcLCxVn/openapi.json
