Files
QR-master/tasks/lessons.md
Timo Knuth aab808c553 Impeccable
2026-04-29 20:34:09 +02:00

434 B

Lesson: For lead scraping, do not rely only on pre-enrichment dedupe. Website crawling can assign the same corporate email to multiple locations, so exports must be deduplicated again by final email before use.

Lesson: Large API scraping runs should write incremental output or use smaller controlled batches. A long Overpass workflow can hang or rate-limit without producing files, making it hard to recover useful partial results.