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.
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.
The actor stores results in a structured JSON format, including:
This actor is regularly maintained and updated to ensure compatibility with VK.com's latest changes and to improve performance.
keywords
: Array of search terms to find usersmaxItems
: Maximum number of results to collectA full explanation of an input example in JSON.
1{ 2 "keywords": [ 3 "fashion" 4 ], 5 "maxItems": 50 6}
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]
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.
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.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
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!