VOOZH about

URL: https://apify.com/josrade/ofac-sdn-monitor

โ‡ฑ OFAC SDN Monitor [DEPRECATED] ยท Apify


๐Ÿ‘ OFAC SDN Monitor avatar

OFAC SDN Monitor

Deprecated

Pricing

from $0.01 / 1,000 screening results

Go to Apify Store

OFAC SDN Monitor

Deprecated

Screen names against official OFAC SDN and Consolidated Sanctions data. The Actor calls the OFAC SDN Monitor API and writes one screening response per name to the default dataset.

Pricing

from $0.01 / 1,000 screening results

Rating

0.0

(0)

Developer

๐Ÿ‘ jts

jts

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

a month ago

Last modified

Share

What this Actor does

Screen names against official OFAC SDN and Consolidated Sanctions data. The Actor calls the OFAC SDN Monitor API and writes one screening response per name to the default dataset.

Input example

{
"names":[
"Banco Nacional de Cuba"
],
"country":"Cuba",
"aliasMatch":"fuzzy",
"strictness":"medium",
"programs":[
"CUBA"
],
"limit":25
}

Input fields

Provide one or more names to screen against OFAC sanctions lists.

  • names (array, user input): Individual or entity names to screen against official OFAC SDN and Consolidated Sanctions data. Use this shortcut when the same country, DOB, ID, alias, strictness, and program options apply to every name.
  • country (string, user input): Optional country hint applied to every name. This improves review precision when the OFAC record includes country or address data.
  • dob (string, user input): Optional date of birth or year applied to every name. Use YYYY, YYYY-MM-DD, or the format already present in your screening workflow.
  • idNumber (string, user input): Optional passport, tax ID, vessel, aircraft, website, or other OFAC identifier to use as an additional match signal.
  • aliasMatch (string, user input): How aliases are compared. Use exact for strict legal-name checks, fuzzy for normal operational screening, or phonetic when names may be transliterated.
  • strictness (string, user input): Match threshold. Higher strictness reduces weak-alias and fuzzy false positives; lower strictness is broader and better for alert triage.
  • programs (array, user input): Optional OFAC program tags to filter by, such as CUBA, SDGT, or RUSSIA-EO14024.
  • limit (integer, user input): Maximum candidate matches returned per screening request.
  • screenings (array, user input): Optional batch mode for per-name options, for example [{"name":"Banco Nacional de Cuba","country":"Cuba","aliasMatch":"fuzzy","strictness":"medium"}]. If present, each object is screened independently.
  • watchlistEntries (array, user input): Optional stateless watchlist preview entries. Use when you want one run to screen recurring counterparties and return a grouped watchlist-style response.
  • apiBaseUrl (string, optional override): Override of the upstream API base URL. Defaults to runtime.baseUrl from service.json.

Output dataset

Each dataset item is one sanctions screening response from the upstream API.

  • kind: screening.
  • input: Original submitted name.
  • result: Full screening response.

Developer notes

Set OFAC_SDN_MONITOR_API_KEY as an Apify secret environment variable. The Actor forwards it as X-API-Key to the upstream API. Use apiBaseUrl only for local or staging QA. Production runs default to the deployed API base URL from service.json. For advanced testing, a requests array can call explicit API paths; normal users should use the service-specific fields above.

Run locally

$apify run

Deploy

$apify push

You might also like

Logistics Freight Intelligence

ryanclinton/logistics-freight-intelligence

Batch supply chain risk intelligence per entity. One run returns composite score, decision profile, materiality, velocity, escalation policy, mitigation plans, governance, audit replay. 9 official data sources. Bulk-friendly. For ERP, BI, Zapier, Make, n8n. Pay per entity.

OFAC SDN Sanctions List Scraper

parseforge/ofac-sdn-consolidated-scraper

Pull official records from Ofac Sdn Consolidated with identifiers, parties, dates, citations, dispositions, courts or agencies plus direct links to source documents. Built for legal research, compliance and investigative reporting. Run on demand or on a recurring schedule and feed every row into.

OFAC Sanctions List Search โ€” SDN Screening with Fuzzy Matching

ryanclinton/ofac-sanctions-search

Screen names against the US Treasury OFAC SDN sanctions list and get a decision, not just rows: a clear / potential-match / likely-match verdict per subject, plus false-positive resolution that explains why a hit is NOT the sanctioned person. Batch screening, watchlist monitoring, no API key.

30

OFAC Sanctions Screener - Compliance Check

george.the.developer/ofac-sanctions-screener

Screen companies, individuals, vessels against the US Treasury OFAC SDN sanctions list. Fuzzy matching with confidence scores, risk levels, aliases, and addresses. Batch screen hundreds of entities for KYC/AML, import/export compliance, and due diligence. Works with AI agents via MCP.

OFAC Sanctions List Crawler - SDN & Consolidated Lists

jungle_synthesizer/ofac-sanctions-crawler

Extract sanctioned entities from the US Treasury OFAC SDN and Consolidated Sanctions lists. Get names, aliases, addresses, ID documents, sanctions programs, and vessel data. Filter by entity type, program, country, or name. Built for KYC/AML compliance and sanctions screening.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

Sanctions & Watchlist Screening โ€” Risk-Scored Decisions

ryanclinton/opensanctions-search

Screen names against OFAC, EU, UN, UK sanctions, PEP and watchlist data via OpenSanctions and get a risk-scored decision per match: block, escalate, review, or clear, with the evidence, review priority, and change monitoring. Batch screening and ongoing watchlist monitoring built in.

30

Interpol Red Notice & Wanted Persons Search

ryanclinton/interpol-red-notices

Search Interpol red notices and wanted persons database via API. Filter by name, nationality, age, sex, or free text. Returns full details: charges, arrest warrants, physical descriptions, photos, and nationalities. Ideal for compliance screening and investigations.

26