public static void Main()
identifier: '2051189775', //PRODUCT ID
fn: 'Fit- Whiskered Dark Wash Skirt',
price: '22.90', // this would be the discount price
amount: '31.80', // this would be the original price
HtmlDocument doc = new HtmlDocument();
Console.WriteLine(doc.DocumentNode.InnerText);