How to scrap data from multiple hyperlinks redirecting to separate page and copy the table data in CSV

I have table data with multiple hyperlinks :

Example :

Registration Number
20041140
20041160
20041130
20041170
20041120
20041180
20041110
20041190
20041100
20041210
20041090
20040840
20040800
20040850

Each of the above mentioned Registration number is a hyperlink and navigates to new page where we data in multiple sections.

Requirement : Need to scrap data for each of the hyperlinks and copy data in CSV.Data for each registration needs to copied in seperate rows one after another.