How to scrap view-source: URL?

Hi,

I would like to scrap the view-source code of a URL. I succeeded in starting the scrap but I don't have any return after the scrap finish.

Url: view-source:https://www.google.com/maps/place/NOONOO+GLOBE+TROTTER/@43.1110126,6.0660153,11z/data=!3m1!4b1!4m5!3m4!1s0x12c923ebe781bba5:0xfc26661518d38eb0!8m2!3d43.111098!4d6.2060965?authuser=0&hl=fr

Sitemap:
{"_id":"test-2-siteweb","startUrl":["view-source:https://www.google.com/maps/place/Au+Chat+Dog+Palace+-+salon+Toilettage+-+vente+accessoire/data=!4m5!3m4!1s0x47e0eab60b355edf:0x19bd2f0e1725509c!8m2!3d49.6814846!4d1.0459953?authuser=0&hl=fr&rclk=1"],"selectors":[{"id":"test","type":"SelectorText","parentSelectors":["_root"],"selector":"_root","multiple":false,"regex":"","delay":0}]}

I'd like to extract the website from it.

Three is no need to view source, you can just dump the whole <html> content from the regular URL:

Type: HTML
Selector: html

The view-source code is not the same than the source code returned in the front page of URL. Some JS change the DOM and hide some HTML tag and resources originally available in the view-source code. I had a reply saying it was not possible.

Any idea to scrap it even with another tool ?