Edit.. Solved... I was able to parse the data I needed from that website using the auto tools HTML read action. Here is the CSS query I used to retrieved the data.
.l8sGWb,.rp10kf,.wlgrwd,[data-timestamp]
The first three in the list are class names the third one is an attribute name.
I never realized you could get the source code for a web page on an Android device directly in the chrome browser. You just need to edit the address and place
view-source:
At the very front of it.
after viewing the source code I was able to stumble my way through setting up the CSS queries