Quantifying NFT Sniping Extracted MEV

Do we have any resources to see how much MEV has been extracted by sniping NFTs during mints?
I think it has been quite common on Ethereum (and maybe other chains?) during the bull NFT market.

Not sure what the minting SCs look like but if they all emit a “minted” event and the tx went through FB then it could be parsed and we could find the selling transaction that follows.

You can do this using mev-inspect, there’s an article here explaining the details. But we don’t have the full set of data because in this approach all NFT collections need to be manually added to the code.