Skip to content

Mizrahi Bank

Legacy — scheduled for migration to Pipeline

This component lives outside src/Scrapers/Pipeline/ and is on the wide-net migration path. It still works through the public createScraper(...) API, but new features and bug fixes target the Pipeline architecture. Behavior preserved; expect it to fold into Pipeline in a future release. Track progress in Architecture → Migration strategy.

CompanyTypes Mizrahi
Engine Legacy (BaseScraperWithBrowser) — not on Pipeline
Credentials username, password
OTP
Registry SCRAPER_REGISTRY_LEUMI_TO_YAHAV
Source src/Scrapers/Mizrahi/MizrahiScraper.ts

Quick example

const result = await scraper.scrape({
  username: 'myuser',
  password: 'mypassword',
});

Migration status

Wave 1 target in the migration plan — Mizrahi is a high-traffic legacy bank, so it lands in the first migration wave — alongside Bank Leumi, which has since migrated to the Pipeline.