Hello, complete newbie and can’t seem to locate tip or info on something I want to do.
Essentially, I want to extract a URL from an order confirmation, go to that URL, and scrape some data from that URL.
I have setup the EmailParser from Gmail to filter and forward to the new Parser inbox, then I can extract that URL. That’s where I’m stuck. Is there a way to then take that URL, go to it, and the extract subsequent info from that URL, such as customer name, item ordered, etc.
Thanks.