Q&A for How to Build Your Own Search Engine

Return to Full Article

Search
Add New Question
  • Question
    Do I have to pay if I make my own search engine?
    Community Answer
    No, it's completely free of charge. Some other services might require you pay, but this method should be free.
  • Question
    How do I develop a search engine that has not been done before?
    Raif
    Community Answer
    Modify the search engine by clicking "control panel," and link it to your own paid domain using the code.
  • Question
    How can I make money by developing my own search engine? And can I get help from a software engineer?
    Community Answer
    To make money, you can display ads on your engine (just make sure they're unobtrusive). Also, I'm sure you won't need a software engineer if you use CSE.
  • Question
    What knowledge is needed for making the search engine? Can I make the search engine without using Google?
    Community Answer
    You can make one without Google CSE (custom search engine), however it is not recommended, especially if you do not know a lot about programming or the internet. Google CSE is the easiest way to make a search engine.
  • Question
    What degree should I go in if I want to become an ethical hacker?
    Community Answer
    Do a double major in philosophy and computer science. This will make you technically and ethically aware. Afterwards though, you will probably change your mind about becoming a hacker.
  • Question
    How do I create a keyword search engine that goes through a list of words I create?
    Community Answer
    Put the list of words in a database where they are sequentially indexed in at least one table. Make arbitrary associations with each word in different columns and tables in the database, using other program logic for more filters and special cases–much of this could be done at will (as the need arises), and the bulk of it will comprise your "algorithm" (which is an efficient way you store and search the data). Regardless, in the end, query the database, using the database programming language (usually a variant of SQL), and gather the results (what a word points to–e.g., a website), and return them to the user using your given interface (like a website like Google, or an "app").
  • Question
    Do you get money for your own search engine when made?
    Community Answer
    Yes if you display ads. That may be disruptive for some people though and could cause them to dislike your search engine.
Ask a Question

      Return to Full Article