Link loads when seelcting

Im trying to scrape this page - Exhibitors 2023

I want to go into each exhibitor and get website URL, phone and email.

When I try to use the selector to get each exhibitor the selector will load the URL rather than selecting it.

Any idea how I get over this?

Thanks

Yes the search results are located within an iframe, but you can just access the iframe source directly and build your sitemap from there:

Wow amazing thank you!

Can you share the sitemap so I can see how you did it?