XPathOnUrl and Moz Domain Authority

Hi,

Is anyone can help about this "strange" problematic. I can extract on http://seopoints.org/websites/index?url=www.domaine.com the word "Domain Authority" with a //[@id="content"]/div[2]/div/div[1]/div[1]/div[2]/b[1]
But it seems impossible to have "43" with a //
[@id="mozda"].

Do you know why ? Any Idea what i can do ?

regards

This page is build using Javascript. That's why your Xpath isn't working. Try the new headless scraping service PhantomJs-Connector in 5.1.

=Connector("PhantomJsCloud.XPath";"https://seopoints.org/websites/index?url=www.domaine.com ";"//span[@id='mozda']";"";TRUE;"us")

Would be easier to just use the Moz integration?