Catch is a script that scrapes fighter stats from the UFC website (use responsibly).
NOTE: The functionality of this script may change if UFC decides to change up the design of their website. I had to rewrite it once. As of 06.07.25, it still works.
Catch has the following dependencies.
Clone the repository, build a wheel and install with pipx.
The following is the command to look up one fighter.
$catch "Ailin Perez"
The following is the command to look up multiple fighters.
$catch "Alistair Overeem" "Daniel Cormier"