$data = file_get_html("https://instagram.com/nike/"); $kapak = $html->find('img._aa8j'); foreach($kapak as $newimage) { echo $thumb= $newimage; }