-1

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 ?

Mohammad Olfatmiri
  • 1,605
  • 5
  • 31
  • 57

2 Answers2

4

Better? No.

The same, yes:

Google custom search API: https://developers.google.com/custom-search/v1/overview

Nathan
  • 6,095
  • 2
  • 35
  • 61
3

I guess you are looking for something like Google's Custom Search Engine.

Quote from the link:

Make searching your site easy

Sign in to Custom Search Engine With Google Custom Search, add a search box to your homepage to help people find what they need on your website.

Christian Specht
  • 35,843
  • 15
  • 128
  • 182