> iframes - set the src attribute on an iframe to the remote page, use JS > to extract the info you need from that frame
FYI, it is not possible to access the DOM of an iframe that points to a different domain. This is part of the x-domain security enforced by the browser.