No. It is not possible unless the page is in the same domain as the retrieving page. Instead, you could use an iframe's srcdoc attribute + Javascript fetch() to get the HTML of another page.
iframe
srcdoc
fetch()