Link to home
Start Free TrialLog in
Avatar of xenium
xenium

asked on

How to scrape links from webpages using IMPORTXML

H,

I'm looking to get a list of the URL's for each item on this page:

https://www.ocado.com/webshop/displayRecipes.do

I can get the description info with:
//*[@id="content"]/div[1]/div[2]/div[3]/ul/li[1]

What is the XML to get the href info shown here from Chrome inspection?

User generated image
Thanks!
Avatar of xenium
xenium

ASKER

ASKER CERTIFIED SOLUTION
Avatar of ste5an
ste5an
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of xenium

ASKER

Thanks a lot. The first one worked fine (the second did not)