413 Content Too Large
error and the response will not be delivered.
json_response=true
, which includes all background network requestsjson_response=true
is used)json_response=true
to compare the difference in response size.
outputs
parameter to return items like emails, phone numbers, links, or headingsscreenshot_selector
) to capture a specific part of the pagescreenshot_format
(for example, JPEG) and screenshot_quality
json_response=true
if Not Neededblock_resources
parameter to prevent loading heavy assets like images, fonts, or videos. This reduces the total page weight.
block_resources=none
.Learn more in the Block Resources Documentation.413 Content Too Large
error means the request was successful but the final output could not be returned due to size restrictions. Use the suggestions above to avoid this limit and ensure efficient scraping.