I need a program that will scan a list of URLS looking for the word affiliate - this is my crude way of detecting whether they have an affiliate scheme. I could use a bot to do this but can't seem to find any that will do the job, most bots seem to look for email addresses. The list of URLs in large too - 100'000+ Does anyone know of a program I could use? Im open to paying for the software.
I think you could do this with PHP. Do you have a server you could execute it on? Maybe one that doesn't timeout / you can edit the php.ini file?
Coding this in python would also be fairly easy using urllib and regular expressions to scan the data. I sent you a PM with details. Looking forward to hearing your response.
It would also be simple to do it in C++, since windows sockets are at basic level the same as Linux/Unix Sockets (BSD Sockets). PM Me if your looking for it in an app