Need help importing Amazon images in Google Sheets

Checa

Banned - Selling via PM
Joined
Mar 2, 2018
Messages
44
Reaction score
20
Hi, can anyone pls help me to import Amazon products images to my google sheets document?

I have tried to use =importxml using the XPath, but it does't work for me, is there any other way to do it?
 
Hi, can anyone pls help me to import Amazon products images to my google sheets document?

I have tried to use =importxml using the XPath, but it does't work for me, is there any other way to do it?
Hi,

I have written a script long time ago to do the same... It downloads the image to local machine though

If still interested i will check and let you know
 
Hi,

I have written a script long time ago to do the same... It downloads the image to local machine though

If still interested i will check and let you know

Yes share it if you can pls it will help a lot, I don't need to download the files but the method to get them will help me
 
Yes share it if you can pls it will help a lot, I don't need to download the files but the method to get them will help me
Were you able to get the image url from the amazon web page? If you have the list of image url then you can use VBA to download image
 
Were you able to get the image url from the amazon web page? If you have the list of image url then you can use VBA to download image

I can't get the url of image from sheets, that's the problem i have
 
I can't get the url of image from sheets, that's the problem i have
The way I tried and worked is

1. Search for a category of items in amazon
2. Use macro to scrape all image url into sheets
3. Use macro to download all images from the scrapped urls to computer...

Let me know if you have any questions
 
Back
Top