get('https://backend.deviantart.com/rss.xml', [ 'q' => 'boost:popular in:photography/people/fashion', 'type' => 'deviation', ]); foreach ($curl->response->channel->item as $entry) { $thumbnails = $entry->children('http://search.yahoo.com/mrss/')->thumbnail; foreach ($thumbnails as $thumbnail) { $img = $thumbnail->attributes(); echo '' . '' . ''; } }