Thanks for the help guys! Would have never worked it out without you! What i found out Zonx is that even though the data you get from parent.lblSelectedNameAndPrice.LocalText doesnt 'pass through' chat. It does in fact get entered into your eq2input_<charactername>.txt log file!
It is now accessible so that is my initial problem solved!
A couple of things which would be nice though:
1) Is it possible to find the Sellers name as well? I was thinking that instead of using the SelectedPage.lblSelectedNameAndPrice, you could use the ResultsPage.Table.ScrollPage.row Item Name. But there is a problem here. I am having problems referencing this property because "row Item Name" has got spaces in it, and therefore trying to call ResultsPage.Table.ScrollPage.row Item Name.LocalText is invalid (i assume!).
I tried ResultsPage.Table.ScrollPage.'row Item Name'.LocalText but that didnt seem to work either. Any advice?
2) I don't believe its possible but are you able to get data on all 8 of the currently viewable items, or just the selected one? Selecting each and every item is a slow process

.
Thanks!