I am creating a bookmarklet button that, when the user clicks on this button in his browser, will scrape the current page and get some values from this page, such as price, item name and item image.
These fields will be variable, means that the logic of getting these values will be different for each domain "amazon, ebay" for example.
My questions are:
- Should i use javascript to scrape these data then send to the server?
- Or just send to my server side the URL then use .net code to scrape values?
- What is the best way? and why its better? advantages, disadvantages?
Look at this video and you will understand what i want to do exactly http://www.vimeo.com/1626505