#last-modified

2 guides

Incremental Web Scraping: Re-Crawl Only What Changed
A practical guide to incremental web scraping: use ETag, Last-Modified, sitemap hints, and content hashes to avoid full recrawls while keeping datasets fresh.
Web Scraping Caching: ETag + Last-Modified + Redis (When to Re-fetch vs Reuse)
Cut proxy cost and avoid bans with smarter caching: HTTP conditional requests, cache keys, TTL strategy, content hashing, and Redis patterns for production scrapers.