What is Blob Storage?
Blob storage is a highly scalable, flat storage architecture designed for unstructured data like raw HTML payloads, JSON responses, and media files. In a scraping pipeline, it acts as the immutable raw data zone — decoupling the expensive, risky fetch layer from the extraction layer. By saving the raw response before parsing, you guarantee that schema drift or selector failures can be fixed retroactively without re-requesting the target.