vk_users_get_followers
Get a list of followers' IDs for any VK user, sorted by most recent. Retrieve additional profile fields like name, birthdate, or location.
Instructions
Returns a list of IDs of followers of the user in question, sorted by date added, most recent first. VK API method: users.getFollowers. Tool name: vk_users_get_followers. Section: users. Access level: read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | No | User ID. | |
| offset | No | Offset needed to return a specific subset of followers. | |
| count | No | Number of followers to return. | |
| fields | No | Profile fields to return. Sample values: 'nickname', 'screen_name', 'sex', 'bdate' (birthdate), 'city', 'country', 'timezone', 'photo', 'photo_medium', 'photo_big', 'has_mobile', 'rate', 'contacts', 'education', 'online'. | |
| name_case | No | Case for declension of user name and surname: 'nom' - nominative (default), 'gen' - genitive , 'dat' - dative, 'acc' - accusative , 'ins' - instrumental , 'abl' - prepositional |