I'm trying to create a price tracking tool in excel, so in short I want to import only the price into excel. Is that possible?
I tried =XPathOnUrl(A2,"//span[@id='each prdPrice ']")
But, it didn't seem to work.
I'm trying to create a price tracking tool in excel, so in short I want to import only the price into excel. Is that possible?
I tried =XPathOnUrl(A2,"//span[@id='each prdPrice ']")
But, it didn't seem to work.
What's the url in A2?
Hello,
I need help with a similar price tracker. But I will provide the URL:)
http://www.daparto.de/Teilenummernsuche/Bilstein/22111074 a German price search engine for car parts.
I would like to scrape the sellers into one column (e.g. "A") and the prices into another column (e.g. "B")
I can't figure out the XPathOnUrl commands for that.
I want to find the cheapest supplier for certain car parts. Prices + availability change all the time.
Thanks for your help!
Andreas