Click here to Skip to main content
15,886,095 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is there a way to colect data like ingredients, ratings, users from web site like http://liquor.com/slideshows/, http://allrecipes.com/recipes/drinks/cocktails/ that contains a recipe for making cocktails... ? I m building application in clojure, so i need real data to fill in my database! I need big amount of data so it is impractical to extract the data from each particular recipe. Is there a way to get data from more then one recipe at the time?
Posted
Comments
Richard MacCutchan 3-Feb-15 13:23pm    
It all depends on the website and how it presents the information.

1 solution

Since you can't access their database directly you either have to use any APIs that the site may have developed or use the WebClient to essentially get the html and then you'll have to parse it.

https://msdn.microsoft.com/en-us/library/system.net.webclient%28v=vs.110%29.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900