I don’t click on those links. Next time, try using more common Websites like Google. But i think you need to press JavaScript buttons(guess).
Find the APIs via chrome/wireshark from which endpoint the data gets loaded. If you have that you can simple curl the api
Try disguissing as Google Bot (Old hack, but it often still works): Try opening the page as Google Bot. Sometimes websites show all data to improve their search ranking.
Simple and always works: Scrape with Selenium (Undetectable Selenium
is the best).
You can control the browser and do whatever you want;
bot detection can’t really catch it.