# VK Posts Scraper 🔍 (`easyapi/vk-posts-scraper`) Actor

Extract posts and images from VK (VKontakte) social network based on keywords. Get detailed post data including author info, publication date, images, likes, views and more. Perfect for social media monitoring and market research.

- **URL**: https://apify.com/easyapi/vk-posts-scraper.md
- **Developed by:** [EasyApi](https://apify.com/easyapi) (community)
- **Categories:** Social media
- **Stats:** 231 total users, 39 monthly users, 81.0% runs succeeded, 7 bookmarks
- **User rating**: 5.00 out of 5 stars

## Pricing

from $4.99 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## VK Posts Scraper 🔍

Extract posts and related data from VK (VKontakte), the largest Russian social network. This actor helps you collect posts matching specific keywords along with comprehensive metadata.

### Features ✨

- 🔎 Search posts by keywords
- 📊 Extract detailed post information:
  - Post content and text
  - Author details (name, profile link, avatar)
  - Publication date
  - Engagement metrics (likes, views, reposts)
  - High-quality images in multiple sizes
  - Post ID and links
- ⚡ Fast and efficient scraping
- 🔄 Automatic pagination handling
- 🛡️ Built-in request management and rate limiting
- 📱 Mobile-friendly image URLs included

### Use Cases 💡

- Social media monitoring
- Market research and trend analysis
- Brand mentions tracking
- Competition analysis
- Content aggregation
- Visual content collection
- Influencer research

### Input Parameters 📝

- `keywords` (Array): List of keywords to search for
- `maxItems` (Integer): Maximum number of posts to collect (default: 100)

### Output 📋

The actor outputs detailed JSON data for each post, including:

- Basic post information
- Author details
- Publication timestamps
- Image URLs in various sizes
- Engagement metrics
- Post content and text
- Technical metadata

### Tips 💡

- Use specific keywords for better results
- Combine multiple keywords for broader coverage
- Monitor rate limits for large-scale scraping
- Consider using proxy for high-volume collection

Need help or custom solutions? Feel free to reach out!


#### Input Example
  
A full explanation of an input example in JSON.  
````

{
"keywords": \[
"fashion"
],
"maxItems": 20
}

````
  
#### 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.  
  
```json
[   
    {
        "keyword": "fashion",
        "postId": "-221514406_251",
        "author": {
            "name": "Fashion Oreginal |Одежда и Обувь",
            "link": "https://vk.com/waum.store",
            "id": "-221514406",
            "avatar": "https://sun6-21.userapi.com/s/v1/ig2/YnC0IOhe1sbXbcOBIzpZ7TST_rJTT3WHn0Z9gGnlH81ZsoXAtvoOOdi-nYK10xwXyXnvthvcNjKN6wMROCH1ZzA2.jpg?quality=95&crop=177,39,676,676&as=32x32,48x48,72x72,108x108,160x160,240x240,360x360,480x480,540x540,640x640&ava=1&u=UADUsCqNjv-Xrw1LHX5AiWHiIkQKnJ6Z6zQ4jhNmBNQ&cs=100x100"
        },
        "postItem": {
            "inner_type": "wall_wallpost",
            "donut": {
                "is_donut": false
            },
            "comments": {
                "count": 0
            },
            "marked_as_ads": 0,
            "compact_attachments_before_cut": 0,
            "type": "post",
            "carousel_offset": 0,
            "attachments": [
                {
                    "type": "photo",
                    "photo": {
                        "album_id": -7,
                        "date": 1737079567,
                        "id": 457240888,
                        "owner_id": -221514406,
                        "access_key": "fd519510833bacf4a3",
                        "sizes": [
                            {
                                "height": 75,
                                "type": "s",
                                "width": 56,
                                "url": "https://sun9-44.userapi.com/s/v1/ig2/mMjrdRCfwFREwpHvNen-4o4kCXWZeofP2RV-XV-Jj9HSBvJqCn96_LySfHU6qCP-a02xwCZCb7djEtKTPuNBLFWM.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=jhr4x9PFCEI0NYKg5yK1IyGpJM8DWh2Qk_POZvqc6Po&cs=56x75"
                            },
                            {
                                "height": 130,
                                "type": "m",
                                "width": 97,
                                "url": "https://sun9-44.userapi.com/s/v1/ig2/mMjrdRCfwFREwpHvNen-4o4kCXWZeofP2RV-XV-Jj9HSBvJqCn96_LySfHU6qCP-a02xwCZCb7djEtKTPuNBLFWM.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=jhr4x9PFCEI0NYKg5yK1IyGpJM8DWh2Qk_POZvqc6Po&cs=97x130"
                            },
                            {
                                "height": 604,
                                "type": "x",
                                "width": 453,
                                "url": "https://sun9-44.userapi.com/s/v1/ig2/mMjrdRCfwFREwpHvNen-4o4kCXWZeofP2RV-XV-Jj9HSBvJqCn96_LySfHU6qCP-a02xwCZCb7djEtKTPuNBLFWM.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=jhr4x9PFCEI0NYKg5yK1IyGpJM8DWh2Qk_POZvqc6Po&cs=453x604"
                            },
                            {
                                "height": 807,
                                "type": "y",
                                "width": 605,
                                "url": "https://sun9-44.userapi.com/s/v1/ig2/mMjrdRCfwFREwpHvNen-4o4kCXWZeofP2RV-XV-Jj9HSBvJqCn96_LySfHU6qCP-a02xwCZCb7djEtKTPuNBLFWM.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=jhr4x9PFCEI0NYKg5yK1IyGpJM8DWh2Qk_POZvqc6Po&cs=605x807"
                            },
                            {
                                "height": 1080,
                                "type": "z",
                                "width": 810,
                                "url": "https://sun9-44.userapi.com/s/v1/ig2/mMjrdRCfwFREwpHvNen-4o4kCXWZeofP2RV-XV-Jj9HSBvJqCn96_LySfHU6qCP-a02xwCZCb7djEtKTPuNBLFWM.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=jhr4x9PFCEI0NYKg5yK1IyGpJM8DWh2Qk_POZvqc6Po&cs=810x1080"
                            },
                            {
                                "height": 1500,
                                "type": "w",
                                "width": 1125,
                                "url": "https://sun9-44.userapi.com/s/v1/ig2/mMjrdRCfwFREwpHvNen-4o4kCXWZeofP2RV-XV-Jj9HSBvJqCn96_LySfHU6qCP-a02xwCZCb7djEtKTPuNBLFWM.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=jhr4x9PFCEI0NYKg5yK1IyGpJM8DWh2Qk_POZvqc6Po&cs=1125x1500"
                            },
                            {
                                "height": 173,
                                "type": "o",
                                "width": 130,
                                "url": "https://sun9-44.userapi.com/s/v1/ig2/mMjrdRCfwFREwpHvNen-4o4kCXWZeofP2RV-XV-Jj9HSBvJqCn96_LySfHU6qCP-a02xwCZCb7djEtKTPuNBLFWM.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=jhr4x9PFCEI0NYKg5yK1IyGpJM8DWh2Qk_POZvqc6Po&cs=130x173"
                            },
                            {
                                "height": 267,
                                "type": "p",
                                "width": 200,
                                "url": "https://sun9-44.userapi.com/s/v1/ig2/mMjrdRCfwFREwpHvNen-4o4kCXWZeofP2RV-XV-Jj9HSBvJqCn96_LySfHU6qCP-a02xwCZCb7djEtKTPuNBLFWM.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=jhr4x9PFCEI0NYKg5yK1IyGpJM8DWh2Qk_POZvqc6Po&cs=200x267"
                            },
                            {
                                "height": 427,
                                "type": "q",
                                "width": 320,
                                "url": "https://sun9-44.userapi.com/s/v1/ig2/mMjrdRCfwFREwpHvNen-4o4kCXWZeofP2RV-XV-Jj9HSBvJqCn96_LySfHU6qCP-a02xwCZCb7djEtKTPuNBLFWM.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=jhr4x9PFCEI0NYKg5yK1IyGpJM8DWh2Qk_POZvqc6Po&cs=320x427"
                            },
                            {
                                "height": 680,
                                "type": "r",
                                "width": 510,
                                "url": "https://sun9-44.userapi.com/s/v1/ig2/mMjrdRCfwFREwpHvNen-4o4kCXWZeofP2RV-XV-Jj9HSBvJqCn96_LySfHU6qCP-a02xwCZCb7djEtKTPuNBLFWM.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=jhr4x9PFCEI0NYKg5yK1IyGpJM8DWh2Qk_POZvqc6Po&cs=510x680"
                            }
                        ],
                        "blurred_sizes": [
                            {
                                "height": 173,
                                "type": "o",
                                "width": 130,
                                "url": "https://sun9-44.userapi.com/impf/VHEQtXVjIWm2LFjsL1L4iIj10qheTG5EF0kWww/IZOzY78ToqE.jpg?size=130x173&quality=95&blur=50,20&sign=ab97e5c3ef647e866e9f702f4b318230&c_uniq_tag=qMhffwn5HY4vkyDSmkZ1Cp9IPBsIHNktaAf4gczTMYE&type=album"
                            }
                        ],
                        "text": "",
                        "user_id": 100,
                        "web_view_token": "afd976cd63039b7873",
                        "has_tags": false,
                        "orig_photo": {
                            "height": 1500,
                            "type": "base",
                            "url": "https://sun9-44.userapi.com/s/v1/ig2/mMjrdRCfwFREwpHvNen-4o4kCXWZeofP2RV-XV-Jj9HSBvJqCn96_LySfHU6qCP-a02xwCZCb7djEtKTPuNBLFWM.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=jhr4x9PFCEI0NYKg5yK1IyGpJM8DWh2Qk_POZvqc6Po",
                            "width": 1125
                        }
                    },
                    "style": "full"
                },
                {
                    "type": "photo",
                    "photo": {
                        "album_id": -7,
                        "date": 1737079567,
                        "id": 457240889,
                        "owner_id": -221514406,
                        "access_key": "0755c69561abe01e81",
                        "sizes": [
                            {
                                "height": 75,
                                "type": "s",
                                "width": 56,
                                "url": "https://sun9-50.userapi.com/s/v1/ig2/HtYmEKuIB7uy3Ky1DLLQc5A3mcVPggy9gzUMIahhHX2K2sH8-GBYvew9wQr1qJTruo3FBQDpBTHzYhs09FeaVLOE.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=_hpRUkDycw2zcoPROV-fx6WLkZh4FZS-YBNQNB6nrrg&cs=56x75"
                            },
                            {
                                "height": 130,
                                "type": "m",
                                "width": 97,
                                "url": "https://sun9-50.userapi.com/s/v1/ig2/HtYmEKuIB7uy3Ky1DLLQc5A3mcVPggy9gzUMIahhHX2K2sH8-GBYvew9wQr1qJTruo3FBQDpBTHzYhs09FeaVLOE.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=_hpRUkDycw2zcoPROV-fx6WLkZh4FZS-YBNQNB6nrrg&cs=97x130"
                            },
                            {
                                "height": 604,
                                "type": "x",
                                "width": 453,
                                "url": "https://sun9-50.userapi.com/s/v1/ig2/HtYmEKuIB7uy3Ky1DLLQc5A3mcVPggy9gzUMIahhHX2K2sH8-GBYvew9wQr1qJTruo3FBQDpBTHzYhs09FeaVLOE.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=_hpRUkDycw2zcoPROV-fx6WLkZh4FZS-YBNQNB6nrrg&cs=453x604"
                            },
                            {
                                "height": 807,
                                "type": "y",
                                "width": 605,
                                "url": "https://sun9-50.userapi.com/s/v1/ig2/HtYmEKuIB7uy3Ky1DLLQc5A3mcVPggy9gzUMIahhHX2K2sH8-GBYvew9wQr1qJTruo3FBQDpBTHzYhs09FeaVLOE.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=_hpRUkDycw2zcoPROV-fx6WLkZh4FZS-YBNQNB6nrrg&cs=605x807"
                            },
                            {
                                "height": 1080,
                                "type": "z",
                                "width": 810,
                                "url": "https://sun9-50.userapi.com/s/v1/ig2/HtYmEKuIB7uy3Ky1DLLQc5A3mcVPggy9gzUMIahhHX2K2sH8-GBYvew9wQr1qJTruo3FBQDpBTHzYhs09FeaVLOE.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=_hpRUkDycw2zcoPROV-fx6WLkZh4FZS-YBNQNB6nrrg&cs=810x1080"
                            },
                            {
                                "height": 1500,
                                "type": "w",
                                "width": 1125,
                                "url": "https://sun9-50.userapi.com/s/v1/ig2/HtYmEKuIB7uy3Ky1DLLQc5A3mcVPggy9gzUMIahhHX2K2sH8-GBYvew9wQr1qJTruo3FBQDpBTHzYhs09FeaVLOE.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=_hpRUkDycw2zcoPROV-fx6WLkZh4FZS-YBNQNB6nrrg&cs=1125x1500"
                            },
                            {
                                "height": 173,
                                "type": "o",
                                "width": 130,
                                "url": "https://sun9-50.userapi.com/s/v1/ig2/HtYmEKuIB7uy3Ky1DLLQc5A3mcVPggy9gzUMIahhHX2K2sH8-GBYvew9wQr1qJTruo3FBQDpBTHzYhs09FeaVLOE.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=_hpRUkDycw2zcoPROV-fx6WLkZh4FZS-YBNQNB6nrrg&cs=130x173"
                            },
                            {
                                "height": 267,
                                "type": "p",
                                "width": 200,
                                "url": "https://sun9-50.userapi.com/s/v1/ig2/HtYmEKuIB7uy3Ky1DLLQc5A3mcVPggy9gzUMIahhHX2K2sH8-GBYvew9wQr1qJTruo3FBQDpBTHzYhs09FeaVLOE.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=_hpRUkDycw2zcoPROV-fx6WLkZh4FZS-YBNQNB6nrrg&cs=200x267"
                            },
                            {
                                "height": 427,
                                "type": "q",
                                "width": 320,
                                "url": "https://sun9-50.userapi.com/s/v1/ig2/HtYmEKuIB7uy3Ky1DLLQc5A3mcVPggy9gzUMIahhHX2K2sH8-GBYvew9wQr1qJTruo3FBQDpBTHzYhs09FeaVLOE.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=_hpRUkDycw2zcoPROV-fx6WLkZh4FZS-YBNQNB6nrrg&cs=320x427"
                            },
                            {
                                "height": 680,
                                "type": "r",
                                "width": 510,
                                "url": "https://sun9-50.userapi.com/s/v1/ig2/HtYmEKuIB7uy3Ky1DLLQc5A3mcVPggy9gzUMIahhHX2K2sH8-GBYvew9wQr1qJTruo3FBQDpBTHzYhs09FeaVLOE.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=_hpRUkDycw2zcoPROV-fx6WLkZh4FZS-YBNQNB6nrrg&cs=510x680"
                            }
                        ],
                        "blurred_sizes": [
                            {
                                "height": 173,
                                "type": "o",
                                "width": 130,
                                "url": "https://sun9-50.userapi.com/impf/ZMfZxj63oCtiz0hTAVNBIx-zSuQXOsvBKTzQLQ/8HICpQ6CWZY.jpg?size=130x173&quality=95&blur=50,20&sign=943027b41ddb1edb165701e5711c3d5a&c_uniq_tag=qnhl9S_EaOfX-cY_AX1fvZaOnJJSPRcTZqymUBaNkOk&type=album"
                            }
                        ],
                        "text": "",
                        "user_id": 100,
                        "web_view_token": "dc97af78d016f515ff",
                        "has_tags": false,
                        "orig_photo": {
                            "height": 1500,
                            "type": "base",
                            "url": "https://sun9-50.userapi.com/s/v1/ig2/HtYmEKuIB7uy3Ky1DLLQc5A3mcVPggy9gzUMIahhHX2K2sH8-GBYvew9wQr1qJTruo3FBQDpBTHzYhs09FeaVLOE.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=_hpRUkDycw2zcoPROV-fx6WLkZh4FZS-YBNQNB6nrrg",
                            "width": 1125
                        }
                    },
                    "style": "full"
                },
                {
                    "type": "photo",
                    "photo": {
                        "album_id": -7,
                        "date": 1737079567,
                        "id": 457240890,
                        "owner_id": -221514406,
                        "access_key": "c22c5b5fefdfc22ebe",
                        "sizes": [
                            {
                                "height": 75,
                                "type": "s",
                                "width": 56,
                                "url": "https://sun9-26.userapi.com/s/v1/ig2/SD1pc-eN2ckBwss0U0arhXcRyXGCjal2ahyLP6o8mMDXtQENTD7_Jq4acpDl6JqEYpWwCT-40rPxzjpC5LMfAI_k.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=PeL6eDTXr6K6JUrodukzAK-NFIKgZZqXoqMoO5AWNj0&cs=56x75"
                            },
                            {
                                "height": 130,
                                "type": "m",
                                "width": 97,
                                "url": "https://sun9-26.userapi.com/s/v1/ig2/SD1pc-eN2ckBwss0U0arhXcRyXGCjal2ahyLP6o8mMDXtQENTD7_Jq4acpDl6JqEYpWwCT-40rPxzjpC5LMfAI_k.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=PeL6eDTXr6K6JUrodukzAK-NFIKgZZqXoqMoO5AWNj0&cs=97x130"
                            },
                            {
                                "height": 604,
                                "type": "x",
                                "width": 453,
                                "url": "https://sun9-26.userapi.com/s/v1/ig2/SD1pc-eN2ckBwss0U0arhXcRyXGCjal2ahyLP6o8mMDXtQENTD7_Jq4acpDl6JqEYpWwCT-40rPxzjpC5LMfAI_k.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=PeL6eDTXr6K6JUrodukzAK-NFIKgZZqXoqMoO5AWNj0&cs=453x604"
                            },
                            {
                                "height": 807,
                                "type": "y",
                                "width": 605,
                                "url": "https://sun9-26.userapi.com/s/v1/ig2/SD1pc-eN2ckBwss0U0arhXcRyXGCjal2ahyLP6o8mMDXtQENTD7_Jq4acpDl6JqEYpWwCT-40rPxzjpC5LMfAI_k.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=PeL6eDTXr6K6JUrodukzAK-NFIKgZZqXoqMoO5AWNj0&cs=605x807"
                            },
                            {
                                "height": 1080,
                                "type": "z",
                                "width": 810,
                                "url": "https://sun9-26.userapi.com/s/v1/ig2/SD1pc-eN2ckBwss0U0arhXcRyXGCjal2ahyLP6o8mMDXtQENTD7_Jq4acpDl6JqEYpWwCT-40rPxzjpC5LMfAI_k.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=PeL6eDTXr6K6JUrodukzAK-NFIKgZZqXoqMoO5AWNj0&cs=810x1080"
                            },
                            {
                                "height": 1500,
                                "type": "w",
                                "width": 1125,
                                "url": "https://sun9-26.userapi.com/s/v1/ig2/SD1pc-eN2ckBwss0U0arhXcRyXGCjal2ahyLP6o8mMDXtQENTD7_Jq4acpDl6JqEYpWwCT-40rPxzjpC5LMfAI_k.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=PeL6eDTXr6K6JUrodukzAK-NFIKgZZqXoqMoO5AWNj0&cs=1125x1500"
                            },
                            {
                                "height": 173,
                                "type": "o",
                                "width": 130,
                                "url": "https://sun9-26.userapi.com/s/v1/ig2/SD1pc-eN2ckBwss0U0arhXcRyXGCjal2ahyLP6o8mMDXtQENTD7_Jq4acpDl6JqEYpWwCT-40rPxzjpC5LMfAI_k.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=PeL6eDTXr6K6JUrodukzAK-NFIKgZZqXoqMoO5AWNj0&cs=130x173"
                            },
                            {
                                "height": 267,
                                "type": "p",
                                "width": 200,
                                "url": "https://sun9-26.userapi.com/s/v1/ig2/SD1pc-eN2ckBwss0U0arhXcRyXGCjal2ahyLP6o8mMDXtQENTD7_Jq4acpDl6JqEYpWwCT-40rPxzjpC5LMfAI_k.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=PeL6eDTXr6K6JUrodukzAK-NFIKgZZqXoqMoO5AWNj0&cs=200x267"
                            },
                            {
                                "height": 427,
                                "type": "q",
                                "width": 320,
                                "url": "https://sun9-26.userapi.com/s/v1/ig2/SD1pc-eN2ckBwss0U0arhXcRyXGCjal2ahyLP6o8mMDXtQENTD7_Jq4acpDl6JqEYpWwCT-40rPxzjpC5LMfAI_k.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=PeL6eDTXr6K6JUrodukzAK-NFIKgZZqXoqMoO5AWNj0&cs=320x427"
                            },
                            {
                                "height": 680,
                                "type": "r",
                                "width": 510,
                                "url": "https://sun9-26.userapi.com/s/v1/ig2/SD1pc-eN2ckBwss0U0arhXcRyXGCjal2ahyLP6o8mMDXtQENTD7_Jq4acpDl6JqEYpWwCT-40rPxzjpC5LMfAI_k.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=PeL6eDTXr6K6JUrodukzAK-NFIKgZZqXoqMoO5AWNj0&cs=510x680"
                            }
                        ],
                        "blurred_sizes": [
                            {
                                "height": 173,
                                "type": "o",
                                "width": 130,
                                "url": "https://sun9-26.userapi.com/impf/x8KoGnlxuP1bXKlJ9jmlFjZUGDA33nYnU92aqA/ova3FZwnKyg.jpg?size=130x173&quality=95&blur=50,20&sign=e8af71d0d2129673bea2567169a59a78&c_uniq_tag=EEZUTHT_E4WTLSjWukFInY424qQFrlVFyRtGn6OaekE&type=album"
                            }
                        ],
                        "text": "",
                        "user_id": 100,
                        "web_view_token": "c13bbd6fc9ffb2551f",
                        "has_tags": false,
                        "orig_photo": {
                            "height": 1500,
                            "type": "base",
                            "url": "https://sun9-26.userapi.com/s/v1/ig2/SD1pc-eN2ckBwss0U0arhXcRyXGCjal2ahyLP6o8mMDXtQENTD7_Jq4acpDl6JqEYpWwCT-40rPxzjpC5LMfAI_k.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=PeL6eDTXr6K6JUrodukzAK-NFIKgZZqXoqMoO5AWNj0",
                            "width": 1125
                        }
                    },
                    "style": "full"
                },
                {
                    "type": "photo",
                    "photo": {
                        "album_id": -7,
                        "date": 1737079567,
                        "id": 457240891,
                        "owner_id": -221514406,
                        "access_key": "e64768029f922786b5",
                        "sizes": [
                            {
                                "height": 75,
                                "type": "s",
                                "width": 56,
                                "url": "https://sun9-72.userapi.com/s/v1/ig2/SKVEF3tsxDfgEHPrPzsG9GDWDHfwcZQuM-MpET-NXNllaABqkn0eV9BtRO20f_5acKhNpObKlRj7A8DiGaei0qNv.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=m4qv1vrzgHekFyockHAK5tQ5RdRJzIYOFikw6AMZEmY&cs=56x75"
                            },
                            {
                                "height": 130,
                                "type": "m",
                                "width": 97,
                                "url": "https://sun9-72.userapi.com/s/v1/ig2/SKVEF3tsxDfgEHPrPzsG9GDWDHfwcZQuM-MpET-NXNllaABqkn0eV9BtRO20f_5acKhNpObKlRj7A8DiGaei0qNv.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=m4qv1vrzgHekFyockHAK5tQ5RdRJzIYOFikw6AMZEmY&cs=97x130"
                            },
                            {
                                "height": 604,
                                "type": "x",
                                "width": 453,
                                "url": "https://sun9-72.userapi.com/s/v1/ig2/SKVEF3tsxDfgEHPrPzsG9GDWDHfwcZQuM-MpET-NXNllaABqkn0eV9BtRO20f_5acKhNpObKlRj7A8DiGaei0qNv.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=m4qv1vrzgHekFyockHAK5tQ5RdRJzIYOFikw6AMZEmY&cs=453x604"
                            },
                            {
                                "height": 807,
                                "type": "y",
                                "width": 605,
                                "url": "https://sun9-72.userapi.com/s/v1/ig2/SKVEF3tsxDfgEHPrPzsG9GDWDHfwcZQuM-MpET-NXNllaABqkn0eV9BtRO20f_5acKhNpObKlRj7A8DiGaei0qNv.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=m4qv1vrzgHekFyockHAK5tQ5RdRJzIYOFikw6AMZEmY&cs=605x807"
                            },
                            {
                                "height": 1080,
                                "type": "z",
                                "width": 810,
                                "url": "https://sun9-72.userapi.com/s/v1/ig2/SKVEF3tsxDfgEHPrPzsG9GDWDHfwcZQuM-MpET-NXNllaABqkn0eV9BtRO20f_5acKhNpObKlRj7A8DiGaei0qNv.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=m4qv1vrzgHekFyockHAK5tQ5RdRJzIYOFikw6AMZEmY&cs=810x1080"
                            },
                            {
                                "height": 1500,
                                "type": "w",
                                "width": 1125,
                                "url": "https://sun9-72.userapi.com/s/v1/ig2/SKVEF3tsxDfgEHPrPzsG9GDWDHfwcZQuM-MpET-NXNllaABqkn0eV9BtRO20f_5acKhNpObKlRj7A8DiGaei0qNv.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=m4qv1vrzgHekFyockHAK5tQ5RdRJzIYOFikw6AMZEmY&cs=1125x1500"
                            },
                            {
                                "height": 173,
                                "type": "o",
                                "width": 130,
                                "url": "https://sun9-72.userapi.com/s/v1/ig2/SKVEF3tsxDfgEHPrPzsG9GDWDHfwcZQuM-MpET-NXNllaABqkn0eV9BtRO20f_5acKhNpObKlRj7A8DiGaei0qNv.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=m4qv1vrzgHekFyockHAK5tQ5RdRJzIYOFikw6AMZEmY&cs=130x173"
                            },
                            {
                                "height": 267,
                                "type": "p",
                                "width": 200,
                                "url": "https://sun9-72.userapi.com/s/v1/ig2/SKVEF3tsxDfgEHPrPzsG9GDWDHfwcZQuM-MpET-NXNllaABqkn0eV9BtRO20f_5acKhNpObKlRj7A8DiGaei0qNv.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=m4qv1vrzgHekFyockHAK5tQ5RdRJzIYOFikw6AMZEmY&cs=200x267"
                            },
                            {
                                "height": 427,
                                "type": "q",
                                "width": 320,
                                "url": "https://sun9-72.userapi.com/s/v1/ig2/SKVEF3tsxDfgEHPrPzsG9GDWDHfwcZQuM-MpET-NXNllaABqkn0eV9BtRO20f_5acKhNpObKlRj7A8DiGaei0qNv.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=m4qv1vrzgHekFyockHAK5tQ5RdRJzIYOFikw6AMZEmY&cs=320x427"
                            },
                            {
                                "height": 680,
                                "type": "r",
                                "width": 510,
                                "url": "https://sun9-72.userapi.com/s/v1/ig2/SKVEF3tsxDfgEHPrPzsG9GDWDHfwcZQuM-MpET-NXNllaABqkn0eV9BtRO20f_5acKhNpObKlRj7A8DiGaei0qNv.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=m4qv1vrzgHekFyockHAK5tQ5RdRJzIYOFikw6AMZEmY&cs=510x680"
                            }
                        ],
                        "blurred_sizes": [
                            {
                                "height": 173,
                                "type": "o",
                                "width": 130,
                                "url": "https://sun9-72.userapi.com/impf/sJOfaRS-4HaMedDOXdQcSoPoTp6_0fY3PhPGNA/WMVQfdUwFS4.jpg?size=130x173&quality=95&blur=50,20&sign=d61fb5cb6d6975c26118c275ef9d64f0&c_uniq_tag=b4JEUTiwL7RWdR5szKLizEQpajiNoAcHCzsmFCgHqVw&type=album"
                            }
                        ],
                        "text": "",
                        "user_id": 100,
                        "web_view_token": "d096c8a81b21943df5",
                        "has_tags": false,
                        "orig_photo": {
                            "height": 1500,
                            "type": "base",
                            "url": "https://sun9-72.userapi.com/s/v1/ig2/SKVEF3tsxDfgEHPrPzsG9GDWDHfwcZQuM-MpET-NXNllaABqkn0eV9BtRO20f_5acKhNpObKlRj7A8DiGaei0qNv.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=m4qv1vrzgHekFyockHAK5tQ5RdRJzIYOFikw6AMZEmY",
                            "width": 1125
                        }
                    },
                    "style": "full"
                },
                {
                    "type": "photo",
                    "photo": {
                        "album_id": -7,
                        "date": 1737079567,
                        "id": 457240892,
                        "owner_id": -221514406,
                        "access_key": "b89baef62f46272748",
                        "sizes": [
                            {
                                "height": 75,
                                "type": "s",
                                "width": 56,
                                "url": "https://sun9-21.userapi.com/s/v1/ig2/dw_zxC0YkNTovAgX8l4LnNk1iPEryaUlm5yPGkQB6No79Yn9SjnwRVd2riS10jA6NUveqhSkELqIasaysOywCA1S.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=8A8ocZhAHve0JuV2iCzSQ2Ljxxft6Zm8hMI0EHX6BDY&cs=56x75"
                            },
                            {
                                "height": 130,
                                "type": "m",
                                "width": 97,
                                "url": "https://sun9-21.userapi.com/s/v1/ig2/dw_zxC0YkNTovAgX8l4LnNk1iPEryaUlm5yPGkQB6No79Yn9SjnwRVd2riS10jA6NUveqhSkELqIasaysOywCA1S.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=8A8ocZhAHve0JuV2iCzSQ2Ljxxft6Zm8hMI0EHX6BDY&cs=97x130"
                            },
                            {
                                "height": 604,
                                "type": "x",
                                "width": 453,
                                "url": "https://sun9-21.userapi.com/s/v1/ig2/dw_zxC0YkNTovAgX8l4LnNk1iPEryaUlm5yPGkQB6No79Yn9SjnwRVd2riS10jA6NUveqhSkELqIasaysOywCA1S.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=8A8ocZhAHve0JuV2iCzSQ2Ljxxft6Zm8hMI0EHX6BDY&cs=453x604"
                            },
                            {
                                "height": 807,
                                "type": "y",
                                "width": 605,
                                "url": "https://sun9-21.userapi.com/s/v1/ig2/dw_zxC0YkNTovAgX8l4LnNk1iPEryaUlm5yPGkQB6No79Yn9SjnwRVd2riS10jA6NUveqhSkELqIasaysOywCA1S.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=8A8ocZhAHve0JuV2iCzSQ2Ljxxft6Zm8hMI0EHX6BDY&cs=605x807"
                            },
                            {
                                "height": 1080,
                                "type": "z",
                                "width": 810,
                                "url": "https://sun9-21.userapi.com/s/v1/ig2/dw_zxC0YkNTovAgX8l4LnNk1iPEryaUlm5yPGkQB6No79Yn9SjnwRVd2riS10jA6NUveqhSkELqIasaysOywCA1S.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=8A8ocZhAHve0JuV2iCzSQ2Ljxxft6Zm8hMI0EHX6BDY&cs=810x1080"
                            },
                            {
                                "height": 1500,
                                "type": "w",
                                "width": 1125,
                                "url": "https://sun9-21.userapi.com/s/v1/ig2/dw_zxC0YkNTovAgX8l4LnNk1iPEryaUlm5yPGkQB6No79Yn9SjnwRVd2riS10jA6NUveqhSkELqIasaysOywCA1S.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=8A8ocZhAHve0JuV2iCzSQ2Ljxxft6Zm8hMI0EHX6BDY&cs=1125x1500"
                            },
                            {
                                "height": 173,
                                "type": "o",
                                "width": 130,
                                "url": "https://sun9-21.userapi.com/s/v1/ig2/dw_zxC0YkNTovAgX8l4LnNk1iPEryaUlm5yPGkQB6No79Yn9SjnwRVd2riS10jA6NUveqhSkELqIasaysOywCA1S.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=8A8ocZhAHve0JuV2iCzSQ2Ljxxft6Zm8hMI0EHX6BDY&cs=130x173"
                            },
                            {
                                "height": 267,
                                "type": "p",
                                "width": 200,
                                "url": "https://sun9-21.userapi.com/s/v1/ig2/dw_zxC0YkNTovAgX8l4LnNk1iPEryaUlm5yPGkQB6No79Yn9SjnwRVd2riS10jA6NUveqhSkELqIasaysOywCA1S.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=8A8ocZhAHve0JuV2iCzSQ2Ljxxft6Zm8hMI0EHX6BDY&cs=200x267"
                            },
                            {
                                "height": 427,
                                "type": "q",
                                "width": 320,
                                "url": "https://sun9-21.userapi.com/s/v1/ig2/dw_zxC0YkNTovAgX8l4LnNk1iPEryaUlm5yPGkQB6No79Yn9SjnwRVd2riS10jA6NUveqhSkELqIasaysOywCA1S.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=8A8ocZhAHve0JuV2iCzSQ2Ljxxft6Zm8hMI0EHX6BDY&cs=320x427"
                            },
                            {
                                "height": 680,
                                "type": "r",
                                "width": 510,
                                "url": "https://sun9-21.userapi.com/s/v1/ig2/dw_zxC0YkNTovAgX8l4LnNk1iPEryaUlm5yPGkQB6No79Yn9SjnwRVd2riS10jA6NUveqhSkELqIasaysOywCA1S.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=8A8ocZhAHve0JuV2iCzSQ2Ljxxft6Zm8hMI0EHX6BDY&cs=510x680"
                            }
                        ],
                        "blurred_sizes": [
                            {
                                "height": 173,
                                "type": "o",
                                "width": 130,
                                "url": "https://sun9-21.userapi.com/impf/ul4TvYnnxRBgals7Vv1f2rwpgnWMs1kGOQq0bQ/nO4QsT4hyo8.jpg?size=130x173&quality=95&blur=50,20&sign=50c9701c0a163d60dee9351d4f8e22f0&c_uniq_tag=aQNuBvxGFRE2wA3MLBYcudndYEpMTchg2DGLKZZxK9s&type=album"
                            }
                        ],
                        "text": "",
                        "user_id": 100,
                        "web_view_token": "bc1100432986f0fa8d",
                        "has_tags": false,
                        "orig_photo": {
                            "height": 1500,
                            "type": "base",
                            "url": "https://sun9-21.userapi.com/s/v1/ig2/dw_zxC0YkNTovAgX8l4LnNk1iPEryaUlm5yPGkQB6No79Yn9SjnwRVd2riS10jA6NUveqhSkELqIasaysOywCA1S.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=8A8ocZhAHve0JuV2iCzSQ2Ljxxft6Zm8hMI0EHX6BDY",
                            "width": 1125
                        }
                    },
                    "style": "full"
                },
                {
                    "type": "photo",
                    "photo": {
                        "album_id": -7,
                        "date": 1737079567,
                        "id": 457240893,
                        "owner_id": -221514406,
                        "access_key": "311fd2412a72a3eac8",
                        "sizes": [
                            {
                                "height": 75,
                                "type": "s",
                                "width": 56,
                                "url": "https://sun9-33.userapi.com/s/v1/ig2/OitqytwPBid9zMc_8vvl8vcIFVbiqEm7QErq1zZWP9I66UpkI69eV2XEgsNnjT2cjQM653J_4UAMNMnoV4i5CSX9.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=AzoqB0xYmhuWwuR0KwdhdZk4CkL6zAI0_CQS-k2A9nM&cs=56x75"
                            },
                            {
                                "height": 130,
                                "type": "m",
                                "width": 97,
                                "url": "https://sun9-33.userapi.com/s/v1/ig2/OitqytwPBid9zMc_8vvl8vcIFVbiqEm7QErq1zZWP9I66UpkI69eV2XEgsNnjT2cjQM653J_4UAMNMnoV4i5CSX9.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=AzoqB0xYmhuWwuR0KwdhdZk4CkL6zAI0_CQS-k2A9nM&cs=97x130"
                            },
                            {
                                "height": 604,
                                "type": "x",
                                "width": 453,
                                "url": "https://sun9-33.userapi.com/s/v1/ig2/OitqytwPBid9zMc_8vvl8vcIFVbiqEm7QErq1zZWP9I66UpkI69eV2XEgsNnjT2cjQM653J_4UAMNMnoV4i5CSX9.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=AzoqB0xYmhuWwuR0KwdhdZk4CkL6zAI0_CQS-k2A9nM&cs=453x604"
                            },
                            {
                                "height": 807,
                                "type": "y",
                                "width": 605,
                                "url": "https://sun9-33.userapi.com/s/v1/ig2/OitqytwPBid9zMc_8vvl8vcIFVbiqEm7QErq1zZWP9I66UpkI69eV2XEgsNnjT2cjQM653J_4UAMNMnoV4i5CSX9.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=AzoqB0xYmhuWwuR0KwdhdZk4CkL6zAI0_CQS-k2A9nM&cs=605x807"
                            },
                            {
                                "height": 1080,
                                "type": "z",
                                "width": 810,
                                "url": "https://sun9-33.userapi.com/s/v1/ig2/OitqytwPBid9zMc_8vvl8vcIFVbiqEm7QErq1zZWP9I66UpkI69eV2XEgsNnjT2cjQM653J_4UAMNMnoV4i5CSX9.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=AzoqB0xYmhuWwuR0KwdhdZk4CkL6zAI0_CQS-k2A9nM&cs=810x1080"
                            },
                            {
                                "height": 1500,
                                "type": "w",
                                "width": 1125,
                                "url": "https://sun9-33.userapi.com/s/v1/ig2/OitqytwPBid9zMc_8vvl8vcIFVbiqEm7QErq1zZWP9I66UpkI69eV2XEgsNnjT2cjQM653J_4UAMNMnoV4i5CSX9.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=AzoqB0xYmhuWwuR0KwdhdZk4CkL6zAI0_CQS-k2A9nM&cs=1125x1500"
                            },
                            {
                                "height": 173,
                                "type": "o",
                                "width": 130,
                                "url": "https://sun9-33.userapi.com/s/v1/ig2/OitqytwPBid9zMc_8vvl8vcIFVbiqEm7QErq1zZWP9I66UpkI69eV2XEgsNnjT2cjQM653J_4UAMNMnoV4i5CSX9.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=AzoqB0xYmhuWwuR0KwdhdZk4CkL6zAI0_CQS-k2A9nM&cs=130x173"
                            },
                            {
                                "height": 267,
                                "type": "p",
                                "width": 200,
                                "url": "https://sun9-33.userapi.com/s/v1/ig2/OitqytwPBid9zMc_8vvl8vcIFVbiqEm7QErq1zZWP9I66UpkI69eV2XEgsNnjT2cjQM653J_4UAMNMnoV4i5CSX9.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=AzoqB0xYmhuWwuR0KwdhdZk4CkL6zAI0_CQS-k2A9nM&cs=200x267"
                            },
                            {
                                "height": 427,
                                "type": "q",
                                "width": 320,
                                "url": "https://sun9-33.userapi.com/s/v1/ig2/OitqytwPBid9zMc_8vvl8vcIFVbiqEm7QErq1zZWP9I66UpkI69eV2XEgsNnjT2cjQM653J_4UAMNMnoV4i5CSX9.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=AzoqB0xYmhuWwuR0KwdhdZk4CkL6zAI0_CQS-k2A9nM&cs=320x427"
                            },
                            {
                                "height": 680,
                                "type": "r",
                                "width": 510,
                                "url": "https://sun9-33.userapi.com/s/v1/ig2/OitqytwPBid9zMc_8vvl8vcIFVbiqEm7QErq1zZWP9I66UpkI69eV2XEgsNnjT2cjQM653J_4UAMNMnoV4i5CSX9.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=AzoqB0xYmhuWwuR0KwdhdZk4CkL6zAI0_CQS-k2A9nM&cs=510x680"
                            }
                        ],
                        "blurred_sizes": [
                            {
                                "height": 173,
                                "type": "o",
                                "width": 130,
                                "url": "https://sun9-33.userapi.com/impf/e-homQKXctxLXZvdMQdMvMHaP_KtCFgNLeXjzA/s6ktlZskcTQ.jpg?size=130x173&quality=95&blur=50,20&sign=e6943b12aef8e27315a11feeb5086027&c_uniq_tag=oF7nxoTfQnYL6FiWvxCclwQA4i4oYh7ABmaxFuwGelY&type=album"
                            }
                        ],
                        "text": "",
                        "user_id": 100,
                        "web_view_token": "99077b5b0da71a7f16",
                        "has_tags": false,
                        "orig_photo": {
                            "height": 1500,
                            "type": "base",
                            "url": "https://sun9-33.userapi.com/s/v1/ig2/OitqytwPBid9zMc_8vvl8vcIFVbiqEm7QErq1zZWP9I66UpkI69eV2XEgsNnjT2cjQM653J_4UAMNMnoV4i5CSX9.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=AzoqB0xYmhuWwuR0KwdhdZk4CkL6zAI0_CQS-k2A9nM",
                            "width": 1125
                        }
                    },
                    "style": "full"
                },
                {
                    "type": "photo",
                    "photo": {
                        "album_id": -7,
                        "date": 1737079567,
                        "id": 457240894,
                        "owner_id": -221514406,
                        "access_key": "00b98f710f1e8fb8fb",
                        "sizes": [
                            {
                                "height": 75,
                                "type": "s",
                                "width": 56,
                                "url": "https://sun9-3.userapi.com/s/v1/ig2/fkvGHddUZGYbxJYpg0obzQjSiQlBXSmdxxX9p2ky32DFZtGZMjr3eWOs7DOIjp8x2b2T1L2TqiUTlZQwdEr4zZZr.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=EdFlf0KUQtPFMAFJ9-vKTO26JbxQBOXHKzgJT-Vz74U&cs=56x75"
                            },
                            {
                                "height": 130,
                                "type": "m",
                                "width": 97,
                                "url": "https://sun9-3.userapi.com/s/v1/ig2/fkvGHddUZGYbxJYpg0obzQjSiQlBXSmdxxX9p2ky32DFZtGZMjr3eWOs7DOIjp8x2b2T1L2TqiUTlZQwdEr4zZZr.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=EdFlf0KUQtPFMAFJ9-vKTO26JbxQBOXHKzgJT-Vz74U&cs=97x130"
                            },
                            {
                                "height": 604,
                                "type": "x",
                                "width": 453,
                                "url": "https://sun9-3.userapi.com/s/v1/ig2/fkvGHddUZGYbxJYpg0obzQjSiQlBXSmdxxX9p2ky32DFZtGZMjr3eWOs7DOIjp8x2b2T1L2TqiUTlZQwdEr4zZZr.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=EdFlf0KUQtPFMAFJ9-vKTO26JbxQBOXHKzgJT-Vz74U&cs=453x604"
                            },
                            {
                                "height": 807,
                                "type": "y",
                                "width": 605,
                                "url": "https://sun9-3.userapi.com/s/v1/ig2/fkvGHddUZGYbxJYpg0obzQjSiQlBXSmdxxX9p2ky32DFZtGZMjr3eWOs7DOIjp8x2b2T1L2TqiUTlZQwdEr4zZZr.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=EdFlf0KUQtPFMAFJ9-vKTO26JbxQBOXHKzgJT-Vz74U&cs=605x807"
                            },
                            {
                                "height": 1080,
                                "type": "z",
                                "width": 810,
                                "url": "https://sun9-3.userapi.com/s/v1/ig2/fkvGHddUZGYbxJYpg0obzQjSiQlBXSmdxxX9p2ky32DFZtGZMjr3eWOs7DOIjp8x2b2T1L2TqiUTlZQwdEr4zZZr.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=EdFlf0KUQtPFMAFJ9-vKTO26JbxQBOXHKzgJT-Vz74U&cs=810x1080"
                            },
                            {
                                "height": 1500,
                                "type": "w",
                                "width": 1125,
                                "url": "https://sun9-3.userapi.com/s/v1/ig2/fkvGHddUZGYbxJYpg0obzQjSiQlBXSmdxxX9p2ky32DFZtGZMjr3eWOs7DOIjp8x2b2T1L2TqiUTlZQwdEr4zZZr.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=EdFlf0KUQtPFMAFJ9-vKTO26JbxQBOXHKzgJT-Vz74U&cs=1125x1500"
                            },
                            {
                                "height": 173,
                                "type": "o",
                                "width": 130,
                                "url": "https://sun9-3.userapi.com/s/v1/ig2/fkvGHddUZGYbxJYpg0obzQjSiQlBXSmdxxX9p2ky32DFZtGZMjr3eWOs7DOIjp8x2b2T1L2TqiUTlZQwdEr4zZZr.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=EdFlf0KUQtPFMAFJ9-vKTO26JbxQBOXHKzgJT-Vz74U&cs=130x173"
                            },
                            {
                                "height": 267,
                                "type": "p",
                                "width": 200,
                                "url": "https://sun9-3.userapi.com/s/v1/ig2/fkvGHddUZGYbxJYpg0obzQjSiQlBXSmdxxX9p2ky32DFZtGZMjr3eWOs7DOIjp8x2b2T1L2TqiUTlZQwdEr4zZZr.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=EdFlf0KUQtPFMAFJ9-vKTO26JbxQBOXHKzgJT-Vz74U&cs=200x267"
                            },
                            {
                                "height": 427,
                                "type": "q",
                                "width": 320,
                                "url": "https://sun9-3.userapi.com/s/v1/ig2/fkvGHddUZGYbxJYpg0obzQjSiQlBXSmdxxX9p2ky32DFZtGZMjr3eWOs7DOIjp8x2b2T1L2TqiUTlZQwdEr4zZZr.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=EdFlf0KUQtPFMAFJ9-vKTO26JbxQBOXHKzgJT-Vz74U&cs=320x427"
                            },
                            {
                                "height": 680,
                                "type": "r",
                                "width": 510,
                                "url": "https://sun9-3.userapi.com/s/v1/ig2/fkvGHddUZGYbxJYpg0obzQjSiQlBXSmdxxX9p2ky32DFZtGZMjr3eWOs7DOIjp8x2b2T1L2TqiUTlZQwdEr4zZZr.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=EdFlf0KUQtPFMAFJ9-vKTO26JbxQBOXHKzgJT-Vz74U&cs=510x680"
                            }
                        ],
                        "blurred_sizes": [
                            {
                                "height": 173,
                                "type": "o",
                                "width": 130,
                                "url": "https://sun9-3.userapi.com/impf/IBD5dkbXz4jZ7Xgh2J8Q-xKFJ9OXk6oO7-MN4A/-6HhE7jFlgY.jpg?size=130x173&quality=95&blur=50,20&sign=edcc0e6443024a5f9ce2bf5d95517f96&c_uniq_tag=NzPACUADIidjpiZQ7-gpWO0IqGKuNte7npUGYJRFHo8&type=album"
                            }
                        ],
                        "text": "",
                        "user_id": 100,
                        "web_view_token": "c9a5e42089880fdc2a",
                        "has_tags": false,
                        "orig_photo": {
                            "height": 1500,
                            "type": "base",
                            "url": "https://sun9-3.userapi.com/s/v1/ig2/fkvGHddUZGYbxJYpg0obzQjSiQlBXSmdxxX9p2ky32DFZtGZMjr3eWOs7DOIjp8x2b2T1L2TqiUTlZQwdEr4zZZr.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=EdFlf0KUQtPFMAFJ9-vKTO26JbxQBOXHKzgJT-Vz74U",
                            "width": 1125
                        }
                    },
                    "style": "full"
                },
                {
                    "type": "photo",
                    "photo": {
                        "album_id": -7,
                        "date": 1737079567,
                        "id": 457240895,
                        "owner_id": -221514406,
                        "access_key": "1bfd9a56ef770c9091",
                        "sizes": [
                            {
                                "height": 75,
                                "type": "s",
                                "width": 56,
                                "url": "https://sun9-56.userapi.com/s/v1/ig2/0oS6xBUOIUtuQ8P1EvR5ak_dOAI1jCZ868UNnebYzS32dS38a814clTJeeX3TipUAuWON_HfAPQv4ghEbRX26woy.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=m3ko_fKTrgAEEZ0LsZkmdGa2LGlQfteKFGWASa1fBFI&cs=56x75"
                            },
                            {
                                "height": 130,
                                "type": "m",
                                "width": 97,
                                "url": "https://sun9-56.userapi.com/s/v1/ig2/0oS6xBUOIUtuQ8P1EvR5ak_dOAI1jCZ868UNnebYzS32dS38a814clTJeeX3TipUAuWON_HfAPQv4ghEbRX26woy.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=m3ko_fKTrgAEEZ0LsZkmdGa2LGlQfteKFGWASa1fBFI&cs=97x130"
                            },
                            {
                                "height": 604,
                                "type": "x",
                                "width": 453,
                                "url": "https://sun9-56.userapi.com/s/v1/ig2/0oS6xBUOIUtuQ8P1EvR5ak_dOAI1jCZ868UNnebYzS32dS38a814clTJeeX3TipUAuWON_HfAPQv4ghEbRX26woy.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=m3ko_fKTrgAEEZ0LsZkmdGa2LGlQfteKFGWASa1fBFI&cs=453x604"
                            },
                            {
                                "height": 807,
                                "type": "y",
                                "width": 605,
                                "url": "https://sun9-56.userapi.com/s/v1/ig2/0oS6xBUOIUtuQ8P1EvR5ak_dOAI1jCZ868UNnebYzS32dS38a814clTJeeX3TipUAuWON_HfAPQv4ghEbRX26woy.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=m3ko_fKTrgAEEZ0LsZkmdGa2LGlQfteKFGWASa1fBFI&cs=605x807"
                            },
                            {
                                "height": 1080,
                                "type": "z",
                                "width": 810,
                                "url": "https://sun9-56.userapi.com/s/v1/ig2/0oS6xBUOIUtuQ8P1EvR5ak_dOAI1jCZ868UNnebYzS32dS38a814clTJeeX3TipUAuWON_HfAPQv4ghEbRX26woy.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=m3ko_fKTrgAEEZ0LsZkmdGa2LGlQfteKFGWASa1fBFI&cs=810x1080"
                            },
                            {
                                "height": 1500,
                                "type": "w",
                                "width": 1125,
                                "url": "https://sun9-56.userapi.com/s/v1/ig2/0oS6xBUOIUtuQ8P1EvR5ak_dOAI1jCZ868UNnebYzS32dS38a814clTJeeX3TipUAuWON_HfAPQv4ghEbRX26woy.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=m3ko_fKTrgAEEZ0LsZkmdGa2LGlQfteKFGWASa1fBFI&cs=1125x1500"
                            },
                            {
                                "height": 173,
                                "type": "o",
                                "width": 130,
                                "url": "https://sun9-56.userapi.com/s/v1/ig2/0oS6xBUOIUtuQ8P1EvR5ak_dOAI1jCZ868UNnebYzS32dS38a814clTJeeX3TipUAuWON_HfAPQv4ghEbRX26woy.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=m3ko_fKTrgAEEZ0LsZkmdGa2LGlQfteKFGWASa1fBFI&cs=130x173"
                            },
                            {
                                "height": 267,
                                "type": "p",
                                "width": 200,
                                "url": "https://sun9-56.userapi.com/s/v1/ig2/0oS6xBUOIUtuQ8P1EvR5ak_dOAI1jCZ868UNnebYzS32dS38a814clTJeeX3TipUAuWON_HfAPQv4ghEbRX26woy.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=m3ko_fKTrgAEEZ0LsZkmdGa2LGlQfteKFGWASa1fBFI&cs=200x267"
                            },
                            {
                                "height": 427,
                                "type": "q",
                                "width": 320,
                                "url": "https://sun9-56.userapi.com/s/v1/ig2/0oS6xBUOIUtuQ8P1EvR5ak_dOAI1jCZ868UNnebYzS32dS38a814clTJeeX3TipUAuWON_HfAPQv4ghEbRX26woy.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=m3ko_fKTrgAEEZ0LsZkmdGa2LGlQfteKFGWASa1fBFI&cs=320x427"
                            },
                            {
                                "height": 680,
                                "type": "r",
                                "width": 510,
                                "url": "https://sun9-56.userapi.com/s/v1/ig2/0oS6xBUOIUtuQ8P1EvR5ak_dOAI1jCZ868UNnebYzS32dS38a814clTJeeX3TipUAuWON_HfAPQv4ghEbRX26woy.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=m3ko_fKTrgAEEZ0LsZkmdGa2LGlQfteKFGWASa1fBFI&cs=510x680"
                            }
                        ],
                        "blurred_sizes": [
                            {
                                "height": 173,
                                "type": "o",
                                "width": 130,
                                "url": "https://sun9-56.userapi.com/impf/6hcGX50RfKfEKKahm1bRpGY5uHhoMFohdoaiXA/xlXTYurE01A.jpg?size=130x173&quality=95&blur=50,20&sign=3ad5fcddd86db06dfed54a1615ecead5&c_uniq_tag=ZYSBWWp3T_zn06AFlT4n5jaouOXQ-chSAhkUsFVtRf8&type=album"
                            }
                        ],
                        "text": "",
                        "user_id": 100,
                        "web_view_token": "4fb36acfe74a91853a",
                        "has_tags": false,
                        "orig_photo": {
                            "height": 1500,
                            "type": "base",
                            "url": "https://sun9-56.userapi.com/s/v1/ig2/0oS6xBUOIUtuQ8P1EvR5ak_dOAI1jCZ868UNnebYzS32dS38a814clTJeeX3TipUAuWON_HfAPQv4ghEbRX26woy.jpg?quality=95&as=32x43,48x64,72x96,108x144,160x213,240x320,360x480,480x640,540x720,640x853,720x960,1080x1440,1125x1500&from=bu&u=m3ko_fKTrgAEEZ0LsZkmdGa2LGlQfteKFGWASa1fBFI",
                            "width": 1125
                        }
                    },
                    "style": "full"
                }
            ],
            "attachments_meta": {
                "primary_mode": "grid",
                "carousel_ratio": 0.75,
                "ratio": 0.75
            },
            "date": 1737079567,
            "from_id": -221514406,
            "header": {
                "photo": {
                    "source_id": -221514406
                },
                "title": {
                    "source_id": -221514406
                },
                "descriptions": []
            },
            "id": 251,
            "is_favorite": false,
            "likes": {
                "can_like": 0,
                "count": 0,
                "user_likes": 0
            },
            "reaction_set_id": "reactions",
            "owner_id": -221514406,
            "post_type": "post",
            "reposts": {
                "count": 0
            },
            "text": "Новое  поступление &#127775;&#128285;<br><br>Ботинки, эко-кожа<br>Качества Люкс<br><br>Размеры 36-37-38<br> <br>Цена: 2100&#8381;",
            "views": {
                "count": 1
            },
            "copy_history": null
        },
        "postDate": "2025-01-17T02:06:07.000Z",
        "scrapedAt": "2025-01-17T02:07:11.747Z"
    },
    ...
]
````

### Related Actors

- 🔍 [VK People Scraper](https://apify.com/easyapi/vk-people-scraper) - Extract detailed user profiles from VK social network based on keywords
- 🎥 [VK Video Scraper](https://apify.com/easyapi/vk-video-scraper) - Scrape video search results from VK including video details and metadata
- 🎮 [VK Games Search Scraper](https://apify.com/easyapi/vk-games-search-scraper) - Extract comprehensive game information from VK.com games platform
- 🛍️ [VK Market Search Scraper](https://apify.com/easyapi/vk-market-search-scraper) - Scrape marketplace listings with product information and seller details
- 🎥 [VK Clips Search Scraper](https://apify.com/easyapi/vk-clips-search-scraper) - Extract short videos with engagement metrics and download links
- 🎥 [VK Videos Search Scraper](https://apify.com/easyapi/vk-videos-search-scraper) - Get comprehensive video data with advanced filtering options
- 📹 [VK Video Profile Scraper](https://apify.com/easyapi/vk-video-profile-scraper) - Scrape video profiles and groups data including statistics
- 🚀 [VK Follower Scraper](https://apify.com/easyapi/vk-follower-scraper) - Extract group/profile followers data with user details
- 📱 [Facebook Posts Search Scraper](https://apify.com/easyapi/facebook-posts-search-scraper) - Extract posts from Facebook search results with detailed metrics
- 📱 [Facebook Group Posts Scraper](https://apify.com/easyapi/facebook-group-posts-scraper) - Scrape posts from any public or private Facebook group
- 🔍 [Reddit Posts Search Scraper](https://apify.com/easyapi/reddit-posts-search-scraper) - Extract Reddit posts with comprehensive metadata
- 📱 [Instagram Posts Scraper](https://apify.com/easyapi/instagram-posts-scraper) - Extract Instagram posts data with likes, comments and hashtags
- 🔍 [Gab Posts Scraper](https://apify.com/easyapi/gab-posts-scraper) - Extract posts from Gab.com with engagement metrics
- 📱 [Tumblr Posts Scraper](https://apify.com/easyapi/tumblr-posts-scraper) - Scrape blog posts with media content and engagement metrics
- 📚 [Substack Posts Scraper](https://apify.com/easyapi/substack-posts-scraper) - Extract comprehensive post data from Substack publications

# Actor input Schema

## `keywords` (type: `array`):

List of keywords to search for posts

## `maxItems` (type: `integer`):

Maximum number of posts to collect

## `proxyConfiguration` (type: `object`):

Proxy settings for the scraper

## Actor input object example

```json
{
  "keywords": [
    "fashion"
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "keywords": [
        "fashion"
    ],
    "maxItems": 10
};

// Run the Actor and wait for it to finish
const run = await client.actor("easyapi/vk-posts-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "keywords": ["fashion"],
    "maxItems": 10,
}

# Run the Actor and wait for it to finish
run = client.actor("easyapi/vk-posts-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "keywords": [
    "fashion"
  ],
  "maxItems": 10
}' |
apify call easyapi/vk-posts-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=easyapi/vk-posts-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "VK Posts Scraper 🔍",
        "description": "Extract posts and images from VK (VKontakte) social network based on keywords. Get detailed post data including author info, publication date, images, likes, views and more. Perfect for social media monitoring and market research.",
        "version": "0.0",
        "x-build-id": "Cg1f98rA2HBrgsQn5"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/easyapi~vk-posts-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-easyapi-vk-posts-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/easyapi~vk-posts-scraper/runs": {
            "post": {
                "operationId": "runs-sync-easyapi-vk-posts-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/easyapi~vk-posts-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-easyapi-vk-posts-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "keywords",
                    "maxItems"
                ],
                "properties": {
                    "keywords": {
                        "title": "Search Keywords",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "List of keywords to search for posts",
                        "default": [
                            "fashion"
                        ],
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxItems": {
                        "title": "Maximum Items",
                        "minimum": 10,
                        "maximum": 10000,
                        "type": "integer",
                        "description": "Maximum number of posts to collect",
                        "default": 20
                    },
                    "proxyConfiguration": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Proxy settings for the scraper",
                        "default": {
                            "useApifyProxy": false
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
