I have a list of URLs in excel... each of these pages has an image within the <div class="post-bodycopy"> (the site I want to scrape is on wordpress if that matters).
I'm looking to scrape the images and if possible, the alt text as well from all of these pages. I tried doing this with google docs, but all I get is the author of the image, not the link to the image or the alt text.
Does anyone know a way of doing what I'm trying to accomplish? I would prefer to be able to export the image files and the alt text, but I will settle for being able to export the url of the image itself (on this website it is /files/[year]/[month]/....) along with the alt text in a separate column.
Any help is greatly appreciated!
I'm looking to scrape the images and if possible, the alt text as well from all of these pages. I tried doing this with google docs, but all I get is the author of the image, not the link to the image or the alt text.
Does anyone know a way of doing what I'm trying to accomplish? I would prefer to be able to export the image files and the alt text, but I will settle for being able to export the url of the image itself (on this website it is /files/[year]/[month]/....) along with the alt text in a separate column.
Any help is greatly appreciated!