For past few months, I have been more reading than coding, and recently I came across a Robert Greene’s books. I found them very practical, so I dug deeper, watched some videos featuring Robert Greene, and discovered his website where he recommends books to reed.

Unfortunately, the sitie only displays book covers as links to Amazoln store, without listing the title or authors. That was very inconvenient, so - as a software engineer I created a small program to scrape a website and retrieve the title and author for each book from Amazon.

I used the HtmlAgilityPack nuget package for working with HTML documents. The results are saved to CSV file. You can find the code in my github repository.