I want to import data (Like Website URL of this person, Social Media Links like Facebook and Twitter into Google Sheet from the following Realtor's profile link:
https://www.realtor.com/realestateagents/568117e3bb954c0100693e2c
But when I apply the 'ImportXML" function by copying 'Full Xpath Query' from the inspect section like this and press enter Key:
=IMPORTXML("https://www.realtor.com/realestateagents/5682d84c7e54f70100200a6b","/html/body/div[1]/div[1]/div/div/div[1]/div[3]/section/div/div/div[1]/div/div/div/div/div[2]/div[1]//@href")
The result shows an error and this is written in the cell #N/A and a message shows:
'imported content is empty'
I tried many times to apply IMPORTXML funtion in the Google sheet and I was expecting that the data such as link website URL and social links will be fectched automatically but all in vain and it just shows #N/A and a short message: "imported content is empty"