See who reacted
vk_likes_getList users who liked or reacted to a VK object (post, comment, photo, video) with reaction counts.
Instructions
List the users who liked or reacted to an object — a post, comment, photo or video — with counts per reaction. owner_id is negative for a community; item_id is the post or object ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Object type | |
| count | No | Number of users to return (max 1000) | |
| offset | No | Offset for pagination | |
| item_id | Yes | Object ID | |
| owner_id | No | Owner ID of the object (negative for community) | |
| reaction_id | No | Filter by reaction: 0 — like ❤️, 1 — laugh 😂, 2 — wow 😮, 3 — admiration 🔥, 4 — angry 😡, 5 — sad 😢 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Total number of matches on VK, which is usually larger than the returned page | |
| items | Yes | Users who reacted to the object | |
| pagination | No | Where this page sits in the whole result. Call the tool again with offset set to next_offset to continue; when next_offset is null there is nothing left to fetch. |