html parsing - Jsoup mobile data consumption -


i'm using jsoup parse in background html of 3 different webpages every 10 minutes or so. found in 2 days consumed 18 mb of network data... there way reduce huge data consumption? don't need html page, there way download part of website html?

one way out create webservice scraping , parsing , offers results in condensed form. maybe create on openshift?

18mb not on 2 days. sure can't afford this?


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -