Scrapping different pages

So I am trying to scrape data from this page: https://www.headhuntersinbelgie.be/. What I want to do is basically get the name of the agencies, then for the scrapper to click on the link (which sends me to the actual agency). Once on the agency page go to "contact" and get the given information (phone number for example). However, since each "contact" link is different, it would load the first agency info, and then when it swaps to another agency website it gives me "Null" information.

I was wondering if it is possible for the scrapper to jump to different pages and then analyze that new website or all the data that can be scrapped is only scrappable if all the info is "Inside the same website".

I would really appreciate any insight on this topic :slight_smile:

Thanks in advance!

@Guido91199 Hi, technically it is kinda possible but, knowing that each of this website has different structure, you would have to make multiple selector variants, so for more consistency and unnecessary headaches the best way would be to make a seperate sitemap for each unique website.