I need to scrape a shop. the products have sometimes variations, somtetimes multiple variations in the form of 2 or three select drop downs.
Right now i my sitemap does navigate through the select boxes options, but does not scrape all 4 variations (see my example sitemap with an example product). it scrapes one variation twice and is missing another on.
As we have many different options across the whole shop with different names we need to scrape tha variations just by seleclecting/clicking through all spossible options combiantions of the select dropdwons no name can be used or anything)
Url: Schwingen & Umlenkschwingen für Harley-Davidson
Sitemap:
{"_id":"RICKS_SHOP","startUrl":["https://www.ricks-motorcycles.shop/shop/wg/ricks-parts/schwingen/"],"selectors":[{"id":"Produklinks","parentSelectors":["_root"],"type":"SelectorLink","selector":".col-lg-4 .obs-product-card-title a","multiple":true,"linkType":"linkFromHref"},{"id":"variation-click","parentSelectors":["Produklinks"],"type":"SelectorElementClick","clickActionType":"real","clickElementSelector":"select option:not(:contains('Auswählen:')","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":2000,"discardInitialElements":"discard-when-click-element-exists","multiple":true,"selector":"#oneboxshop-pages-product-out div.wp-block-columns"},{"id":"Name","parentSelectors":["variation-click"],"type":"SelectorText","selector":"h1","multiple":false,"regex":""},{"id":"Preis","parentSelectors":["variation-click"],"type":"SelectorText","selector":"div.obs-product-price","multiple":false,"regex":""},{"id":"Artikelnummer","parentSelectors":["variation-click"],"type":"SelectorText","selector":":contains('Artikelnummer') div.obs-product-item_mpn_boxss","multiple":false,"regex":""},{"id":"Features_BOX","parentSelectors":["variation-click"],"type":"SelectorHTML","selector":".obs-product-features-table tbody","multiple":false,"regex":""},{"id":"IMAGES","parentSelectors":["variation-click"],"type":"SelectorGroup","selector":"li.obs-product-page-thumbnail-slider-item img","extractAttribute":"src"},{"id":"Var_selected","parentSelectors":["variation-click"],"type":"SelectorText","selector":"select option:selected","multiple":false,"regex":""},{"id":"Var_selected_1","parentSelectors":["variation-click"],"type":"SelectorText","selector":"tr:contains('Felgenmaß') select option:selected","multiple":false,"regex":""}]}