VOOZH about

URL: https://apify.com/whetstonetools/ofac-sanctions-screen

โ‡ฑ OFAC Sanctions Screening API (SDN List KYC/AML) ยท Apify


๐Ÿ‘ US Government Watchlist Screen (OFAC, BIS, State Dept) avatar

US Government Watchlist Screen (OFAC, BIS, State Dept)

Pricing

from $2.00 / 1,000 results

Go to Apify Store

US Government Watchlist Screen (OFAC, BIS, State Dept)

Screen a name against the U.S. Government Consolidated Screening List (CSL): OFAC SDN + Consolidated + CMIC, BIS Entity / Denied Persons / Unverified / Military End-User, and State Dept Debarred / Nonproliferation. Fuzzy match returns each hit with its source list. Public-domain, no API keys.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Griffin

Griffin

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

US Government Watchlist Screen โ€” OFAC, BIS & State Dept (Consolidated Screening List)

Screen a person or business name against the complete U.S. Government Consolidated Screening List (CSL) โ€” a single public-domain bulk source maintained by the U.S. International Trade Administration that combines all major government watchlists into one endpoint.

Lists covered (12 sources)

AgencyListAbbreviation
Treasury / OFACSpecially Designated NationalsSDN
Treasury / OFACCapta ListCAP
Treasury / OFACSectoral Sanctions IdentificationsSSI
Treasury / OFACNon-SDN Chinese Military-Industrial Complex CompaniesCMIC
Treasury / OFACNon-SDN Menu-Based SanctionsNS-MBS
Treasury / OFACPalestinian Legislative CouncilPLC
Commerce / BISEntity ListEL
Commerce / BISDenied Persons ListDPL
Commerce / BISUnverified ListUVL
Commerce / BISMilitary End-User ListMEU
State DepartmentITAR DebarredDTC
State DepartmentNonproliferation SanctionsISN

What it does

  1. Fetches the full CSL bulk JSON from data.trade.gov โ€” a single ~30 MB public-domain file covering all 12 lists above (~25,000+ entries).
  2. Matches your query against primary names and AKA/alternate names using Jaro-Winkler + Dice bigram similarity with token-overlap false-positive guards.
  3. Returns only matches above your configured score threshold (default 85/100).
  4. Each result carries the specific source list the entity matched (e.g. Entity List (EL) - Bureau of Industry and Security), so you can see exactly which US government list flagged the name.

Input

FieldTypeDefaultDescription
namestringrequiredPerson or business name to screen
minScoreinteger85Match score threshold (0โ€“100); 85 balances recall vs. false-positive rate
includeAliasesbooleantrueAlso match against AKA / alternate names
maxResultsinteger100Cap on returned matches
listsstring[][] (all)Optional: restrict screening to specific lists (case-insensitive substring match against the CSL source field, e.g. ["SDN", "Entity List"])

Output record shape

Each dataset item contains:

  • name โ€” Primary name on the list
  • matchedOn โ€” "primary" or "aka"
  • score โ€” 0โ€“100 fuzzy-match score
  • source โ€” The specific source list (e.g. "Specially Designated Nationals (SDN) - Treasury Department")
  • type โ€” Individual | Entity | Vessel | Aircraft (where available)
  • programs โ€” Array of sanctions/control program codes
  • akaList โ€” Array of alternate/AKA name strings
  • addresses โ€” Array of address strings
  • ids โ€” Array of {type, number, country?} structured IDs
  • federalRegisterNotice โ€” Federal Register citation (BIS lists)
  • uid โ€” CSL internal entity ID
  • sourceListUrl โ€” Direct URL to the official source list
  • remarks โ€” Free-text remarks from the source agency

Billing

Pay-per-result (Apify PPE): each matched record in the dataset counts as one item. A query that returns zero matches costs only the base compute time โ€” not per-result charges.

Use cases

  • KYC / KYB pre-screening โ€” check counterparty names before onboarding
  • Export control compliance โ€” screen suppliers and customers against BIS Entity List, DPL, UVL, MEU
  • AML / sanctions compliance โ€” OFAC SDN + non-SDN lists in one call
  • State Dept ITAR โ€” check against ITAR Debarred and Nonproliferation Sanctions
  • Business entity verification โ€” cross-reference company names from business registration tools (see Business KYB Scraper)

Cross-sell

Pair this actor with the Business KYB Scraper to: (1) pull public registry data on a company, (2) run the company name + all officers through this watchlist screen, (3) get a full KYB package in one workflow.

Automate compliance workflows with secretary-of-state filing data from FilingSheet โ€” structured business entity data with officer names ready for screening.

Data source and scope

Source: U.S. International Trade Administration โ€” Consolidated Screening List (data.trade.gov). Published under U.S. Government Works (public domain). Data is fetched fresh on each run; ITA updates the CSL daily.

Caveats

  • This tool is for research and informational purposes. It is not a substitute for a certified AML/sanctions compliance program or legal advice.
  • Fuzzy matching may produce false positives at low thresholds. Tune minScore for your use case. The default 85 is conservative; 90+ gives higher precision with some recall loss.
  • The CSL does not include every US government watchlist (e.g. FBI Most Wanted, state-level lists). For a complete AML program, consult a compliance specialist.
  • Results reflect the CSL snapshot published at the time of the run.

You might also like

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.

31

Sanctions Screening API - OFAC Watchlist Name Check

veska/sanctions-pep-screener

Screen any person or company name against the official OFAC sanctions list and aliases. Returns matches with a confidence score. Free public data, fast, agent-ready.

OFAC SDN & Consolidated Sanctions Lists Scraper

compute-edge/ofac-sdn-sanctions-scraper

Extract US Treasury OFAC SDN and Consolidated sanctions lists with aliases, addresses, programs, and vessel data joined into clean JSON. Filter by name, program, type, or country for AML, KYC, sanctions screening, and trade compliance workflows.

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

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 SDN List Scraper

crawlerbros/ofac-sdn-scraper

Scrape the US Treasury OFAC Specially Designated Nationals (SDN) list - the official US government sanctions database. Search or filter sanctioned individuals, entities, vessels, and aircraft by name, program, type, or country. Fully public XML source, no API key required.