Jsoup mobile data consumption

102 views Asked by At

I'm using Jsoup to parse in background the html of 3 different webpages every 10 minutes or so. However I found that in 2 days I consumed 18 mb of network data... Is there some way to reduce this huge data consumption? I don't need all the html page, is there a way to download only a part of the website html?

1

There are 1 answers

0
luksch On

One way out would be to create a webservice that does the scraping and parsing and offers the results back to you in a condensed form. maybe create something on openshift?

18MB is actually not much over 2 days. Are you sure you can't afford this?