Scrape Meteor website from Google apps

I want to scrape a Meteor website using Google App script. After the Meteor web page loads, how do I get the initial HTML that gets loaded onto the page? Or is there any support for Google App Script to talk with a Meteor web app using say DDP?

There’s a package called spiderable which returns generated HTML for all kinds of crawler scripts.