Answer the question
In order to leave comments, you need to log in
How to import the number of subscribers from a VK group to Google Sheets?
Greetings!
Is it possible to import the number of subscribers in groups into Google Spreadsheets, similar to importing the exchange rate from the Central Bank website?
Answer the question
In order to leave comments, you need to log in
Do you need a list or a simple number - the number of participants?
If there is a number, then use the function for Google tables =importxml
If the list of participants with additional information, then use the VK API.
Sample request
https://api.vk.com/method/groups.getMembers?group_...
Where group_id=history_porn is the name of the VK group.
This method gives 1000 accounts for 1 request.
For the next request, change offset=0 to offset=1000
Read more in the VK help
Well, yes, as Aleksandr wrote , try the graber. Free web scraper option
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question