Artoo, the client-side scraping companion
medialab.github.io
Artoo, the client-side scraping companion
1–10 of 29 posts
Re: Artoo, the client-side scraping companion
#2Re: Artoo, the client-side scraping companion
#3Re: Artoo, the client-side scraping companion
#4Scraping is really something that's better done in the back end, and today, there are a lot of libraries that let you access web sites from Java and run all the Javascript you need in order to display the page properly.
Re: Artoo, the client-side scraping companion
#5I basically built a bookmarklet that let's you define the actions locally on your browser, and then run the scrapes in your own box, essentially allowing unmetered scraping without charging per page.
Re: Artoo, the client-side scraping companion
#6Still not convinced by the reasons offered for client-side scraping. If I'm on my browser, I'm not interested in consuming JSON. Scraping is really something that's better done in the back end, and today, there are a lot of libraries that let you access web sites from Java and run all the Javascript you need in order to display the page properly.
Second, if I was trying to scrape, I'd rather do scraping with WebDriver than anything else, and injecting some client side scraping tools and using WebDriver as a driver, not a driver/scraper sounds remarkably better.
I see no reason to ever not use a browser to consume html content.
Re: Artoo, the client-side scraping companion
#7Yeaaaah you might wanna rename that. I think the other Artoo already has enough traction and this will just confuse people.
Re: Artoo, the client-side scraping companion
#8Still not convinced by the reasons offered for client-side scraping. If I'm on my browser, I'm not interested in consuming JSON. Scraping is really something that's better done in the back end, and today, there are a lot of libraries that let you access web sites from Java and run all the Javascript you need in order to display the page properly.
And I just loooove listening to artoo beep over and over ;)
Re: Artoo, the client-side scraping companion
#9Still not convinced by the reasons offered for client-side scraping. If I'm on my browser, I'm not interested in consuming JSON. Scraping is really something that's better done in the back end, and today, there are a lot of libraries that let you access web sites from Java and run all the Javascript you need in order to display the page properly.
Re: Artoo, the client-side scraping companion
#10it also disable CSP. i'm not exactly sure how the extension works. maybe it is turned on/off on per tab basis and defaults to off which would be quite safe. but if it defaults to on then it can be kind of risky.