is it a possible to make a search engine to works better than google and yahoo ?
i should do a mini project for my internet engineering course.
my website need a search engine (( asp.net ( c# )
)) Website.
when a user search word in my website, my search engine
should send a request to Google,yahoo,...
and receive their first page links and show that links as a result in my Website.
in fact i need to send http request to another site and parse the results.
i don't know how should i start and how to do it.
is there any guide for this project ?