Forum Discussion

1 Reply

  • V-lianl-msft's avatar
    V-lianl-msft
    Community Support

    Power Query can only extract data from a web page if it is in a suitable tabular format such as HTML, PHP etc. It won't work on JavaScript rendered tables and many other types.

    Try to use Python to do a web crawler.