Search users
vk_users_searchSearch VK users by name, filtered by city, country, sex, or age. Returns total matches; paginate with offset.
Instructions
Find VK users by name, optionally narrowed by city, country, sex or age. Returns matches with a total count; page through them with offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search query (name or keywords) | |
| sex | No | Sex filter: 1 — female, 2 — male | |
| city | No | City ID to filter by | |
| count | No | Number of results (max 1000) | |
| age_to | No | Maximum age | |
| fields | No | Additional profile fields to return | |
| offset | No | Offset for pagination | |
| country | No | Country ID to filter by | |
| age_from | No | Minimum age |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Total number of matches on VK, which is usually larger than the returned page | |
| items | Yes | Matching user profiles | |
| 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. |