How to make Meta search engine in PHP

Discussion in 'PHP' started by nomaziz, Sep 30, 2011.

  1. #1
    anyone tell how to make meta search engine in PHP?

    thanks
     
    nomaziz, Sep 30, 2011 IP
  2. Alex Roxon

    Alex Roxon Active Member

    Messages:
    424
    Likes Received:
    11
    Best Answers:
    7
    Trophy Points:
    80
    #2
    I'm not sure what you mean by a meta search engine. If you're talking about a search engine in the traditional sense, you may want to read Sergey Brin and Lawrence Page's (founders of Google) 2003 paper 'The Anatomy of a Search Engine': http://infolab.stanford.edu/~backrub/google.html.
     
    Alex Roxon, Sep 30, 2011 IP
  3. nomaziz

    nomaziz Greenhorn

    Messages:
    19
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #3
    Thanks for your reply.

    but i want method of META Search Engine like:dogpile...... etc.

    Extract Title, Description and URL's from GOOGLE, BING, YAHOO USING PHP...
     
    nomaziz, Sep 30, 2011 IP
  4. nomaziz

    nomaziz Greenhorn

    Messages:
    19
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #4
    List of META Search Engines:

    Brainboost
    ChunkIt!
    Clusty
    DeeperWeb
    Dogpile
    Excite
    Harvester42
    HotBot
    Info.com
    Ixquick
    Kayak
    LeapFish
    Mamma
    Metacrawler
    MetaLib
    Mobissimo
    Myriad Search
    SideStep
    Turbo10
    WebCrawler
     
    nomaziz, Sep 30, 2011 IP
  5. jazzcho

    jazzcho Peon

    Messages:
    326
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #5
    a) You need to create parsing scripts to fetch data from the main engines
    b) You need to create some clustering algorithms to process the data

    Too much work.
     
    jazzcho, Oct 4, 2011 IP