ESPN MMA Stats and Fighter Id

Hi, I'm trying to scrape stats from ESPN MMA, but I cannot seem to find a way to access the Id from the fighter name, and was just wondering if anyone here knew how get the id from a fighter name?

Url: (https://www.espn.com/mma/fighter/stats/_/id/3022677/conor-mcgregor)

Hi,

Please try this sitemap:

{"_id":"espn-com","startUrl":["https://www.espn.com/mma/fighter/stats/_/id/3022677/conor-mcgregor"],"selectors":[{"id":"name","parentSelectors":["row"],"type":"SelectorText","selector":"[data-player-uid]","multiple":false,"regex":""},{"id":"id-nr","parentSelectors":["row"],"type":"SelectorElementAttribute","selector":"[data-player-uid]","multiple":false,"extractAttribute":"data-player-uid"},{"id":"Striking","parentSelectors":["_root"],"type":"SelectorElement","selector":"[class=\"ResponsiveTable pt4\"]:contains(\"striking\")","multiple":true},{"id":"event","parentSelectors":["row"],"type":"SelectorText","selector":"td:nth-of-type(3)","multiple":false,"regex":""},{"id":"row","parentSelectors":["Striking"],"type":"SelectorElement","selector":"tbody tr","multiple":true}]}

Thank you! I'll try it soon :slight_smile: