IMPORTXML Google Sheets Formula to import data on web

Viewed 24

I am having a hard time getting the xpath for this link.

Pls help get the right xpath of the upload and download speed values. Thank you in advance.

1 Answers

there isn't such XPath that would work because IMPORTXML does not support scrapping JavaScript elements. see:

enter image description here

workaround is to use different non-JS site

Related