Can't scrape HTML Source Hidden

Hi All,

I would like to scrape nutritional data of choclates from the woolworths.au website.

Url: https://www.woolworths.com.au/shop/browse/pantry/snacks-confectionery/chocolate-blocks

Trying to select product link immediately diverts to the product page.
Unfortunately, there is no data in the html source code if you do view source code.

Any help will be very much appreciated!

{"_id":"forum-woolworths","startUrl":["https://www.woolworths.com.au/shop/browse/pantry/snacks-confectionery/chocolate-blocks"],"selectors":[{"id":"Product n Link","type":"SelectorLink","parentSelectors":["_root"],"selector":".tile-container a.shelfProductTile-descriptionLink","multiple":true,"delay":0},{"id":"Energy per serving","type":"SelectorText","parentSelectors":["Product n Link"],"selector":"tr:contains('Energy') td:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"Energy per 100g","type":"SelectorText","parentSelectors":["Product n Link"],"selector":"tr:contains('Energy') td:nth-of-type(3)","multiple":false,"regex":"","delay":0},{"id":"Protein per serving","type":"SelectorText","parentSelectors":["Product n Link"],"selector":"tr:contains('Protein') td:nth-of-type(2)","multiple":false,"regex":"","delay":0}]}