Trim Network Traffic
Residential proxy bytes are usually the most expensive line on a scraping bill, and most of those bytes are ads, trackers, and images your automation never looks at. Turn them off at the runtime and measure the difference on the run itself.
Run it once with networkTraffic and once without, on the same URL list, and compare proxyBytes - on media-heavy sites the cut is usually dramatic.
📸 Content TODO: do that comparison on a real site list and put the two
proxyBytesnumbers here as a small before/after table - a concrete “X% fewer proxy bytes” beats the adjective.
The knobs
blockAds/blockTrackers- filter-list blocking, the safe default for almost everything.blockResourceTypes- drop whole resource classes (image,media,font,ping,beacon,prefetch,texttrack). Don’t blockimageif a flow needs to see the page - vision agents and screenshot steps included.urlAllowlist/urlBlocklist- surgical control when one host is the problem (or the only thing allowed).saver- preset data-saver levels (light/medium/high, ornoneto disable) when you’d rather not hand-pick.
Blocking also speeds pages up - fewer requests through the proxy means faster loads, which compounds across a long crawl.
Next
- Runtime configuration - the full config surface
- Proxies - pools and geo targeting
- Pricing: Usage rates - what proxy bytes cost

