Trying to select link, but goes through to the page instead

Hi all - I'm trying to web scrape the following page and made this the site map too:
https://findadentist.ada.org/search-results?specialty=1&address=64101&distance=100&searchResultsReferrer=true

I'm trying to go into each dentists names, and collect their image, name, phone number, address, and website.

Wen I select "Link" in the "Type" in the original URL above, it clicks through instead of allowing me to select all of the dentist names. Tried using "element click", also didn't work.

Also, I noticed when I click on page 2, it doesn't show a "page=2" in the url. How does this affect the process? I'm trying to pull profile from all pages using pagination.

Any help would be much appreciated!