I am running a small personal python service that uses a paid rotating proxy with limited bandwidth to make requests to websites and scrapes data from websites that have no api.
My question is now how can I reduce the bandwidth that is used when scraping websites? Can i somehow only get pure text or something like that?
I appreciate any help