Skip to content

Behatsdaa

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 Behatsdaa
Engine Legacy (BaseScraperWithBrowser) — not on Pipeline
Credentials id, password
OTP
Registry SCRAPER_REGISTRY_AMEX_TO_ISRACARD
Source src/Scrapers/Behatsdaa/BehatsdaaScraper.ts

Quick example

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

Migration status

Scheduled for migration to Pipeline. Until then, createScraper automatically routes to the legacy scraper for this bank. Public API and result shape are identical to Pipeline banks.

See Architecture → Migration strategy for the porting sequence.