What programming language are robots (spiders) written in? Does anyone know? Lets say I am trying to make a search engine and I need to make something that can crawl websites on its own, does anyone have any idea how to make these? Someone suggested javascript and c++ but I cant see how this is possible, or maybe it is a different programming language all on its own???
kapowtech.com can help you if you are parsing not the entire web. IF you need such development - pm me or skype me: thinkactcreate
At a guess you could use any language you are comfortable using - I have made a very basic crawle rin the past using Perl. With available Perl modules it was very easy! RY
I wrote one in java too. You can write a crawler in almost any language. Its been done in PHP, JAVA, C++ and Python. If you want a ready made one you can check out hadoop written in Java. Yahoo is using an advanced version of Hadoop and even hired the programmer to work for it.
Almost any language could work. Which is best is another matter. Perl is good for small to medium scale searches but will run into serious issues if it was asked to fetch the entire WWW. Java, if there wasn't anything else. Google uses python, C++ and java.