Hi, I'm trying to extract multiples tables from a web page but its not happening

https://www.sanctionsmap.eu/#/main/details/2/lists?checked=&search={"value":"","searchType":{}}

In this EU sanctions website there are multiples tables for different columns I need to extract all the tables , I’m not able to get the tables even if I get all of them
I am again redirecting to another url https://www.sanctionsmap.eu/#/main/details/59/lists?checked=&search={“value”:“”,“searchType”:{}}

which has same tables like in first url but its not able to fetch them

Any suggestions on this?

Apparently they’re not the same tables when it comes to the identifiers behind it. (id’s, classes, css hierarchies etc.

Just build it again for that specific page from scratch, and capture working selectors for those tables.