VK Market Search Scraper 🛍️

VK Market Search Scraper 🛍️

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.

SOCIAL_MEDIAINTEGRATIONSApify

Extract product listings and detailed information from VK.com marketplace search results. Perfect for market research, price monitoring, and competitive analysis.

Features ✨

  • 🔍 Search products by keywords
  • 📦 Extract comprehensive product details including:
    • Product title and description
    • Pricing information with currency
    • Category and subcategory
    • High-quality product images
    • Seller information
    • Product ratings and metadata
  • ⚡ Fast and efficient scraping with built-in scrolling
  • 🛡️ Advanced anti-detection mechanisms
  • 💾 Structured JSON output
  • ⚙️ Configurable maximum items limit

Use Cases 🎯

  • Market research and analysis
  • Price monitoring and comparison
  • Product availability tracking
  • Competitive intelligence
  • Data aggregation for e-commerce platforms

Input Parameters 📝

  • keywords: Array of search terms to scrape products for
  • maxItems: Maximum number of items to scrape

Output 📊

The actor provides detailed product information in JSON format, including:

  • Product ID and title
  • Detailed description
  • Price with currency information
  • Category hierarchy
  • High-resolution images and thumbnails
  • Product metadata (availability, market URL, etc.)
  • Timestamp of when the data was scraped

Tips 💡

  • Use specific keywords for better results
  • Adjust maxItems based on your needs
  • Consider rate limits and fair usage

Need help? Feel free to reach out through Apify's support channels! 🤝

Input Example

A full explanation of an input example in JSON.

1{
2    "keywords": [
3        "bike"
4    ],
5    "maxItems": 20
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": "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]

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!