Answer the question
In order to leave comments, you need to log in
How to get all links to pages (or at least IDs) from Vkontakte people search?
Let's say how to get all the pages of Oleg? Manual scrolling only displays 1000 people if you scroll to the very bottom
Answer the question
In order to leave comments, you need to log in
Something like this
[].forEach.call( document.querySelectorAll('.friends_user_row'), el => {
console.log(el.getAttribute('id'));
});
1000 is the search limit. Neither through the API, nor directly anymore. Only more precise search
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question