1

In my job of e-commerce i have to save images from MFG. sites to upload them to my client webpage, sometimes when product came like apple i6 there are hundreds of images in product description so i want to save all images from mfg url with one click
For example:
URL- http://www.gsmarena.com/samsung_galaxy_a9_%282016%29-pictures-7641.php it have 7 images, so i wanna get all images downloaded in single click image links:

http://cdn.gsmarena.com/imgroot/reviews/15/apple-iphone-6s/-347x151/thumb.jpg
http://cdn2.gsmarena.com/vv/bigpic/samsung-galaxy-a9-2016-.jpg
http://cdn2.gsmarena.com/vv/bigpic/samsung-galaxy-a9-2016-.jpg
http://cdn2.gsmarena.com/vv/pics/samsung/samsung-galaxy-a9-2016-6.jpg
http://cdn2.gsmarena.com/vv/pics/samsung/samsung-galaxy-a9-2016-7.jpg
http://cdn2.gsmarena.com/vv/pics/samsung/samsung-galaxy-a9-2016-5.jpg
http://cdn2.gsmarena.com/vv/bigpic/samsung-galaxy-a8-.jpg
jatin verma
  • 177
  • 1
  • 3
  • 16
  • It is not compulsory whether you use webscraping, macro or anything... – jatin verma Feb 09 '16 at 10:43
  • 1
    Take a look a this - http://stackoverflow.com/questions/9689105/save-images-from-url – Vivek S. Feb 09 '16 at 10:44
  • @wingedpanther , this is not exactly what i want.... i need to save all images from a website not from a url of images, in my case this could be done by source of website... in source there are all image with .jpg.... – jatin verma Feb 09 '16 at 10:47
  • Now i am doing this by pasting source in excel, filter source code with ".jpg" and using nested formula of find "http" & find ".jpg" and using mid formula i can get excat url,.... but this is time consuming and i have to do this whole process everytime.... :( – jatin verma Feb 09 '16 at 10:55

2 Answers2

1

Maybe this way?

Image Picker Plugin for Firefox

Seems it does the same job without any installation (but plugin installation).

David Seek
  • 16,783
  • 19
  • 105
  • 136
0

Not sure if it is, what you are looking for. But I tryed it and found an easy option for you.

Use the tool: jdownloader2

Copy the link of your desired URL and paste it into the link collector. It gathers automatically all the pictures on that page and downloads it for you. All images with a single click...

David Seek
  • 16,783
  • 19
  • 105
  • 136