# Review promotion indicators in VK creator post samples

**Use case:** 

Collect advertising indicators, author references and post copy from VK user walls to prepare a creator promotion-label review. Campaign teams can inspect the returned sample manually. Source flags do not verify payment, organic distribution or disclosure compliance, and the task does not filter ads.

## Input

```json
{
  "inputList": [
    "durov"
  ],
  "pagesPerProfile": 1
}
```

## Output

```json
{
  "input": {
    "label": "Input",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "id": {
    "label": "ID",
    "format": "string"
  },
  "post_id": {
    "label": "Post ID",
    "format": "integer"
  },
  "owner_id": {
    "label": "Owner ID",
    "format": "integer"
  },
  "author_id": {
    "label": "Author ID",
    "format": "integer"
  },
  "text": {
    "label": "Text",
    "format": "string"
  },
  "date": {
    "label": "Date",
    "format": "string"
  },
  "timestamp": {
    "label": "Timestamp",
    "format": "integer"
  },
  "date_text": {
    "label": "Date Text",
    "format": "string"
  },
  "author.id": {
    "label": "Author / ID",
    "format": "number"
  },
  "author.name": {
    "label": "Author / Name",
    "format": "text"
  },
  "author.url": {
    "label": "Author / URL",
    "format": "link"
  },
  "author.avatar_url": {
    "label": "Author / Avatar URL",
    "format": "image"
  },
  "likes_count": {
    "label": "Likes Count",
    "format": "integer"
  },
  "comments_count": {
    "label": "Comments Count",
    "format": "integer"
  },
  "reposts_count": {
    "label": "Reposts Count",
    "format": "integer"
  },
  "views_count": {
    "label": "Views Count",
    "format": "integer"
  },
  "attachments.path": {
    "label": "Attachments / Path",
    "format": "array"
  },
  "attachments.value": {
    "label": "Attachments / Value",
    "format": "array"
  },
  "reposted_posts.path": {
    "label": "Reposted Posts / Path",
    "format": "array"
  },
  "reposted_posts.value": {
    "label": "Reposted Posts / Value",
    "format": "array"
  },
  "post_type": {
    "label": "Post Type",
    "format": "string"
  },
  "signer_id": {
    "label": "Signer ID",
    "format": "integer"
  },
  "is_pinned": {
    "label": "Is Pinned",
    "format": "boolean"
  },
  "is_ad": {
    "label": "Is Ad",
    "format": "boolean"
  },
  "is_favorite": {
    "label": "Is Favorite",
    "format": "boolean"
  },
  "can_like": {
    "label": "Can Like",
    "format": "boolean"
  },
  "can_comment": {
    "label": "Can Comment",
    "format": "boolean"
  },
  "can_repost": {
    "label": "Can Repost",
    "format": "boolean"
  },
  "copyright.path": {
    "label": "Copyright / Path",
    "format": "array"
  },
  "copyright.value": {
    "label": "Copyright / Value",
    "format": "array"
  },
  "geo.path": {
    "label": "Geo / Path",
    "format": "array"
  },
  "geo.value": {
    "label": "Geo / Value",
    "format": "array"
  },
  "profile.avatar_url": {
    "label": "Profile / Avatar URL",
    "format": "image"
  },
  "profile.profile_url": {
    "label": "Profile / Profile URL",
    "format": "link"
  },
  "profile.id": {
    "label": "Profile / ID",
    "format": "number"
  },
  "profile.username": {
    "label": "Profile / Username",
    "format": "text"
  },
  "profile.name": {
    "label": "Profile / Name",
    "format": "text"
  },
  "profile.first_name": {
    "label": "Profile / First Name",
    "format": "text"
  },
  "profile.last_name": {
    "label": "Profile / Last Name",
    "format": "text"
  },
  "profile.profile_status": {
    "label": "Profile / Profile Status",
    "format": "text"
  },
  "profile.about": {
    "label": "Profile / About",
    "format": "text"
  },
  "profile.birth_date": {
    "label": "Profile / Birth Date",
    "format": "text"
  },
  "profile.city.id": {
    "label": "Profile / City / ID",
    "format": "number"
  },
  "profile.city.name": {
    "label": "Profile / City / Name",
    "format": "text"
  },
  "profile.country.id": {
    "label": "Profile / Country / ID",
    "format": "number"
  },
  "profile.country.name": {
    "label": "Profile / Country / Name",
    "format": "text"
  },
  "profile.website": {
    "label": "Profile / Website",
    "format": "link"
  },
  "profile.followers_count": {
    "label": "Profile / Followers Count",
    "format": "number"
  },
  "profile.friends_count": {
    "label": "Profile / Friends Count",
    "format": "number"
  },
  "profile.subscriptions_count": {
    "label": "Profile / Subscriptions Count",
    "format": "number"
  },
  "profile.posts_count": {
    "label": "Profile / Posts Count",
    "format": "number"
  },
  "profile.photos_count": {
    "label": "Profile / Photos Count",
    "format": "number"
  },
  "profile.videos_count": {
    "label": "Profile / Videos Count",
    "format": "number"
  },
  "profile.clips_count": {
    "label": "Profile / Clips Count",
    "format": "number"
  },
  "profile.is_verified": {
    "label": "Profile / Is Verified",
    "format": "boolean"
  },
  "profile.is_private": {
    "label": "Profile / Is Private",
    "format": "boolean"
  },
  "profile.can_access_closed": {
    "label": "Profile / Can Access Closed",
    "format": "boolean"
  },
  "profile.occupation.id": {
    "label": "Profile / Occupation / ID",
    "format": "number"
  },
  "profile.occupation.name": {
    "label": "Profile / Occupation / Name",
    "format": "text"
  },
  "profile.occupation.type": {
    "label": "Profile / Occupation / Type",
    "format": "text"
  },
  "profile.career.path": {
    "label": "Profile / Career / Path",
    "format": "array"
  },
  "profile.career.value": {
    "label": "Profile / Career / Value",
    "format": "array"
  },
  "profile.schools.path": {
    "label": "Profile / Schools / Path",
    "format": "array"
  },
  "profile.schools.value": {
    "label": "Profile / Schools / Value",
    "format": "array"
  },
  "profile.universities.path": {
    "label": "Profile / Universities / Path",
    "format": "array"
  },
  "profile.universities.value": {
    "label": "Profile / Universities / Value",
    "format": "array"
  },
  "profile.contacts.mobile_phone": {
    "label": "Profile / Contacts / Mobile Phone",
    "format": "text"
  },
  "profile.contacts.home_phone": {
    "label": "Profile / Contacts / Home Phone",
    "format": "text"
  },
  "profile.nickname": {
    "label": "Profile / Nickname",
    "format": "text"
  },
  "profile.maiden_name": {
    "label": "Profile / Maiden Name",
    "format": "text"
  },
  "profile.sex": {
    "label": "Profile / Sex",
    "format": "number"
  },
  "profile.sex_name": {
    "label": "Profile / Sex Name",
    "format": "text"
  },
  "profile.home_town": {
    "label": "Profile / Home Town",
    "format": "text"
  },
  "profile.activities": {
    "label": "Profile / Activities",
    "format": "text"
  },
  "profile.interests": {
    "label": "Profile / Interests",
    "format": "text"
  },
  "profile.music": {
    "label": "Profile / Music",
    "format": "text"
  },
  "profile.movies": {
    "label": "Profile / Movies",
    "format": "text"
  },
  "profile.tv": {
    "label": "Profile / Tv",
    "format": "text"
  },
  "profile.books": {
    "label": "Profile / Books",
    "format": "text"
  },
  "profile.games": {
    "label": "Profile / Games",
    "format": "text"
  },
  "profile.quotes": {
    "label": "Profile / Quotes",
    "format": "text"
  },
  "profile.avatar_thumbnails.size": {
    "label": "Profile / Avatar Thumbnails / Size",
    "format": "array"
  },
  "profile.avatar_thumbnails.url": {
    "label": "Profile / Avatar Thumbnails / URL",
    "format": "array"
  },
  "profile.cover_url": {
    "label": "Profile / Cover URL",
    "format": "image"
  },
  "profile.cover_images.url": {
    "label": "Profile / Cover Images / URL",
    "format": "array"
  },
  "profile.cover_images.width": {
    "label": "Profile / Cover Images / Width",
    "format": "array"
  },
  "profile.cover_images.height": {
    "label": "Profile / Cover Images / Height",
    "format": "array"
  },
  "profile.audios_count": {
    "label": "Profile / Audios Count",
    "format": "number"
  },
  "profile.albums_count": {
    "label": "Profile / Albums Count",
    "format": "number"
  },
  "profile.gifts_count": {
    "label": "Profile / Gifts Count",
    "format": "number"
  },
  "profile.articles_count": {
    "label": "Profile / Articles Count",
    "format": "number"
  },
  "profile.mutual_friends_count": {
    "label": "Profile / Mutual Friends Count",
    "format": "number"
  },
  "profile.online": {
    "label": "Profile / Online",
    "format": "boolean"
  },
  "profile.online_mobile": {
    "label": "Profile / Online Mobile",
    "format": "boolean"
  },
  "profile.last_seen_at": {
    "label": "Profile / Last Seen At",
    "format": "number"
  },
  "profile.last_seen_date": {
    "label": "Profile / Last Seen Date",
    "format": "date"
  },
  "profile.last_seen_platform": {
    "label": "Profile / Last Seen Platform",
    "format": "number"
  },
  "profile.is_trending": {
    "label": "Profile / Is Trending",
    "format": "boolean"
  },
  "profile.is_deactivated": {
    "label": "Profile / Is Deactivated",
    "format": "boolean"
  },
  "profile.deactivated_reason": {
    "label": "Profile / Deactivated Reason",
    "format": "text"
  },
  "profile.is_memorial": {
    "label": "Profile / Is Memorial",
    "format": "boolean"
  },
  "profile.is_service": {
    "label": "Profile / Is Service",
    "format": "boolean"
  },
  "profile.is_nft": {
    "label": "Profile / Is Nft",
    "format": "boolean"
  },
  "profile.is_no_index": {
    "label": "Profile / Is No Index",
    "format": "boolean"
  },
  "profile.friend_status": {
    "label": "Profile / Friend Status",
    "format": "number"
  },
  "profile.can_message": {
    "label": "Profile / Can Message",
    "format": "boolean"
  },
  "profile.can_send_friend_request": {
    "label": "Profile / Can Send Friend Request",
    "format": "boolean"
  },
  "profile.can_post": {
    "label": "Profile / Can Post",
    "format": "boolean"
  },
  "profile.can_see_all_posts": {
    "label": "Profile / Can See All Posts",
    "format": "boolean"
  },
  "profile.can_see_audio": {
    "label": "Profile / Can See Audio",
    "format": "boolean"
  },
  "profile.military.path": {
    "label": "Profile / Military / Path",
    "format": "array"
  },
  "profile.military.value": {
    "label": "Profile / Military / Value",
    "format": "array"
  },
  "profile.relatives.path": {
    "label": "Profile / Relatives / Path",
    "format": "array"
  },
  "profile.relatives.value": {
    "label": "Profile / Relatives / Value",
    "format": "array"
  },
  "profile.personal.path": {
    "label": "Profile / Personal / Path",
    "format": "array"
  },
  "profile.personal.value": {
    "label": "Profile / Personal / Value",
    "format": "array"
  },
  "profile.connections.skype": {
    "label": "Profile / Connections / Skype",
    "format": "text"
  },
  "profile.connections.facebook": {
    "label": "Profile / Connections / Facebook",
    "format": "text"
  },
  "profile.connections.facebook_name": {
    "label": "Profile / Connections / Facebook Name",
    "format": "text"
  },
  "profile.connections.twitter": {
    "label": "Profile / Connections / Twitter",
    "format": "text"
  },
  "profile.connections.instagram": {
    "label": "Profile / Connections / Instagram",
    "format": "text"
  },
  "profile.connections.livejournal": {
    "label": "Profile / Connections / Livejournal",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [VK Profile Posts Scraper – Public Wall Export](https://apify.com/scrapingmonkey/vk-profile-posts-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapingmonkey/vk-profile-posts-scraper.md) to learn more, explore other use cases, and run it yourself.


## 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.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/scrapingmonkey/vk-profile-posts-scraper.md

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).
