What is ERR_EMPTY_RESPONSE?
ERR_EMPTY_RESPONSE is a network-level error indicating that a TCP connection was successfully established, but the server abruptly closed the socket before sending any HTTP headers or body data. In scraping pipelines, this is rarely a genuine server crash. It is almost always an intentional, silent drop by an anti-bot edge node (like Cloudflare or Akamai) reacting to a bad TLS fingerprint or an abused IP address. When this spikes, your extraction yields drop to zero.