Hello,
I am kind of new in programming and VBA. I hope that some smart guys/girls can help me out here.

I would like to extract data from webpage, but so far I got little success.

The problem is, that I don't know how to refer to speciefic field in webpage (and to get data from there). For example I want to get telefon (phone nr).

in HTML it is something like this: <th class="d-border" data-field_id="s_phone" data-group_id="5"><div class="t-wrap">Phone</div></th>

link where I want to get data: h**ps://www.e-krediidiinfo.ee/10832919-TEREBINT%20O%C3%9C

I have tried with getElementsByTagName , getElementById, getElementsByClassName but no success

Below you can find partly working code:
Please Login or Register  to view this content.