Client-side Web Scraping
zscraper.wordpress.com
Client-side Web Scraping
1–5 of 5 posts
Re: Client-side Web Scraping
#2This looks really great, solves a lot of big problems.
Re: Client-side Web Scraping
#3I could probably use this...developing this sort of infrastructure on a large scale is a pain. Is there a .NET API?
Re: Client-side Web Scraping
#4I could probably use this...developing this sort of infrastructure on a large scale is a pain. Is there a .NET API?
No, but there is RestSharp :-)
Bobik does not have a language-specific API per se, although more language-specific SDKs will be available soon. All interaction with Bobik is carried out via REST calls. Thus, you can create your own "SDK" with a fairly minimal effort.
Re: Client-side Web Scraping
#5Cool stuff. The functionality I needed a while ago, and dropped my project because it was not there.
Will try again.