I'm trying to use the IMPORTXML function on Google Sheets.
For example:=IMPORTXML("https://exolyt.com/user/amazonprimevideo/full, XMLPATH) should return "1.8K", which is the Avg. Video Shares
I used the Chrome inspector to copy the xpath, which gives me:
/html/body/div[1]/div[1]/div/div/div/div[3]/div[1]/div/div[2]/div/div[1]/div[3]/div[6]/div[3]/div[2]
When I try this in Google Sheets it returns an error: #N/A (Import Content is Empty).
P.S. I'm open to other ways to get the data I need into the google sheet, it doesn't have to use the IMPORTXML function.