Scrape external site from within ionic 2 project

I’m looking for a JS library that will allow scraping a static external website from within an Ionic 2 app.

I’ve looked at some libraries such as Cheerio and ScraperJS however these seem to be designed to run on a server and will produce cross-origin errors when running from within an Ionic 2 project.

Is there any purely JS solutions that can achieve this?