@lokiys The first thing was to search for those numbers in my html code but I didn't find anything so I guess that a request to the server it's triggered by the onmouseover event. The thing is that I can easily emulate the mouseover event but don't know how to capture the data.
I want to be able to retrieve all the user's followers from the comments section without individually checking the profile of each user but just by getting the number shown upon hovering their profile picture, straight from the comments box.
The problem is that even if I do the hover action using the MouseMove method (or any similar mouse method) I don't know how to "grab" the followers number from the "pop up hover window".