Hi,
I am mic.
I’m an economics student conducting research on market prices and product information of rings. To collect the data, I’m using web scraping techniques to extract information from relevant websites.
But The image URLs I extracted are all the same. What could be the reason for this, and how can I fix it?(I’m able to scrape the information from each product page, but although every page contains multiple images, the scraper only retrieves the same single image from each product page.)
Pls if you know how to solve this problem, help me!
The Sitemap:
{"_id":"mollyjewelry","startUrl":["https://mollyjewelryus.com/"],"selectors":[{"id":"engagement","parentSelectors":["_root"],"type":"SelectorLink","selector":".menu-item-30338.c-top-menu__item > a","multiple":false,"linkType":"linkFromHref"},{"id":"collectionpage","parentSelectors":["pagination"],"type":"SelectorLink","selector":".c-product-grid__title-wrap a:nth-of-type(1)","multiple":true,"linkType":"linkFromHref"},{"id":"title","parentSelectors":["collectionpage"],"type":"SelectorText","selector":"h1","multiple":false,"regex":"","multipleType":"singleColumn"},{"id":"price","parentSelectors":["collectionpage"],"type":"SelectorText","selector":"bdi","multiple":false,"regex":"","multipleType":"singleColumn"},{"id":"description","parentSelectors":["collectionpage"],"type":"SelectorText","selector":".c-product__short-description p","multiple":false,"regex":"","multipleType":"singleColumn"},{"id":"image1","parentSelectors":["collectionpage"],"type":"SelectorImage","selector":".active img.c-product__slider-img","multiple":false,"multipleType":"singleColumn"},{"id":"image2","parentSelectors":["collectionpage"],"type":"SelectorImage","selector":".active img.c-product__slider-img","multiple":false,"multipleType":"singleColumn"},{"id":"image3","parentSelectors":["collectionpage"],"type":"SelectorText","selector":".active img.c-product__slider-img","multiple":false,"regex":"","multipleType":"singleColumn"},{"id":"image4","parentSelectors":["collectionpage"],"type":"SelectorImage","selector":".active img.c-product__slider-img","multiple":false,"multipleType":"singleColumn"},{"id":"image5","parentSelectors":["collectionpage"],"type":"SelectorImage","selector":".active img.c-product__slider-img","multiple":false,"multipleType":"singleColumn"},{"id":"image6","parentSelectors":["collectionpage"],"type":"SelectorImage","selector":".active img.c-product__slider-img","multiple":false,"multipleType":"singleColumn"},{"id":"image7","parentSelectors":["collectionpage"],"type":"SelectorImage","selector":".active img.c-product__slider-img","multiple":false,"multipleType":"singleColumn"},{"id":"image8","parentSelectors":["collectionpage"],"type":"SelectorImage","selector":".active img.c-product__slider-img","multiple":false,"multipleType":"singleColumn"},{"id":"pagination","parentSelectors":["engagement","pagination"],"paginationType":"auto","type":"SelectorPagination","selector":"a.next"}]}

