those are probably loaded dynamically using javascript. Typically the data will be present embedded on the page as JSON, from where you can extract it, or you will need to use developer tools in a browser to detect what XHR requests are being made to load the data and send them in the recipe.
|