What is Outlier Detection?
Outlier detection is the automated process of identifying extracted records that deviate significantly from an expected statistical distribution or business logic bounds. In scraping pipelines, it acts as the final defense against silent schema drift, currency conversion errors, and promotional edge cases that bypass standard type validation. If a $1,200 laptop is scraped as $12.00 because a selector grabbed the monthly finance installment instead of the base price, outlier detection quarantines the record before it poisons your data warehouse.