Unable to extract data ,getting empty cell

I am trying to extract Name ,location,University from my Linkedin URL.,The XpathOnUrl() is returning a blank cell ,however I was able to extract the data till yesterday,now using the same formula its returning blank cells.

I have tried the following formula

Name =XPathOnUrl(LinkedinURL,"//[@id='name']")
Headline =XPathOnUrl(LinkedinURL,"//
[@id='topcard']/div/div[2]/div/p")

Locality =XPathOnUrl(LinkedinURL,"//*[@id='demographics']/dd[1]/span")

Can someone please help me with this ,also is there any another function to extract the same data ?

Thanks

Can you provide sample URL so i can look at this?