Skip to content

Beyahad Bishvilha

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

Quick example

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

Migration status

Scheduled for migration to Pipeline. Until then, createScraper routes to the legacy scraper automatically.