If it’s a browser you can do a web scrape to extract URLs and then use NavigateTo activity inside the AttachBrowser or OpenBrowser block for each row.
Second option would be to investigate the selectors for the results and find some pattern where you can use a counter/variable to do a Click on each one…