To speed up scraping and reduce bandwidth usage, you can block certain resource types from loading.
Blocking Images
Prevent images from loading by setting the `block_resources` parameter.
&block_resources=image
Blocking CSS and Fonts
You can also block stylesheets and fonts if you only need the HTML structure and text content.
&block_resources=stylesheet,font
Multiple Resource Types
To block multiple types, separate them with a comma.
&block_resources=image,media,font