How To Scrap Only Image(.JPG .PNG etc) from a whole website (not just a page)?

I want to scrap all image file from a website.
Any tools for this? :alien:
Are you looking to automatically download all the images or just get data on them like URLs, weight, alt tags, etc?

You can get all the image URLs by crawling the site using a tool like Screaming Frog. This will also give you all the data you want from those images like weight, URLs, alt tags, titles, etc.

If you want to download all images, you can use those URLs to do that. There are apps that can bulk download images from an URL list.

Right now, I don´t recall the name of the apps but I am sure there are a few out there on the internet.

Alternatively, this is something you can do with Python. Perhaps you know someone with Python experience or request some help from a fellow BHWer.

This script shouldn´t be too difficult to build.

I hope this helps, cheers!
 
Back
Top