Click here to Skip to main content
15,889,867 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
i have to make a web crawler, it searches a website and get information from a website and then it should store the data in a noSQL database ? Any ideas please
Posted
Updated 22-Sep-14 3:33am
v2

See Abot[^] the open source, configurable web crawler written in C#.

/ravi
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 22-Sep-14 13:59pm    
5ed.
—SA
Ravi Bhavnani 22-Sep-14 14:28pm    
Thanks, Sergey! :)

/ravi
 
Share this answer
 
You can use the WebClient class to access websites via code.

http://msdn.microsoft.com/en-us/library/system.net.webclient(v=vs.110).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