What is Error Rate (Scraping)?
Error Rate (Scraping) is the percentage of extraction attempts that fail to return a valid, schema-compliant record. In data pipelines, not all errors are equal: a 403 Forbidden indicates an anti-bot block, a 404 indicates stale discovery, and a schema validation failure means the target site changed its layout. Tracking aggregate error rate is useless; you must segment by failure domain to know whether to rotate proxies, update selectors, or throttle concurrency.