I am trying to get all the image src on the URL , but I am stuck on error " The entity name must immediately follow the '&' in the entity reference.". Please help.
function getimageurls(){
var url ="https://www.zillow.com/homes/for_sale/Baltimore-MD-21224/36431822_zpid/66834_rid/globalrelevanceex_sort/39.317168,-76.41386,39.2393,-76.64835_rect/11_zm/";
var html = UrlFetchApp.fetch(url).getContentText();
Logger.log(html)
}