Hi,
I would like to find all the sites, that have the keyword 'surfing waves' somewhere in their address, very simple! But, without using ANY search engine, which means, writing a pure web-crawler.
The problems,I guess, I will face are:
- It will, obviously, never stop to run...
- It will come across lots of "garbage" sites before it even hit something that I want.
- It will probably run for ages until it finds the first 2000 sites...
Am I right? or in other words, Should I even try to do it this way? I dont want to use search engines because they limit the amount of results.