WebClient client = new WebClient(); string resource = client.DownloadString("https://www.ziraatbank.com.tr/tr"); HtmlAgilityPack.HtmlDocument html = new HtmlAgilityPack.HtmlDocument(); html.LoadHtml(resource); var Div = html.DocumentNode.SelectSingleNode("#ZiraatVerileri > div > div > ul > li:nth-child(1) > div > div:nth-child(1) > span')]"); var result = Div.SelectSingleNode("//span");
yukarıdaki kodları kullanıyorum. sürekli boş dönüyor