Selector of get text

i have 10 urls in which i have to get the text of one column and in every url value is different and text location is different so what selector i have to use to get the text of all the urls in a loop

Give us more info with screenshots of Input and Output

image
this is the 1 url
image
this is 2 in both i have to take total of btt like in 1 43.8% and in 2 1.2%
and also want get the same process in 9 url

Have you tried using Extract table to get the data. This should include the column name as well. Check how is the result of exract table activity. If total row is there at the end then you can use below line.
dtExtractedTable.Select.Last()("Percentage").ToString

any other solutions