I am using Scrapy to scrape the images related to a product on amazon.com. How would I parse the image data?
I typically use the XPath. However, I was not able to locate the XPath for the images (besides the thumbnails). For example, this is how I parse the title.
title = response.xpath('//h1[@id="title"]/span/text()').extract()
The link to the item is: https://www.amazon.com/dp/B01N068GIX?psc=1