So I use XpathOnURL.
Everything works perfectly fine and my formula returns a table in html format which is what I want.
How can I do this with PhantomJs API? I checked the xml and can't figure out where to modify the connector to return html instead of just the string.
Here's my current working formua:
=XPathOnUrl(A2&B2,"//div[@id='tab3']/div/table",,HttpSettings(TRUE,,,"1020|2040|Host"),"html")
I used the same Xpath using the PhantomJs connector, but it had no option for "Text" or "Html". It always returns text, I'm assuming because it's not json so it defaults to a string value. Can I parse my url and return the actual table?
Full URL I'm testing:
I'm looking for the second table in /div @id = tab3 Where it shows "Availables Sizes & Prices"
Any help would be greatly appreciates. Btw, XpathOnURL works great but even with a 5 second timer between each request It would still take me months to pull the data I need to build a catalog.
I already have a catalog, but I'm looking for ways to clean it up a bit with accurate specifications.
Thanks in advance and Thank you Niels and contributors for this awesome plugin I've recommended it to many.