Scrape VK.com marketplace listings with advanced search capabilities. Extract detailed product information including prices, descriptions, images and seller details from VK Market search results.
Extract product listings and detailed information from VK.com marketplace search results. Perfect for market research, price monitoring, and competitive analysis.
keywords
: Array of search terms to scrape products formaxItems
: Maximum number of items to scrapeThe actor provides detailed product information in JSON format, including:
Need help? Feel free to reach out through Apify's support channels! 🤝
A full explanation of an input example in JSON.
1{ 2 "keywords": [ 3 "bike" 4 ], 5 "maxItems": 20 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": "bike", 4 "item": { 5 "id": 10873591, 6 "owner_id": -228070959, 7 "title": "Руль Code bikes keeper 9.5", 8 "description": "Руль Code Bikes Keeper\nПодъём 9.5\nС термообработкой\nЗагиб назад:12°\nЗагиб вверх:1°\nВес:970 г \nРуль пилен на 3.5 см с каждой стороны, \nсостояние идеальное, есть только пару царапин", 9 "price": { 10 "amount": "250000", 11 "currency": { 12 "id": 643, 13 "name": "RUB", 14 "symbol": "₽" 15 }, 16 "formatted": "2,500 ₽" 17 }, 18 "category": { 19 "id": 41741, 20 "name": "BMX, stunt", 21 "parent": { 22 "id": 30409, 23 "name": "Bicycles" 24 } 25 }, 26 "images": { 27 "main": "https://sun6-23.userapi.com/impg/qlQFQKdJP_ngX12cgvQVKFVHlDpdipwo78Zosw/s7LBxuPgsD4.jpg?crop=0.231,0,0.537,1&size=0x400&quality=95&sign=9743b249a872eeaa3bc9cd8d36d3730c&c_uniq_tag=_lD5RPm30lYN43gsyHo8SMHOZqp9-PaE4RxWdRmQxJw", 28 "thumbnails": [ 29 { 30 "url": "https://sun6-23.userapi.com/impg/qlQFQKdJP_ngX12cgvQVKFVHlDpdipwo78Zosw/s7LBxuPgsD4.jpg?crop=0.231,0,0.537,1&size=0x90&quality=95&sign=af731945f8617d4663d44c4f4e2c5d79&c_uniq_tag=IRAUYGUhNT9eB1Su-XEzLPtxAYl7c-KVixv9wN6nd7I", 31 "width": 90, 32 "height": 90 33 }, 34 { 35 "url": "https://sun6-23.userapi.com/impg/qlQFQKdJP_ngX12cgvQVKFVHlDpdipwo78Zosw/s7LBxuPgsD4.jpg?crop=0.231,0,0.537,1&size=0x180&quality=95&sign=11d90bdbbb1578408ff6a99ad9000be8&c_uniq_tag=c9E3IvvfKxWgMyBMFrLUgUq-blSxwhzFoO1DwAZPup8", 36 "width": 180, 37 "height": 180 38 }, 39 { 40 "url": "https://sun6-23.userapi.com/impg/qlQFQKdJP_ngX12cgvQVKFVHlDpdipwo78Zosw/s7LBxuPgsD4.jpg?crop=0.231,0,0.537,1&size=0x360&quality=95&sign=b43409a685f143ee6da316deff0cf92a&c_uniq_tag=KK0nlx68ZCeQ2zXuxNdDOLHbU-2svh_giLeA-0RtEjo", 41 "width": 360, 42 "height": 360 43 }, 44 { 45 "url": "https://sun6-23.userapi.com/impg/qlQFQKdJP_ngX12cgvQVKFVHlDpdipwo78Zosw/s7LBxuPgsD4.jpg?crop=0.231,0,0.537,1&size=0x480&quality=95&sign=eaf3cba8791b811e3024cdec8fe7067d&c_uniq_tag=_sh1TOgqNxwKVKQHm-rVlHPKdRnVTzTIZJHVeXmQ39Y", 46 "width": 480, 47 "height": 480 48 }, 49 { 50 "url": "https://sun6-23.userapi.com/impg/qlQFQKdJP_ngX12cgvQVKFVHlDpdipwo78Zosw/s7LBxuPgsD4.jpg?crop=0.204,0,0.593,1&size=0x580&quality=95&sign=0b8b46ca94f493c7cea659e041b2a95d&c_uniq_tag=ioSb_u5PsnU-aBc60IANVFjkAFe8iyo6VPW3Z8X5Ffc", 51 "width": 640, 52 "height": 640 53 } 54 ] 55 }, 56 "rating": {}, 57 "metadata": { 58 "availability": 0, 59 "is_adult": false, 60 "market_url": "https://vk.com/market/product/rul-code-bikes-keeper-95-228070959-10873591", 61 "seo_slug": "rul-code-bikes-keeper-95" 62 } 63 }, 64 "scrapedAt": "2025-01-18T13:02:05.120Z" 65 }, 66 ... 67]
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!