var d = [{
"__metadata": {
"uri": "https://api.datamarket.azure.com/Data.ashx/Bing/Search/v1/Image?Query='Photography by tina modotti'&ImageFilters='Size:Large'&$skip=0&$top=1",
"type": "ImageResult"
},
"ID": "acedb185-cc7e-4da8-89be-bd107f4a6528",
"Title": "tina modotti biography from profots com tina modotti was a remarkable ...",
"MediaUrl": "http://4.bp.blogspot.com/-rshrTkUD4Do/TV6mxlXoUxI/AAAAAAAAACw/6kb0msv26iA/s1600/Tina+Modotti.jpg",
"SourceUrl": "http://mastersofphotography.blogspot.com.au/2011/02/tina-modotti.html",
"DisplayUrl": "mastersofphotography.blogspot.com.au/2011/02/tina-modotti.html",
"Width": "530",
"Height": "480",
"FileSize": "87133",
"ContentType": "image/jpeg",
"Thumbnail": {
"__metadata": {
"type": "Bing.Thumbnail"
},
"MediaUrl": "http://ts2.mm.bing.net/th?id=OIP.M1dd1aa7a5fc5f4b73e1258d402d0f5dbH0&pid=15.1",
"ContentType": "image/jpg",
"Width": "480",
"Height": "434",
"FileSize": "27551"
}
}, {
"__metadata": {
"uri": "https://api.datamarket.azure.com/Data.ashx/Bing/Search/v1/Image?Query='Photography by tina modotti'&ImageFilters='Size:Large'&$skip=1&$top=1",
"type": "ImageResult"
},
"ID": "5acade4e-106e-49af-b7b4-c3e89fdd2f6d",
"Title": "Tina Modotti | Indigenous | Pinterest",
"MediaUrl": "http://media-cache-ec0.pinimg.com/736x/ee/cf/5f/eecf5f6d5e776104548f542bd269f631.jpg",
"SourceUrl": "http://pinterest.com/pin/393994667370497691/",
"DisplayUrl": "pinterest.com/pin/393994667370497691",
"Width": "654",
"Height": "720",
"FileSize": "168465",
"ContentType": "image/jpeg",
"Thumbnail": {
"__metadata": {
"type": "Bing.Thumbnail"
},
"MediaUrl": "http://ts4.mm.bing.net/th?id=OIP.M94668199c6351c86fc3d8a8267c19602o2&pid=15.1",
"ContentType": "image/jpg",
"Width": "272",
"Height": "300",
"FileSize": "11661"
}
}, {
"__metadata": {
"uri": "https://api.datamarket.azure.com/Data.ashx/Bing/Search/v1/Image?Query='Photography by tina modotti'&ImageFilters='Size:Large'&$skip=2&$top=1",
"type": "ImageResult"
},
"ID": "aa661abe-dedc-47c4-a524-fa83e1efbdb2",
"Title": "Tina Modotti",
"MediaUrl": "http://www.masters-of-photography.com/images/full/modotti/modotti_roses.jpg",
"SourceUrl": "http://www.masters-of-photography.com/M/modotti/modotti_roses_full.html",
"DisplayUrl": "www.masters-of-photography.com/M/modotti/modotti_roses_full.html",
"Width": "610",
"Height": "480",
"FileSize": "78365",
"ContentType": "image/jpeg",
"Thumbnail": {
"__metadata": {
"type": "Bing.Thumbnail"
},
"MediaUrl": "http://ts1.mm.bing.net/th?id=OIP.Maeca6f4759d245091ae2276829dca4efo0&pid=15.1",
"ContentType": "image/jpg",
"Width": "300",
"Height": "236",
"FileSize": "8950"
}
}];
console.log(d.map(function(x) {
return x["MediaUrl"];
}));