Hi. Im new to web scraper. Either not experienced in coding. So please take it easy with me
Yesterday tried to figure out how to scrape and actually partly succeeded.
But script is scraping partly. I mean for example there are sizes. There are 6 of them. I am testing web scrapers data preview for each product page and succeeding displaying all sizes. But in scrape results mostly nothing or 1-2 sizes only. Same as for gallery images. There are around 7-9 of them on product pages but in scrape results mostly no image at all or maximum one if there is.
https://en.trendyol.com/sr?tag=influencer_picks_2022_&wg=1&bc=#banner_web_en_woman_10_1
Sitemap:
{"id":"trendyol","startUrl":["https://en.trendyol.com/sr?tag=influencer_picks_2022&wg=1&bc=#banner_web_en_woman_10_1"],"selectors":[{"id":"listingurl","parentSelectors":["_root"],"type":"SelectorLink","selector":"[data-merchantid='968'] a","multiple":true,"delay":0},{"id":"pagination","parentSelectors":["_root","pagination"],"type":"SelectorElementScroll","selector":"div[data-merchantid='968']:nth-of-type(-n+32) img.image","multiple":true,"delay":3000},{"id":"Title","parentSelectors":["listingurl"],"type":"SelectorText","selector":"span.product-info-product-name","multiple":false,"delay":0,"regex":""},{"id":"Price","parentSelectors":["listingurl"],"type":"SelectorText","selector":"div.pdp-price","multiple":false,"delay":0,"regex":""},{"id":"Color","parentSelectors":["listingurl"],"type":"SelectorImage","selector":".image-wrapper img","multiple":true,"delay":0},{"id":"size","parentSelectors":["listingurl"],"type":"SelectorText","selector":"span.name","multiple":true,"delay":0,"regex":""},{"id":"futuredimage","parentSelectors":["listingurl"],"type":"SelectorImage","selector":".carousel-item img","multiple":false,"delay":0},{"id":"imagegallery","parentSelectors":["listingurl"],"type":"SelectorImage","selector":".image-preview img","multiple":true,"delay":0},{"id":"info","parentSelectors":["listingurl"],"type":"SelectorText","selector":".attribute-item > span","multiple":true,"delay":0,"regex":""},{"id":"clickdetails","parentSelectors":["listingurl"],"type":"SelectorElementClick","clickElementSelector":".product-details-list-header span","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":1000,"discardInitialElements":"do-not-discard","multiple":false,"selector":"div.product-details-list-header"},{"id":"details","parentSelectors":["listingurl"],"type":"SelectorText","selector":"li.normal:nth-of-type(n+2) p","multiple":true,"delay":0,"regex":""},{"id":"reviews","parentSelectors":["listingurl"],"type":"SelectorText","selector":".header h4","multiple":false,"delay":0,"regex":""},{"id":"rating","parentSelectors":["listingurl"],"type":"SelectorText","selector":"div.average","multiple":false,"delay":0,"regex":""},{"id":"5stars","parentSelectors":["listingurl"],"type":"SelectorText","selector":"div.rating-bar:nth-of-type(1) span.rating-count-text","multiple":true,"delay":0,"regex":""}]}

