OFAC Sanctions Screening & Export avatar

OFAC Sanctions Screening & Export

Pricing

from $3.00 / 1,000 results

Go to Apify Store
OFAC Sanctions Screening & Export

OFAC Sanctions Screening & Export

Screen names against the US OFAC sanctions lists (SDN + Consolidated) with alias-aware fuzzy matching, or export the full lists as structured data. Official public-domain data, no API key.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Dev D

Dev D

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

OFAC Sanctions Screening & Export ๐Ÿ›ก๏ธ

Screen names against the US OFAC sanctions lists โ€” or export the full lists as clean structured data. Official public-domain data, no API key.

Sanctions screening is a mandatory compliance step for banks, fintechs, crypto exchanges and marketplaces. This Actor checks a list of names (people or entities) against the OFAC SDN and Consolidated sanctions lists using alias-aware fuzzy matching, and flags potential hits with a match score. It can also export the full lists as structured records for your own systems.

Uses the official US Treasury OFAC published lists โ€” public-domain government data, freely redistributable. No API key needed.

โš ๏ธ This is an informational screening tool against public lists, not a certified compliance solution. Always confirm potential matches through your own compliance process.


What you can do with it

  • ๐Ÿ›ก๏ธ KYC / onboarding checks โ€” screen customers, vendors and counterparties.
  • ๐Ÿ” Batch screening โ€” check thousands of names in one run.
  • ๐Ÿงพ Compliance feeds โ€” export the current sanctions lists into your database.
  • ๐Ÿ”” Ongoing monitoring โ€” re-screen your customer list on a schedule as the lists change.

Features

  • โœ… No API key โ€” official OFAC data, works out of the box.
  • โœ… Alias-aware fuzzy matching โ€” catches near-matches and a.k.a. names, with a tunable threshold.
  • โœ… SDN + Consolidated lists โ€” the two core US sanctions lists.
  • โœ… Screen and Export modes โ€” check your names, or dump the lists.
  • โœ… Rich records โ€” programs, aliases, nationalities, dates of birth, IDs, addresses.

Modes

Screen

Provide a list of names; get one result row per name showing whether it matched, how many matches, the best score, and the matched entries.

{
"mode": "screen",
"names": ["Vladimir Putin", "John A. Smith", "Acme Trading LLC"],
"matchThreshold": "0.85"
}

Export

Dump the sanctions lists, optionally filtered by name, program or entity type.

{
"mode": "export",
"lists": ["SDN"],
"program": "CUBA",
"entityType": "Entity"
}

Input

FieldDescription
Modescreen or export.
Names to screenNames to check (screen mode).
Sanctions listsSDN and/or Consolidated.
Match threshold0.5โ€“1.0; higher = stricter. Default 0.85.
Name contains / Program / Entity typeExport-mode filters.
Max resultsCap the output.

Output

Screen mode โ€” one row per screened name:

{
"query_name": "Vladimir Putin",
"is_match": true,
"match_count": 1,
"best_score": 1.0,
"top_match_name": "Vladimir Vladimirovich PUTIN",
"top_match_type": "Individual",
"top_match_source": "SDN",
"top_match_programs": ["UKRAINE-EO13661"],
"matches": [
{"matched_name": "Vladimir Vladimirovich PUTIN", "score": 1.0, "type": "Individual", "source": "SDN", "programs": ["UKRAINE-EO13661"], "uid": "...", "aliases": ["..."], "nationalities": ["Russia"], "dates_of_birth": ["07 Oct 1952"]}
]
}

Export mode โ€” one row per sanctioned entry (uid, name, type, source, programs, aliases, addresses, nationalities, dates_of_birth, ids, remarks).

Run it on a schedule

The OFAC lists change frequently. Schedule the Actor to re-screen your customer list regularly, and connect a Slack / email / webhook integration to alert your compliance team on new hits.

Notes & limitations

  • Uses official US Treasury OFAC data (SDN + Consolidated). Public-domain.
  • Matching is name-based and alias-aware; tune matchThreshold to trade off false positives vs. misses.
  • Covers US OFAC lists. UN / EU / UK lists can be added on request.
  • Informational only โ€” not legal advice or a certified screening solution. Verify hits through your compliance process.

Keywords

OFAC sanctions, sanctions screening, SDN list, sanctions list, KYC, AML, compliance, denied party screening, watchlist screening, sanctions check, Specially Designated Nationals, sanctions API, name screening, PEP, due diligence, sanctions data, Treasury sanctions, sanctions search, compliance screening, fintech compliance.