Hi,
I am looking for source code for a javascript or client-side scrapper. Basically I am trying to scrape some google results, but I don't want to use my bandwidth. So I came up with the idea of passing the desired url to scrape to a javascript scrapper which will be embedded on a website that i am running.
Using this method I am using the visitor's IP address and their bandwidth to get the data, and then the scrapper simply saves the data for me on my server.
All the basics are done, except the javascript scrapper. I've built scrappers in perl before, but I really don't have enough time to fully learn javascript, jquery, etc before the project's deadline. Any help or pointing in the right direction would be appreciated.
I can't code it in php either since I want this scrapper to be flexible enough to be placed on .shtml, .dhtml, php, .html, and all possible extensions for html. that's what I am requesting a javascript scrapper.
Let me know if anyone can help or point me in the right direction.
-CCarter
I am looking for source code for a javascript or client-side scrapper. Basically I am trying to scrape some google results, but I don't want to use my bandwidth. So I came up with the idea of passing the desired url to scrape to a javascript scrapper which will be embedded on a website that i am running.
Using this method I am using the visitor's IP address and their bandwidth to get the data, and then the scrapper simply saves the data for me on my server.
All the basics are done, except the javascript scrapper. I've built scrappers in perl before, but I really don't have enough time to fully learn javascript, jquery, etc before the project's deadline. Any help or pointing in the right direction would be appreciated.
I can't code it in php either since I want this scrapper to be flexible enough to be placed on .shtml, .dhtml, php, .html, and all possible extensions for html. that's what I am requesting a javascript scrapper.
Let me know if anyone can help or point me in the right direction.
-CCarter