Get data from several webpages

Hello everyone! Currently i am working at a webscrapping program.
I use a browser activity for searching websites and store the URL in an Excel File. Duplicates in the Excel File i delete with the activity “Remove Duplicates” Now i use a foreach activity and i open al URL’s (one after the other) in the browser. Up to here everything works fine.
Now i want to get some information of every website like telefon numbers , postal code , location etc. and write it in the excel table. The problem is , that every website is structed differntly. First i’ve to accept cookies and the getting the information.
Does anyone have an idea how to do that?
In advance many thanks :pray: