VK People Scraper

VK People Scraper

Scrape VK.com user profiles based on search keywords. Extract detailed user information including usernames, profile URLs, locations, and avatar images. Perfect for lead generation, market research, and social media analysis.

SOCIAL_MEDIAVIDEOSApify

VK People Scraper 🔍

🤖 What does VK People Scraper do?

VK People Scraper is a powerful tool that allows you to extract user profiles from VK.com (formerly VKontakte) based on search keywords. This actor navigates through VK's search results, collecting detailed information about users matching your search criteria.

✨ Features

  • 🎯 Search for users based on keywords
  • 👥 Extract detailed user profile information
  • 📍 Get user locations
  • 🖼️ Collect profile picture URLs
  • ⚡ High-performance scraping with Puppeteer
  • 🛡️ Built-in anti-detection mechanisms
  • 🔄 Automatic pagination handling

📊 Output Dataset

The actor stores results in a structured JSON format, including:

  • User ID
  • Username
  • Profile URL
  • Location
  • Avatar URL
  • Search keyword used
  • Timestamp of scraping

💡 Use Cases

  • 🎯 Lead Generation
  • 📊 Market Research
  • 👥 Audience Analysis
  • 🔍 Competitor Research
  • 🌐 Social Media Marketing

💡 Tips

  • Use specific keywords for better results
  • Adjust maxItems based on your needs
  • Consider running the actor during off-peak hours for better performance

🔄 Updates & Maintenance

This actor is regularly maintained and updated to ensure compatibility with VK.com's latest changes and to improve performance.

🔧 Input Parameters

  • keywords: Array of search terms to find users
  • maxItems: Maximum number of results to collect

Input Example

A full explanation of an input example in JSON.

1{
2    "keywords": [
3        "fashion"
4    ],
5 	"maxItems": 50
6}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2	{
3		"keyword": "fashion",
4		"userId": "695449622",
5		"username": "Anna Fashion-Art",
6		"profileUrl": "https://vk.com/anna_fashion_art",
7		"location": "Moscow",
8		"avatarUrl": "https://sun6-22.userapi.com/s/v1/ig2/d0ReCkgwvB94ZDooEKdF06P_sIU6O1pWS6_rHO4dOVC_ehQMnc4YRHkEnCm4-N-cHGcsWkNGGxYLfxTmIEDafRA5.jpg?quality=95&crop=0,263,1904,1904&as=32x32,48x48,72x72,108x108,160x160,240x240,360x360,480x480,540x540,640x640,720x720,1080x1080,1280x1280,1440x1440&ava=1&cs=100x100",
9		"scrapedAt": "2024-11-22T15:51:48.108Z"
10	},
11	{
12		"keyword": "fashion",
13		"userId": "345370518",
14		"username": "Kataleya Fashion",
15		"profileUrl": "https://vk.com/id345370518",
16		"location": "Moscow",
17		"avatarUrl": "https://sun6-20.userapi.com/s/v1/if1/LMd4QATAi4G9bWUXbbc1nseJBvX9kHxmojBW2jrm-VailIsdB3cztZo-lN99OBgoCM602A.jpg?quality=96&crop=80,80,640,640&as=32x32,48x48,72x72,108x108,160x160,240x240,360x360,480x480,540x540,640x640&ava=1&cs=100x100",
18		"scrapedAt": "2024-11-22T15:51:48.109Z"
19	},
20    ...
21]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!