# Build speaker briefs from public VK profiles

**Use case:** 

Collect names, biographies, occupation fields and profile links from selected VK accounts to prepare an event speaker brief. Organizers can review their known guest list and write introductions through an approval process. Speaking roles, employment and attendance are not verified by this task.

## Input

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

## Output

```json
{
  "input": {
    "label": "Input",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "avatar_url": {
    "label": "Avatar URL",
    "format": "string"
  },
  "profile_url": {
    "label": "Profile URL",
    "format": "string"
  },
  "id": {
    "label": "ID",
    "format": "integer"
  },
  "username": {
    "label": "Username",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "first_name": {
    "label": "First Name",
    "format": "string"
  },
  "last_name": {
    "label": "Last Name",
    "format": "string"
  },
  "nickname": {
    "label": "Nickname",
    "format": "string"
  },
  "maiden_name": {
    "label": "Maiden Name",
    "format": "string"
  },
  "sex": {
    "label": "Sex",
    "format": "integer"
  },
  "sex_name": {
    "label": "Sex Name",
    "format": "string"
  },
  "birth_date": {
    "label": "Birth Date",
    "format": "string"
  },
  "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"
  },
  "home_town": {
    "label": "Home Town",
    "format": "string"
  },
  "profile_status": {
    "label": "Profile Status",
    "format": "string"
  },
  "about": {
    "label": "About",
    "format": "string"
  },
  "activities": {
    "label": "Activities",
    "format": "string"
  },
  "interests": {
    "label": "Interests",
    "format": "string"
  },
  "music": {
    "label": "Music",
    "format": "string"
  },
  "movies": {
    "label": "Movies",
    "format": "string"
  },
  "tv": {
    "label": "Tv",
    "format": "string"
  },
  "books": {
    "label": "Books",
    "format": "string"
  },
  "games": {
    "label": "Games",
    "format": "string"
  },
  "quotes": {
    "label": "Quotes",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "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"
  },
  "followers_count": {
    "label": "Followers Count",
    "format": "integer"
  },
  "friends_count": {
    "label": "Friends Count",
    "format": "integer"
  },
  "subscriptions_count": {
    "label": "Subscriptions 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"
  },
  "audios_count": {
    "label": "Audios Count",
    "format": "integer"
  },
  "albums_count": {
    "label": "Albums Count",
    "format": "integer"
  },
  "gifts_count": {
    "label": "Gifts Count",
    "format": "integer"
  },
  "articles_count": {
    "label": "Articles Count",
    "format": "integer"
  },
  "mutual_friends_count": {
    "label": "Mutual Friends Count",
    "format": "integer"
  },
  "online": {
    "label": "Online",
    "format": "boolean"
  },
  "online_mobile": {
    "label": "Online Mobile",
    "format": "boolean"
  },
  "last_seen_at": {
    "label": "Last Seen At",
    "format": "integer"
  },
  "last_seen_date": {
    "label": "Last Seen Date",
    "format": "string"
  },
  "last_seen_platform": {
    "label": "Last Seen Platform",
    "format": "integer"
  },
  "is_verified": {
    "label": "Is Verified",
    "format": "boolean"
  },
  "is_trending": {
    "label": "Is Trending",
    "format": "boolean"
  },
  "is_private": {
    "label": "Is Private",
    "format": "boolean"
  },
  "is_deactivated": {
    "label": "Is Deactivated",
    "format": "boolean"
  },
  "deactivated_reason": {
    "label": "Deactivated Reason",
    "format": "string"
  },
  "is_memorial": {
    "label": "Is Memorial",
    "format": "boolean"
  },
  "is_service": {
    "label": "Is Service",
    "format": "boolean"
  },
  "is_nft": {
    "label": "Is Nft",
    "format": "boolean"
  },
  "is_no_index": {
    "label": "Is No Index",
    "format": "boolean"
  },
  "friend_status": {
    "label": "Friend Status",
    "format": "integer"
  },
  "can_access_closed": {
    "label": "Can Access Closed",
    "format": "boolean"
  },
  "can_message": {
    "label": "Can Message",
    "format": "boolean"
  },
  "can_send_friend_request": {
    "label": "Can Send Friend Request",
    "format": "boolean"
  },
  "can_post": {
    "label": "Can Post",
    "format": "boolean"
  },
  "can_see_all_posts": {
    "label": "Can See All Posts",
    "format": "boolean"
  },
  "can_see_audio": {
    "label": "Can See Audio",
    "format": "boolean"
  },
  "occupation.id": {
    "label": "Occupation / ID",
    "format": "number"
  },
  "occupation.name": {
    "label": "Occupation / Name",
    "format": "text"
  },
  "occupation.type": {
    "label": "Occupation / Type",
    "format": "text"
  },
  "career.path": {
    "label": "Career / Path",
    "format": "array"
  },
  "career.value": {
    "label": "Career / Value",
    "format": "array"
  },
  "schools.path": {
    "label": "Schools / Path",
    "format": "array"
  },
  "schools.value": {
    "label": "Schools / Value",
    "format": "array"
  },
  "universities.path": {
    "label": "Universities / Path",
    "format": "array"
  },
  "universities.value": {
    "label": "Universities / Value",
    "format": "array"
  },
  "military.path": {
    "label": "Military / Path",
    "format": "array"
  },
  "military.value": {
    "label": "Military / Value",
    "format": "array"
  },
  "relatives.path": {
    "label": "Relatives / Path",
    "format": "array"
  },
  "relatives.value": {
    "label": "Relatives / Value",
    "format": "array"
  },
  "personal.path": {
    "label": "Personal / Path",
    "format": "array"
  },
  "personal.value": {
    "label": "Personal / Value",
    "format": "array"
  },
  "connections.skype": {
    "label": "Connections / Skype",
    "format": "text"
  },
  "connections.facebook": {
    "label": "Connections / Facebook",
    "format": "text"
  },
  "connections.facebook_name": {
    "label": "Connections / Facebook Name",
    "format": "text"
  },
  "connections.twitter": {
    "label": "Connections / Twitter",
    "format": "text"
  },
  "connections.instagram": {
    "label": "Connections / Instagram",
    "format": "text"
  },
  "connections.livejournal": {
    "label": "Connections / Livejournal",
    "format": "text"
  },
  "contacts.mobile_phone": {
    "label": "Contacts / Mobile Phone",
    "format": "text"
  },
  "contacts.home_phone": {
    "label": "Contacts / Home Phone",
    "format": "text"
  }
}
```

## About this Actor

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