J'ai réussi à y rentrer !!
Les données ne sont plus données directement dans le code source, seul le cadre est décrit :
<div data-aos="zoom-in" style="width: 300px;margin: 0 auto;">
<div style="float: left; width: 100px; border-right:1px solid #FFFFFF30;">
<h3 id="num_followers" style="color: white; font-size: 16px; margin-top: 6px;margin-bottom: 1px; ">
0</h3><h4 style="color: white; font-size: 17px;margin-top: 6px;">Followers</h4></div>
<div style="float: left; width: 100px;border-right:1px solid #FFFFFF30;" >
<h3 id="num_following" style="color: white; font-size: 16px; margin-top: 6px;margin-bottom: 1px;">
0</h3><h4 style="color: white; font-size: 17px;margin-top: 6px;">Following</h4></div>
<div style="float: left; width: 100px; margin:0px">
<h3 id="num_media" style="color: white; font-size: 16px; margin-top: 6px;margin-bottom: 1px;">
0</h3><h4 style="color: white; font-size: 17px;margin-top: 6px;">Posts</h4></div>
<br style="clear: left;">
</div>
Elles sont ensuite rechargées en asynchrone ("ajax")
$.ajax
et ne sont donc plus visibles dans le code
{data: 'index'},
{data: 'date'},
{data: 'follower'},
{data: 'delta_follower'},
{data: 'following'},
{data: 'delta_following'},
{data: 'count_media'},
{data: 'delta_media'}
PowerQuery ne donne pas mieux non plus !
Conclusion : le site s'est blindé ! je crains qu'il ne faille faire une croix dessus.