What is Data Accuracy?
Data accuracy is the degree to which extracted records correctly reflect the real-world state of the target source at the moment of capture. In scraping pipelines, accuracy is distinct from completeness; a pipeline can successfully extract every field on a page, but if it pulls a stale cached price instead of the live price, the data is inaccurate. When accuracy degrades silently, downstream pricing models and machine learning features are poisoned before anyone notices.