Click here to Skip to main content
15,881,588 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi All,

I just want to achieve a goal through c# programming which contains the concept of web crawling and Natural language processing.

my task is that i want to search on GOOGLE through my c# program for a particular string and fetch the data from GOOGLE and save that data in my database
if i get the 100 links which contains article,word files,PDF files etc then i have to process that data and show the appropriate data to client

will you all please help me how can i complete the task.

Thanks in advance.
Posted
Comments
Sinisa Hajnal 17-Apr-15 6:25am    
search the google page manually, note the structure of the query string. Use that to search through the code (or you could read their documentation).

As for the data, depending on what you need, you might read short description and provide the link for the user or visit the link and parse the received page for relevant information.

Language processing is hard and depends on the language so don't expect too much help for that part.

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