S
S
Solomon Gennadievich2016-12-15 12:12:50
PHP
Solomon Gennadievich, 2016-12-15 12:12:50

How to get all links to pages (or at least IDs) from Vkontakte people search?

7517b5ef99124c02891cfc8fc454348e.png
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

4 answer(s)
M
Michael, 2016-12-15
@FFxSquall

Use the official API

S
Spheniscus, 2016-12-15
@Spheniscus

https://vk.com/catalog.php

S
Serdji, 2016-12-15
@ssumatokhin

Something like this

[].forEach.call( document.querySelectorAll('.friends_user_row'), el => {
  console.log(el.getAttribute('id'));
});

K
Kirill Zhilyaev, 2016-12-15
@kirill_782

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 question

Ask a Question

731 491 924 answers to any question