I'm developing an ecommerce store using MVC and it will feature various health food products. We would like to display the Nutrition Facts label for each product, and am wondering if there is an existing way to do this dynamically without images and if there is a database out there with all the facts we can pull from, to minimize data entry off the bat. I'm not sure if this is a stack-overflow appropriate question, but I'm hoping someone here can point me in the right direction. Thanks!
Edit
I've found this website http://www.myfitnesspal.com/food/calorie-chart-nutrition-facts which has alot of the products that I need that are missing from databases such as the USDA's. What's the best way of collecting this information?