Scrape SWIFT Codes from Website & Store in MongoDB - n8n Workflow | Neura Market
Scrape SWIFT Codes from Website & Store in MongoDB
Automates extraction of SWIFT/BIC codes from theswiftcodes.com across all countries using pagination, caching, and duplicate-free MongoDB storage.
This n8n workflow efficiently scrapes SWIFT (BIC) codes from https://www.theswiftcodes.com by first retrieving a list of countries, then paginating through each country's page to extract bank details. It employs advanced features like workflow static data for resuming pagination, local disk caching to avoid redundant HTTP requests on restarts, and checks for existing swift_code in MongoDB to prevent duplicates before insertion.
Key benefits include robustness against IP blocks (proxy recommende
Platform
n8n
Category
Travel
Price
$22.99
Creator
BestWorkflows
web-scraping
data-extraction
SWIFT-codes
BIC-codes
MongoDB
pagination
caching
financial-data
automation
banking
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.