| | --- |
| | license: cc0-1.0 |
| | task_categories: |
| | - text-generation |
| | language: |
| | - ru |
| | pretty_name: VK.Groups |
| | size_categories: |
| | - 100M<n<1B |
| | --- |
| | ### Dataset |
| |
|
| | The data set contains a list of all public pages (communities or groups) of the social network VKontakte (VK.COM). |
| | The current number is 222,130,000 communities. |
| |
|
| | The dataset has 25 fields. CSV files are delimited by "\t". |
| |
|
| | There is also a list of verified groups - 41614 elements |
| |
|
| | ### Fields |
| |
|
| | Full versions contain the following fields: |
| | ["id", "screen_name", "members_count", "name", "type", "verified", "description", "activity", "can_see_all_posts", "city_id", "city_title", "contacts", "country_id", "country_title", "deactivated", "deactivated_message", "deactivated_type", "finish_date", "is_closed", "photo_100", "photo_200", "photo_50", "site", "start_date", "status"] |
| | |
| | Minified versions contain the following fields: |
| | [ "id", "members_count", "name", "type", "verified", "activity", "city_id", "country_id", "deactivated", "finish_date", "is_closed", "site"] |
| |
|
| | Description: |
| | * id - integer Community ID |
| | * screen_name - string Community name |
| | * members_count - string Short address, for example, apiclub |
| | * name - string Community name. |
| | * type - string Community type: group — group; page - public page; event |
| | * verified - integer Information about whether the community has been verified. Possible values: 1 - is; 0 - is not |
| | * description - string Community description text |
| | * activity - string Public theme string. For groups, a string value is returned, whether the group is open or not, and for events, the start date |
| | * can_see_all_posts - integer Information about whether it is allowed to see other people's posts on the community wall. Possible values: 1 - can; 0 - cannot |
| | * city_id - integer id of the city specified in the community information |
| | * city_title - - integer name of the city specified in the community information |
| | * contacts - json-array Information from the contact block of the public page. An array of objects, each of which can contain fields: user_id (integer) — user ID; desc (string) - position; phone (string) — phone number; email (string) — email address |
| | * country_id - integer ID of the country specified in the community information |
| | * country_title - string name of the country specified in the community information |
| | * deactivated - string Returned if the community has been deleted or disabled. Possible values: deleted — the community has been deleted; banned - the community is blocked; |
| | * deactivated_message - string Reason for blocking the community |
| | * deactivated_type - string Returned if the community is deleted or banned, contains deleted or banned |
| | * finish_date - Meeting communities contain the end time of the meeting in unixtime format. For public pages, it contains only start_date — the date of foundation in YYYYMMDD format |
| | * is_closed - integer Whether the community is closed. Possible values: 0 — open; 1 - closed; 2 - private |
| | * photo_100 - string URL of the main photo with a size of 100x100px |
| | * photo_200 - string URL of the main photo in the maximum size |
| | * photo_50 - string URL of the main photo with size 50x50px |
| | * site - string Site address specified in the profile. |
| | * start_date - Meeting communities contain the start time of the meeting in unixtime format. For public pages, it contains only start_date — the date of foundation in YYYYMMDD format |
| | * status - string Community status |
| |
|
| |
|
| | ### Dataset Creation |
| | The data was scraped through [https://dev.vk.com/ru/method/groups.getById] (VK API Method) |
| |
|
| | ### License |
| | The license for this dataset is public, you can use it in your scientific research, design work and other works. The only condition is the publication of a link to this dataset |
| |
|
| |
|
| | ## RU |
| |
|
| | ### Набор данных |
| |
|
| | Набор данных содержит список всех публичных страниц (или, как их называют, сообщества или группы) социальной сети ВКонтакте. |
| | Текущее число составляет 222 130 000 групп. |
| | Датасет имеет 25 полей. В качестве разделителя используется символ табуляции "\t". |
| | Также есть список верифицированных групп - 41614 элементов |
| |
|
| | ### Поля |
| |
|
| | Полная версия содержит следующие поля: |
| | ["id", "screen_name", "members_count", "name", "type", "verified", "description", "activity", "can_see_all_posts", "city_id", "city_title", "contacts", "country_id", "country_title", "deactivated", "deactivated_message", "deactivated_type", "finish_date", "is_closed", "photo_100", "photo_200", "photo_50", "site", "start_date", "status"] |
| | |
| | Минифицированная версия: |
| | [ "id", "members_count", "name", "type", "verified", "activity", "city_id", "country_id", "deactivated", "finish_date", "is_closed", "site"] |
| |
|
| | Подробно: |
| | * id - integer Идентификатор сообщества |
| | * screen_name - string Название сообщества |
| | * members_count - string Короткий адрес, например, apiclub |
| | * name - string Название сообщества. |
| | * type - string Тип сообщества: group — группа; page — публичная страница; event — мероприятие |
| | * verified - integer Информация о том, верифицировано ли сообщество. Возможные значения: 1 — является; 0 — не является |
| | * description - string Текст описания сообщества |
| | * activity - string Строка тематики паблика. У групп возвращается строковое значение, открыта ли группа или нет, а у событий дата начала |
| | * can_see_all_posts - integer Информация о том, разрешено ли видеть чужие записи на стене сообщества. Возможные значения: 1 — может; 0 — не может |
| | * city_id - integer идентификатор города, указанный в информации о сообществе |
| | * city_title - - integer название города, указанный в информации о сообществе |
| | * contacts - json-array Информация из блока контактов публичной страницы. Массив объектов, каждый из которых может содержать поля: user_id (integer) — идентификатор пользователя; desc (string) — должность; phone (string) — номер телефона; email (string) — адрес e-mail |
| | * country_id - integer идентификатор страны, указанной в информации о сообществе |
| | * country_title - string название страны, указанной в информации о сообществе |
| | * deactivated - string Возвращается в случае, если сообщество удалено или заблокировано. Возможные значения: deleted — сообщество удалено; banned — сообщество заблокировано; |
| | * deactivated_message - string Причина блокировки сообщества |
| | * deactivated_type - string Возвращается, если сообщество удалено или заблокировано, содержит значение deleted или banned |
| | * finish_date - Сообщества-встречи содержат время конца встречи в формате unixtime. Для публичных страниц содержит только start_date — дата основания в формате YYYYMMDD |
| | * is_closed - integer Является ли сообщество закрытым. Возможные значения: 0 — открытое; 1 — закрытое; 2 — частное |
| | * photo_100 - string URL главной фотографии с размером 100х100px |
| | * photo_200 - string URL главной фотографии в максимальном размере |
| | * photo_50 - string URL главной фотографии с размером 50x50px |
| | * site - string Адрес сайта, указанный в профиле. |
| | * start_date - Сообщества-встречи содержат время начала встречи в формате unixtime. Для публичных страниц содержит только start_date — дата основания в формате YYYYMMDD |
| | * status - string Статус сообщества |
| |
|
| | ### Лицензия |
| | Лицензия на этот набор данных общедоступная, вы можете использовать его в своих научных исследованиях, проектных работах и других работах. Единственное условие — публикация ссылки на этот набор данных. |