How to make a bot to navigate a site?

Jegavelan

New Member
Given a product id, associates have to navigate a vendors website, log in, perform a search, in order to get details on a product for a customer.My employers want a program that can use the product id, and navigate the vendors website, and perform the search and everything to get the information thus saving the associate from having to manually repeat this task every time a customer wants more information about a product.I know many sites use methods to prevent (CAPTCHA) exactly what I am trying to do. So I do not know if that automatically makes my given project an "evil" one. But I certainly do not have evil intentions, my employers simply want to save associates time on getting information that they are going to get regardless. However, if this is "evil" please explain why, so I can explain to my employers why we should not go down this road. That being said...How can I make something like this in PHP?
 
Back
Top