I created and published to GitHub a UI tool for parsing save game which helps with unlocking Black Marketeers in a given sector:
https://github.com/foxxbl/shady-search
After installation and running, load the X4 save game to be parsed. Game parsing can take anything from 10-30 seconds (18 seconds on my Ryzen 5600X), progress bar is shown.
Upon parsing the game, tool shows the sortable list of the sectors from the base game + enabled DLCs with the statistics: number of stations, total number of Black Market Vendors and number of unlocked Black Market Vendors:
https://github.com/foxxbl/shady-search/ ... r-Main.png
Sector table can be sorted by all columns and filtered with the controls on the bottom left side of the table:

On double click or by clicking the "Show Sector" button, tool shows the stations in the sector, names and the status of black marketeers on them:
* None - shaded in grey - black marketeer not available on the station.
* Active - shaded in cyan - black marketeer already unlocked.
* Inactive - shaded in light green - black marketeer still locked. If the player is near enough to the station, parser also shows number of voice (comm) leaks on the station.
https://github.com/foxxbl/shady-search/ ... Parsed.png
Just to be mindful that tool will show all stations in a sector, so expect some spoilers.
I can't find a good way to provide station names as in games, some stations have "source" entry with a more helpful information - so that was used.
Therefore, rely on the station codes to find the station in the sector.
Download links for Windows and Linux can be found under releases:
https://github.com/foxxbl/shady-search/ ... /tag/2.2.0
Installers tested on Windows 11 and Linux Mint 21.3. Tool is written in Java, using JavaFX and Spring Boot.
Edit: 05.08.2024 - Version 2.0.0 update
Edit: 17.08.2024 - Version 2.1.0 update
Edit: 31.08.2024 - Version 2.1.1 update
Edit: 18.03.2025 - Version 2.2.0 update