# Get reply context from VK post comments

**Use case:** 

Collect parent-comment IDs and reply-to author references when VK includes them in public comment pages. Keep the text, author and source link together to review who is responding to whom. The returned references describe available context, not a complete reconstruction of every conversation.

## Input

```json
{
  "inputList": [
    "https://vk.ru/wall-22822305_1721576"
  ],
  "pagesPerPost": 1
}
```

## Output

```json
{
  "input": {
    "label": "Input",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "id": {
    "label": "ID",
    "format": "string"
  },
  "comment_id": {
    "label": "Comment ID",
    "format": "integer"
  },
  "post_id": {
    "label": "Post ID",
    "format": "string"
  },
  "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"
  },
  "parent_comment_id": {
    "label": "Parent Comment ID",
    "format": "string"
  },
  "reply_to.author_id": {
    "label": "Reply To / Author ID",
    "format": "number"
  },
  "reply_to.author_name": {
    "label": "Reply To / Author Name",
    "format": "text"
  },
  "is_from_post_author": {
    "label": "Is From Post Author",
    "format": "boolean"
  },
  "attachments.path": {
    "label": "Attachments / Path",
    "format": "array"
  },
  "attachments.value": {
    "label": "Attachments / Value",
    "format": "array"
  },
  "post.url": {
    "label": "Post / URL",
    "format": "link"
  },
  "post.id": {
    "label": "Post / ID",
    "format": "text"
  },
  "post.owner_id": {
    "label": "Post / Owner ID",
    "format": "number"
  },
  "post.text": {
    "label": "Post / Text",
    "format": "text"
  },
  "post.date": {
    "label": "Post / Date",
    "format": "date"
  },
  "post.author.id": {
    "label": "Post / Author / ID",
    "format": "number"
  },
  "post.author.name": {
    "label": "Post / Author / Name",
    "format": "text"
  },
  "post.author.url": {
    "label": "Post / Author / URL",
    "format": "link"
  },
  "post.author.avatar_url": {
    "label": "Post / Author / Avatar URL",
    "format": "image"
  },
  "post.likes_count": {
    "label": "Post / Likes Count",
    "format": "number"
  },
  "post.comments_count": {
    "label": "Post / Comments Count",
    "format": "number"
  },
  "post.reposts_count": {
    "label": "Post / Reposts Count",
    "format": "number"
  },
  "post.views_count": {
    "label": "Post / Views Count",
    "format": "number"
  },
  "post.attachments.path": {
    "label": "Post / Attachments / Path",
    "format": "array"
  },
  "post.attachments.value": {
    "label": "Post / Attachments / Value",
    "format": "array"
  },
  "post.post_id": {
    "label": "Post / Post ID",
    "format": "number"
  },
  "post.author_id": {
    "label": "Post / Author ID",
    "format": "number"
  },
  "post.timestamp": {
    "label": "Post / Timestamp",
    "format": "number"
  },
  "post.date_text": {
    "label": "Post / Date Text",
    "format": "text"
  },
  "post.reposted_posts.path": {
    "label": "Post / Reposted Posts / Path",
    "format": "array"
  },
  "post.reposted_posts.value": {
    "label": "Post / Reposted Posts / Value",
    "format": "array"
  },
  "post.post_type": {
    "label": "Post / Post Type",
    "format": "text"
  },
  "post.signer_id": {
    "label": "Post / Signer ID",
    "format": "number"
  },
  "post.is_pinned": {
    "label": "Post / Is Pinned",
    "format": "boolean"
  },
  "post.is_ad": {
    "label": "Post / Is Ad",
    "format": "boolean"
  },
  "post.is_favorite": {
    "label": "Post / Is Favorite",
    "format": "boolean"
  },
  "post.can_like": {
    "label": "Post / Can Like",
    "format": "boolean"
  },
  "post.can_comment": {
    "label": "Post / Can Comment",
    "format": "boolean"
  },
  "post.can_repost": {
    "label": "Post / Can Repost",
    "format": "boolean"
  },
  "post.copyright.path": {
    "label": "Post / Copyright / Path",
    "format": "array"
  },
  "post.copyright.value": {
    "label": "Post / Copyright / Value",
    "format": "array"
  },
  "post.geo.path": {
    "label": "Post / Geo / Path",
    "format": "array"
  },
  "post.geo.value": {
    "label": "Post / Geo / Value",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [VK Comments Scraper – Post Discussions & Replies](https://apify.com/scrapingmonkey/vk-post-comments-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapingmonkey/vk-post-comments-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-post-comments-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).
