uProc saves time and engineering resources by using n8n to scrape banking data from a multi-page website
Collecting banking reference data (Swift codes) from a multi-page website was challenging because the data was scattered across sources in different formats and sometimes outdated. The prior Python/Scrapy approach required repetitive manual coding work — selecting HTML tags, formatting, and processing — making it time-consuming.
Python scripts using Scrapy were technically adequate but required extensive repetitive manual coding — selecting tags, formatting, and processing data — making the approach impractical to maintain.
Miquel replaced the Python scripts with a 22-node low-code n8n workflow that scrapes all country pages on theswiftcodes.com and stores the data in MongoDB, saving time and engineering resources by automating away repetitive coding.
Frequently asked questions
What did this team achieve with this AI workflow?
Miquel replaced the Python scripts with a 22-node low-code n8n workflow that scrapes all country pages on theswiftcodes.com and stores the data in MongoDB, saving time and engineering resources by automating away repe…
What tools did this team use?
n8n, MongoDB, uProc, Scrapy.
What results were reported?
Time and engineering resources: save precious time and resources (source-reported, not independently verified).
What failed first in this deployment?
Python scripts using Scrapy were technically adequate but required extensive repetitive manual coding — selecting tags, formatting, and processing data — making the approach impractical to maintain.
How is this data entry ops AI workflow structured?
Cache directory initialization → HTTP page fetch → HTML content extraction → Deduplication routing → Store data in MongoDB.