starting my journey as a data analyst. I am trying to web scrape a table off of Transferwise (Wise's) price comparison website. I tried to:
- Copy and paste URL into cell A1 in Google Sheets
- Inspect the table row on the website
- Copy and paste full Xpath into cell A2 in Google Sheets
- Write formula: =importxml(A1,A2)
- Get error
Inspecting table row on Wise price comparison website
Does IMPORTXML generally not work if the website uses an API to populate the table? The tables do seem different for those on Wikipedia for example.