Returns a list of users matching the search criteria
usersSearch(
q = "",
sort = "",
offset = "",
count = "20",
fields = "",
city = "",
country = "",
hometown = "",
university_country = "",
university = "",
university_year = "",
university_faculty = "",
university_chair = "",
sex = "",
status = "",
age_from = "",
age_to = "",
birth_day = "",
birth_month = "",
birth_year = "",
online = "",
has_photo = "",
school_country = "",
school_city = "",
school_class = "",
school = "",
school_year = "",
religion = "",
interests = "",
company = "",
position = "",
group_id = "",
from_list = "",
flatten = FALSE,
v = getAPIVersion()
)
Search query string (e.g., Vasya Babich)
Sort order: 1 - by date registered; 0 - by rating
Offset needed to return a specific subset of users
Number of users to return
Profile fields to return
City ID
Country ID
City name in a string
ID of the country where the user graduated
ID of the institution of higher education
Year of graduation from an institution of higher education
Faculty ID
Chair ID
1 - female; 2 - male; 0 - any (default)
Relationship status: 1 - Not married; 2 - In a relationship; 3 - Engaged; 4 - Married; 5 - It's complicated; 6 - Actively searching; 7 - In love
Minimum age
Maximum age
Day of birth
Month of birth
Year of birth
1 - online only; 0 - all users
1 - with photo only; 0 - all users
ID of the country where users finished school
ID of the city where users finished school
Positive number
ID of the school
School graduation year
Users' religious affiliation
Users' interests
Name of the company where users work
Job position
ID of a community to search in communities
List of comma-separated words
Automatically flatten nested data frames into a single non-nested data frame
Version of API