You need to get the source code of the page in which there are certain elements (located in a separate header on the page). This header appears only after the download of certain JS scripts, if the scripts are not loaded, respectively, there are no data elements.
How can I realize getting the code without using for example webBrowser ?
I myself use xNet libraries to connect and get the code, as well as the Html Agility Pack for parsing content.