- Open https://op.europa.eu/en/web/who-is-who/organization/-/organization/JRC
- Run this code snippet multiple times in the browser console
document.querySelectorAll('.op-icon-more').forEach(button => button.click());
(wait between the runs; it clicks all plus icons to expand the underlying info) - Either save the page as pdf or if you're an expert, copy the HTML from the DOM
- Use Gemini to extract the following table with this prompt:
Create a table from this information with the following columns: Level 1, Level 2, Level 3, Level 4, Role, Name, Contact, Unit Code
You can do the same for any other EU institution or on higher levels, like the EC adapting just the columns (levels of hierarchy).