What is Bronze Layer?
The bronze layer is the raw, append-only landing zone in a medallion data architecture where fetched content is stored exactly as it was received. In scraping pipelines, this means saving the raw HTML, JSON, or XML payloads alongside fetch metadata before any extraction or parsing occurs. It acts as an immutable historical record, allowing you to replay extraction logic when selectors break without needing to re-fetch the target.