I was wondering - can a crawler be written entirely in javascript? That way, the crawler is only called when a user needs the information and everything is run from the individual user's computer.
if crawler is written server side - doesn't that also run the risk of the IP being blocked?