Is this difficult to do this? I recently use this tool to check the link popularity, search engine saturation (number of catch page), and key word verification. http://tools.marketleap.com/publinkpop/ Is this difficult to implement? Do I need a google API key t do this. (But you can see, they check not only Google, but also MSN, Yahoo, Hotbot, ...) Does any one have tutorials, code sniplets,...about this? Thanks a lot!
Well there are several ways of doing this, first you need a programming language of your choice, I would use Perl. Then you create a script that searches the selected engines and counts and returns the data you wish to display. Its not hard as long as you know the language you are using.
You mean using Regular Expression? Perl is very powerful with that features. But I am using PHP anyway . Is that the only way? Thanks