Proxy traffic
To better grasp what traffic usage is, we recommend checking out Traffic usage article before going further.
Measuring your request size
To understand what your data usage averages may be, you may check the size of the page for various solutions accordingly:
- While using a Browser, Multilogin App, Selenium or any other tool that loads the page in full, you may check the size of your request with the help of Developer tools available with either Chrome or Firefox.
To do so, open the page and after opening Developer tools fully refresh the page using either CTRL + R for Windows or Command + R for OS X.
The page size will be displayed in the Network tab at the bottom.


- While using a custom code solution, simple cURL request, or anything else that loads only the back-end of the website without any elements such as images, you can check page size with the help of Pingdom Tools
Enter your target website, and it will provide you with a good idea of how much data a single request will have on average.


Please note that if you are visiting different pages on the target, you should measure each page's size for more accuracy.
Disabling images
While using a browser, all loaded images and other website elements will account for your total data usage. When images are not necessary, you can disable them in both Chrome and Firefox by following guidelines provided here
Loading pages in mobile version
Some websites provide an alternative way for mobile users to access their page to consume less mobile data. While most websites provide a responsive design for mobile devices, some still provide a separate mobile version.
To check if your website supports mobile layout, simply add an m. before it's domain name. For example, Facebook can be accessed using both facebook.com and m.facebook.com.
Use custom solutions when possible
No matter if you are purchasing sneakers, Amazon products, or creating new accounts for social media, try to look for custom solutions & bots when possible, as this will save you data.
Most of these solutions will request websites in a way that is the most data-efficient by calling it directly via cURL.
Updated over 1 year ago