Complicated product data scrape issue

Hi guys,
I've been using the scraper for a while with some decent success. I'm currently trying to scrape product data from a website which has multiple variations from buttons.

I've followed the videos, its selecting the product variations but not giving me the specific product data.

Can anyone help?

The website is Rapala® | Rapala® United Kingdom

I'm after the following data -

  • name
  • colour
  • length
  • weight
  • product image url for variation
  • product no/SKU

I've been given permission to scrape this site.

Thanks in advance.

Hi,

Here's a reference on how to set up the variant clicks:

{"_id":"rapala","startUrl":["https://www.rapala.co.uk/uk_en/the-kickman"],"selectors":[{"clickActionType":"real","clickElementSelector":"button.is-color","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":0,"discardInitialElements":"discard-when-click-element-exists","id":"color-click","multiple":true,"parentSelectors":["length-click"],"selector":"_parent_","type":"SelectorElementClick"},{"id":"title","multiple":false,"parentSelectors":["color-click"],"regex":"","selector":".desktop-only h1","type":"SelectorText"},{"id":"color","multiple":false,"parentSelectors":["color-click"],"regex":"","selector":".item-detail.Color","type":"SelectorText"},{"id":"Item-nr","multiple":false,"parentSelectors":["color-click"],"regex":"","selector":".item-detail:contains('Item #:')","type":"SelectorText"},{"id":"availability","multiple":false,"parentSelectors":["color-click"],"regex":"","selector":".availability span.description","type":"SelectorText"},{"clickActionType":"real","clickElementSelector":"button.top-level","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":0,"discardInitialElements":"discard-when-click-element-exists","id":"length-click","multiple":true,"parentSelectors":["_root"],"selector":"_parent_","type":"SelectorElementClick"},{"id":"length","multiple":false,"parentSelectors":["color-click"],"regex":"","selector":".item-detail.Length","type":"SelectorText"}]}