# Prepare VK community profiles for a change review

**Use case:** 

Collect current VK community descriptions, websites, member counts and names to compare with records already in your directory. Keep separate exports to inspect profile changes in your own process. Historical versions and scheduled checks are not supplied, and missing counts may default to zero.

## Input

```json
{
  "inputList": [
    "vk"
  ]
}
```

## Output

```json
{
  "input": {
    "label": "Input",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "avatar_url": {
    "label": "Avatar URL",
    "format": "string"
  },
  "community_url": {
    "label": "Community URL",
    "format": "string"
  },
  "id": {
    "label": "ID",
    "format": "integer"
  },
  "username": {
    "label": "Username",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "type": {
    "label": "Type",
    "format": "string"
  },
  "activity": {
    "label": "Activity",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "community_status": {
    "label": "Community Status",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "members_count": {
    "label": "Members Count",
    "format": "integer"
  },
  "friends_count": {
    "label": "Friends Count",
    "format": "integer"
  },
  "posts_count": {
    "label": "Posts Count",
    "format": "integer"
  },
  "photos_count": {
    "label": "Photos Count",
    "format": "integer"
  },
  "videos_count": {
    "label": "Videos Count",
    "format": "integer"
  },
  "clips_count": {
    "label": "Clips Count",
    "format": "integer"
  },
  "articles_count": {
    "label": "Articles Count",
    "format": "integer"
  },
  "topics_count": {
    "label": "Topics Count",
    "format": "integer"
  },
  "docs_count": {
    "label": "Docs Count",
    "format": "integer"
  },
  "addresses_count": {
    "label": "Addresses Count",
    "format": "integer"
  },
  "avatar_thumbnails.size": {
    "label": "Avatar Thumbnails / Size",
    "format": "array"
  },
  "avatar_thumbnails.url": {
    "label": "Avatar Thumbnails / URL",
    "format": "array"
  },
  "cover_url": {
    "label": "Cover URL",
    "format": "string"
  },
  "cover_images.url": {
    "label": "Cover Images / URL",
    "format": "array"
  },
  "cover_images.width": {
    "label": "Cover Images / Width",
    "format": "array"
  },
  "cover_images.height": {
    "label": "Cover Images / Height",
    "format": "array"
  },
  "city.id": {
    "label": "City / ID",
    "format": "number"
  },
  "city.name": {
    "label": "City / Name",
    "format": "text"
  },
  "country.id": {
    "label": "Country / ID",
    "format": "number"
  },
  "country.name": {
    "label": "Country / Name",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "latitude": {
    "label": "Latitude",
    "format": "string"
  },
  "longitude": {
    "label": "Longitude",
    "format": "string"
  },
  "contacts.user_id": {
    "label": "Contacts / User ID",
    "format": "array"
  },
  "contacts.name": {
    "label": "Contacts / Name",
    "format": "array"
  },
  "contacts.description": {
    "label": "Contacts / Description",
    "format": "array"
  },
  "contacts.phone": {
    "label": "Contacts / Phone",
    "format": "array"
  },
  "contacts.email": {
    "label": "Contacts / Email",
    "format": "array"
  },
  "links.id": {
    "label": "Links / ID",
    "format": "array"
  },
  "links.name": {
    "label": "Links / Name",
    "format": "array"
  },
  "links.description": {
    "label": "Links / Description",
    "format": "array"
  },
  "links.url": {
    "label": "Links / URL",
    "format": "array"
  },
  "links.photo_url": {
    "label": "Links / Photo URL",
    "format": "array"
  },
  "is_verified": {
    "label": "Is Verified",
    "format": "boolean"
  },
  "is_closed": {
    "label": "Is Closed",
    "format": "boolean"
  },
  "closed_type": {
    "label": "Closed Type",
    "format": "integer"
  },
  "is_member": {
    "label": "Is Member",
    "format": "boolean"
  },
  "is_advertiser": {
    "label": "Is Advertiser",
    "format": "boolean"
  },
  "is_no_index": {
    "label": "Is No Index",
    "format": "boolean"
  },
  "age_limits": {
    "label": "Age Limits",
    "format": "integer"
  },
  "main_section": {
    "label": "Main Section",
    "format": "integer"
  },
  "member_status": {
    "label": "Member Status",
    "format": "integer"
  },
  "can_access_closed": {
    "label": "Can Access Closed",
    "format": "boolean"
  },
  "can_message": {
    "label": "Can Message",
    "format": "boolean"
  },
  "can_post": {
    "label": "Can Post",
    "format": "boolean"
  },
  "can_see_all_posts": {
    "label": "Can See All Posts",
    "format": "boolean"
  },
  "can_upload_doc": {
    "label": "Can Upload Doc",
    "format": "boolean"
  },
  "can_upload_video": {
    "label": "Can Upload Video",
    "format": "boolean"
  },
  "start_at": {
    "label": "Start At",
    "format": "integer"
  },
  "start_date": {
    "label": "Start Date",
    "format": "string"
  },
  "finish_at": {
    "label": "Finish At",
    "format": "integer"
  },
  "finish_date": {
    "label": "Finish Date",
    "format": "string"
  },
  "event_status": {
    "label": "Event Status",
    "format": "string"
  },
  "market.path": {
    "label": "Market / Path",
    "format": "array"
  },
  "market.value": {
    "label": "Market / Value",
    "format": "array"
  },
  "business_data.path": {
    "label": "Business Data / Path",
    "format": "array"
  },
  "business_data.value": {
    "label": "Business Data / Value",
    "format": "array"
  },
  "action_button.path": {
    "label": "Action Button / Path",
    "format": "array"
  },
  "action_button.value": {
    "label": "Action Button / Value",
    "format": "array"
  },
  "community_channel.path": {
    "label": "Community Channel / Path",
    "format": "array"
  },
  "community_channel.value": {
    "label": "Community Channel / Value",
    "format": "array"
  },
  "addresses.path": {
    "label": "Addresses / Path",
    "format": "array"
  },
  "addresses.value": {
    "label": "Addresses / Value",
    "format": "array"
  },
  "menu.path": {
    "label": "Menu / Path",
    "format": "array"
  },
  "menu.value": {
    "label": "Menu / Value",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [VK Community Scraper – Groups & Public Pages](https://apify.com/scrapingmonkey/vk-community-details-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapingmonkey/vk-community-details-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-community-details-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).
