Results 1 to 12 of 12

Thread: Search Engine..

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2002
    Posts
    70

    Question Search Engine..

    Hi!

    How much work is it in making a search engine for the web? What I want is an engine which sorts hardware-webpages by price, simply to find out which webpage got the cheapest hardware you search for.

    Does anyone know about software doing this already? Or can anyone make such an engine?

    Thanks for your help!
    Last edited by Mutuz; Jan 21st, 2004 at 03:54 AM.

  2. #2
    Fanatic Member
    Join Date
    Sep 2000
    Posts
    770
    Easy as Pie.. yumm....

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jun 2002
    Posts
    70
    Does that mean it is very difficult?

  4. #4
    PowerPoster Arc's Avatar
    Join Date
    Sep 2000
    Location
    Under my rock
    Posts
    2,336
    Well, you would need to gather info from every web page on the internet and store them in a database. Then so searches on said info. Doing the searches is easy. Gathering the info is the hard part.
    -We have enough youth. How about a fountain of "Smart"?
    -If you can read this, thank a teacher....and since it's in English, thank a soldier.


  5. #5
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974
    yep.. and doing the searches might be easy, but unless you have lots of powerful clustered servers or are one of the worlds top database experts, then dont expect your search to take less than a few hours.

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Jun 2002
    Posts
    70
    Well, the engine is supposed to search through a set of self-chosen websitesn not all the sites .. I've seen something like this on www.hardware.no. It searches numerous norwegian sites for the specified product and shows you the lowest price...

  7. #7
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    Hehe...are you from norway......why do you want to make an engine like that when there are sites that does it for you....wasn't that just said?

  8. #8

    Thread Starter
    Lively Member
    Join Date
    Jun 2002
    Posts
    70
    Yes I am from Norway.. Because I want it on my forum, but can't find any software/scripts doing it.. This engine isn't supposed to search for hardware but something else.. Where can I get it? Please help!?

  9. #9
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    I don't think this is the right section to ask that question....since it is not a VB question.


    BTW what is it supposed to search for?

  10. #10

    Thread Starter
    Lively Member
    Join Date
    Jun 2002
    Posts
    70
    Sorry.. Just thought maybe someone here have made something like that or know anything about it... Many talented people browsing this forum.. It is supposed to search for nutrition-prices...

  11. #11
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    Yeah but it is better to make that kind of script in PHP or something and not in VB...you can't run VB on internet....of course you could use VB Script but that will only work in IE....

  12. #12
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877
    Originally posted by NoteMe
    Yeah but it is better to make that kind of script in PHP or something and not in VB...you can't run VB on internet....of course you could use VB Script but that will only work in IE....
    Hmm! You could use winsock/inet control to get the srource of webpages and crawl through them and extract any info you want. Not sure if scripting language such as php or asp would be ideal.

    Mutuz if you asked this quesion in ASP, VB Script, Internet and Network Development forum where we deal with similar problem some time,yould probably get a better result.

    Anyhow if you are searching through few web site then it would be realistic to use VB other wise it would too slow.

    I have put together a web crawler(example) using Inet control which you can modify to your purpuse if you wish. PM me with your email, i will send it to you.

    One issue i am not sure about is how you will extract the price information from a html file, unless you know how each site structures their html page. If you have any ideas then i can help you implement it.

    Hope this helps.

    Danial
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width