I built and maintain a fleet of n8n workflows, each backed by Python running in an external task runner, one pair per manufacturer site. Every manufacturer gets two workflows: an Annual workflow that builds that year's master Excel inventory from scratch (PDFs, products, categories, hashes, all of it), and a Monthly workflow that diffs the live site against the master, downloads only what's new or revised, updates the master in place, and writes a monthly report plus a metadata handoff for downstream processing. The fleet currently covers Duplomatic, Bondioli, Ronzio, Salami, Rexroth, Bucher and Casappa — seven manufacturer sites on the same underlying architecture. One Annual workflow also pulls catalogs from a third-party directory via a Selenium sidecar, since that data doesn't live on the manufacturer's own site.