Ok I'm trying use scrapy (python module) to get stats off Here and I got the Xpath using Xpather plugin.
/html/body[@id='com-nfl']/div[@id='doc']/div[@id='doc-wrap']/div[@id='main-content']/div[1]/div[2]/div[1]/form/table[@id='result']/tbody[2]/tr[1]/td[2]
The prob is that the TRs contains all the players and TD inside TR contain all the stats. What Xpath do I use or how do I loop through all of them?