Всем привет! Есть
страница на Avito с которой нужно спарсить полный номер телефона. Как это можно реализовать? Пробовал с помощью requests, но не получилось.Selenium можно использовать как вариант, но не желательно, так как мне нужно спарсить приличное кол-во страниц и с помощью автоматизации браузера это займет не мало времени. Блок "Показать телефон":
<div class="item-actions-line">
<div class="item-phone js-item-phone" data-disabled="">
<div class="item-phone-number js-item-phone-number greenContact_color ">
<a class="button item-phone-button js-item-phone-button button-origin contactBar_greenColor button-origin_full-width button-origin_large-extra item-phone-button_hide-phone item-phone-button_card js-item-phone-button_card contactBar_height"
href="#login?authsrc=ps" data-marker="item-phone-button/card" data-side="card" data-privet="privet">
Показать телефон
<span class="item-phone-button-sub-text">8 958 XXX-XX-XX</span>
</a>
</div>
</div>
</div>