C# webscraper that returns list of venture firms in .txt format

This C# webscraper takes in the URL of a signal.nfx.com list and outputs the entire list of venture firms in .txt format. A new .txt file, titled "ListOfFintechVCs.txt", will be created inside the program folder when 'dotnet run' is typed in the console.

  • .NET needs to be downloaded, and the IDE used to create this project was Geany
  • List of venture firms are outputted in alphabetical order, saving the user time from manually sorting it

Website Screenshot ➡️ .txt File Screenshot