Hi All,
I am experiencing something strange when trying to scrape the product information from this site, in that each product page (although looking similar in layout) seems to have a different selector reference. In the example below I am trying to scrape the Description and Box Contents as HTML. I used IP50HD-TX — Blustream Australia as reference product, but then noticed product IP50HD-RX — Blustream Australia returned NULL, so then added it's selector reference, and then product ACM200 — Blustream Australia returned NULL.
Not sure what I need to do here.
Help please 
Url: https://www.blustream.com.au/
Sitemap:
{"_id":"blustream_aus_description_and_in_the_box","startUrl":["https://www.blustream.com.au/"],"selectors":[{"delay":0,"id":"product_link","multiple":true,"parentSelectors":["wrapper"],"selector":".min-font-set a","type":"SelectorLink"},{"delay":0,"id":"product_wrapper","multiple":false,"parentSelectors":["product_link"],"selector":"section.white","type":"SelectorElement"},{"delay":0,"id":"wrapper","multiple":true,"parentSelectors":["menu"],"selector":"div.sqs-col-4","type":"SelectorElement"},{"delay":0,"id":"menu","multiple":true,"parentSelectors":["_root"],"selector":".header-display-desktop a.header-nav-folder-title, .header-display-desktop .header-nav-folder-item a","type":"SelectorLink"},{"delay":0,"id":"desc_in_the_box_HTML_grouped","multiple":false,"parentSelectors":["product_link"],"regex":"","selector":"div#block-b3b16d82b5578bf9fc73, #block-8513e4030ffa8b77ffab div","type":"SelectorHTML"}]}
