Scrape VK groups and communities data with advanced search capabilities. Extract group details including name, ID, followers count, category, and more. Perfect for market research and social media analysis.
Extract comprehensive data from VK (VKontakte) groups and communities based on your search keywords. This actor helps you gather valuable insights about VK communities for market research, social media analysis, or competitive intelligence.
For each VK group, the actor extracts:
keywords
: Array of search terms to find relevant groupsmaxItems
: Maximum number of groups to scrapeA 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 "groupId": "55367298", 5 "avatarUrl": "https://sun6-23.userapi.com/s/v1/ig2/1FApXncAiW6NFIizU1Jj26ourjDW_XZ2QePYFHerJTDNaWRwYdC1Gbo50sWCmiTVl8UWd9mDpChCKVW604QEqjDg.jpg?quality=95&crop=189,268,1588,1588&as=32x32,48x48,72x72,108x108,160x160,240x240,360x360,480x480,540x540,640x640,720x720,1080x1080,1280x1280,1440x1440&ava=1&cs=100x100", 6 "groupUrl": "https://vk.com/fashionfabrique", 7 "name": "FASHION FABRIQUE", 8 "isVerified": true, 9 "category": "Clothing, shoes", 10 "followersCount": 96125, 11 "scrapedAt": "2024-11-22T13:21:54.540Z" 12 }, 13 { 14 "keyword": "fashion", 15 "groupId": "64937633", 16 "avatarUrl": "https://sun6-23.userapi.com/s/v1/if1/FKdSwxGC8spFbYUHdP0Jrom-IIIXlLekmqk2UCAQb2MVsNgxjykwbke4vywe78JNa7U5459Y.jpg?quality=96&crop=0,145,678,678&as=32x32,48x48,72x72,108x108,160x160,240x240,360x360,480x480,540x540,640x640&ava=1&cs=100x100", 17 "groupUrl": "https://vk.com/fshopbyyulya", 18 "name": "Шоу-рум "Fashion"", 19 "isVerified": true, 20 "category": "Clothing, shoes", 21 "followersCount": 9954, 22 "scrapedAt": "2024-11-22T13:21:54.541Z" 23 }, 24 ... 25]
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!