Hi there, I’m new here so please excuse my poor understanding.
I have scraped a list of data which includes a column of url’s providing additional data which I would like to add into additional columns in my extracted data table. I have automated the opening of each url but am struggling to extract the data on the next page. Using the wizard doesn’t seem to work and manually selecting the data and trying various techniques seems to return blank data. I cannot even extract the data when I start a new sequence simply going straight to the url and attempting to scrape the text using get text, get full text etc
I don’t think I need any help with regards the handling of the data post scrape, I just can’t figure out what it needs to actually extract the distance and elevation figures…
That looks more like what I am looking for. I will have to make it dynamic so it works for my other url’s, but I believe I can. Would you mind giving some tips on how you acquired those?
Yes I have got the full solution working for distance just now with it appending distance into a new column in my excel sheet.
Thank you for your help, it took a bit of tweaking to get the selector to work dynamically and the page I was working with was slightly different behind the login, but I am there now and can continue scaling up my little project…
Yes, I had actually watch some youtube videos of a guy called Anders showing exactly how to do it, but for some reason the element only showing row and column in the selector totally threw me off…
That was the dynamic one I ended up using, but then I had to redo it for the web page in the secure area that was slightly different. Not that I had to, but I am running a few sequences that require login and it makes more sense to treat them all the same…