W
W
workRave2017-01-04 21:45:31
JavaScript
workRave, 2017-01-04 21:45:31

How to find all elements that meet the criteria?

There is a search string: https://vk.com/search?c%5Bage_from%5D=15&c%5Bage_t...
How to collect all id? (I proceed from the fact that they are all in the model house, you need to assemble them for yourself)

<div class="people_row search_row clear_fix">
  <div class="img ui_zoom_wrap" onmouseover="uiPhotoZoom.over(this, 159287349)">
    <a class="ui_zoom_outer ui_zoom_added" href="/albums159287349" aria-label="Увеличить"><div class="ui_zoom_inner"><div class="ui_zoom"><div class="ui_zoom_icon"></div></div></div></a><a href="/sh.diana" onclick="return nav.go(this, event);" class="search_item_img_link _online"><img class="search_item_img" src="https://pp.vk.me/c636217/v636217349/58601/RKRv4gbJzWw.jpg" alt="Диана Шарипова"></a>
  </div>
  <div class="controls">
    <button id="search_sub159287349" class="flat_button button_small button_wide" onclick="searcher.subscribe(this, 159287349, 'c563ea8aab8dcd8272', true, 'search')">Подписаться</button>
<button id="search_unsub159287349" class="flat_button button_small button_wide secondary" onclick="searcher.subscribe(this, 159287349, 'c563ea8aab8dcd8272', false, 'search', '')" style="display: none;">Вы подписаны</button>
  </div>
  <div class="info">
    <div class="labeled name"><a href="/sh.diana" onclick="return nav.go(this, event);">Диана Шарипова</a></div><div class="labeled ">СамГУ</div>
  </div>
</div>


If it's a dumb question, please point me in the direction. What should be read?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
W
w_b_x, 2017-01-04
@w_b_x

Hello. Why don't you want to use the VK API?
https://vk.com/dev/groups.getMembers

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question