Pull contents from any page via API (as JSON/P or raw) and avoid Same-origin policy problems.
A free and open source AnyOrigin alternative, inspired by Whatever Origin.
To get data from https://www.instagram.com/ using jQuery
$.getJSON('https://cors42.herokuapp.com/?https://www.instagram.com/web/search/topsearch/?context=blended&query=nicolauns', function(data){
alert(data);
});