So you need an XPath for your script or scraper and you have Chrome installed. No problem! Just follow these two steps and you will have your XPath ready.
Right click on the chosen element in the browser and select Inspect
Right click on the element in the Elements
tab and select Copy > Copy XPath
Here is an example XPath:
//*[@id="topics_nav"]/div[1]
//ul[contains(@class, "alphabet")]/li
//*[@id="header"]/nav/ul/li