OFAC Sanctions - KYC Compliance & AML avatar

OFAC Sanctions - KYC Compliance & AML

Pricing

from $2.00 / 1,000 results

Go to Apify Store
OFAC Sanctions - KYC Compliance & AML

OFAC Sanctions - KYC Compliance & AML

Screen entities against OFAC SDN and consolidated sanctions lists. Returns match details, aliases, addresses, and program information. Built for KYC, AML, and trade compliance teams. Pay per result.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Ava Torres

Ava Torres

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

5 days ago

Last modified

Share

OFAC Sanctions Screening - SDN List Search for KYC/AML Compliance

Screen individuals, companies, and organizations against the OFAC Specially Designated Nationals (SDN) list. Built for compliance teams, banks, fintechs, and KYC/AML workflows that need fast, reliable sanctions checks on counterparties, customers, and vendors.

Reads directly from the official OFAC data feed. No API key required. Returns aliases, addresses, passport and national ID numbers, sanctions programs, and OFAC remarks for every match.


What You Get

Each result is one SDN entry matching your search criteria.

FieldTypeDescription
uidintegerOFAC unique identifier for the SDN entry
namestringPrimary name on the SDN list
titlestringTitle or position (individuals), if listed
sdnTypestringIndividual or Entity
programsarraySanctions programs (e.g. SDGT, IRAN, RUSSIA-EO14024, DPRK)
remarksstringOFAC-provided remarks and additional context
aliasesarrayAlternate names (AKA/FKA) with type and category
addressesarrayKnown addresses including city, country, and postal code
idsarrayGovernment-issued IDs: passport numbers, national IDs, tax IDs, vessel registration
dateOfBirthstringDate of birth (individuals)
placeOfBirthstringPlace of birth (individuals)
nationalitiesarrayListed nationalities
citizenshipsarrayListed citizenships

Sample Output

{
"uid": 7889,
"name": "AL QAEDA",
"sdnType": "Entity",
"programs": ["SDGT"],
"remarks": "Formerly listed as AL QA'IDA. All offices worldwide.",
"aliases": [
{
"uid": 7890,
"type": "a.k.a.",
"category": "strong",
"lastName": "AL-QAIDA"
},
{
"uid": 7891,
"type": "a.k.a.",
"category": "strong",
"lastName": "THE BASE"
}
],
"addresses": [
{
"uid": 12034,
"country": "Afghanistan"
}
],
"ids": []
}

Who Uses This

Compliance teams at banks and credit unions running name checks before onboarding new business customers or processing wire transfers to high-risk jurisdictions.

Fintech and payments companies automating sanctions screening in customer onboarding flows, transaction monitoring, and KYC verification pipelines.

Corporate legal and procurement teams screening vendors, suppliers, and counterparties before executing contracts or disbursing funds.

Due diligence and background check providers adding OFAC verification to investigative reports on individuals and businesses.

RegTech developers integrating SDN list data into compliance software, risk scoring engines, or automated alert systems.


How to Use

Screen a single name

{
"searchTerm": "Wagner Group",
"maxResults": 100
}

Filter by country

{
"searchTerm": "Ivan",
"country": "Russia",
"entityType": "Individual",
"maxResults": 50
}

Filter by sanctions program

{
"searchTerm": "Bank",
"program": "IRAN",
"entityType": "Entity",
"maxResults": 100
}

Broad program sweep (no name filter)

{
"program": "DPRK",
"entityType": "Entity",
"maxResults": 500
}

Input Reference

ParameterTypeDescription
searchTermstringName of the individual or entity to screen. Case-insensitive. Partial matches included. Leave blank to retrieve all entries matching other filters.
countrystringFilter by country. Matches against address and ID country fields (e.g. Iran, Russia, North Korea).
programstringFilter by OFAC sanctions program. Partial match (e.g. SDGT, IRAN, UKRAINE-EO13661, RUSSIA-EO14024, DPRK).
entityTypestringFilter by type: Individual or Entity. Leave blank for all.
maxResultsintegerMaximum results to return. Default: 100. Max: 1000.

All parameters are optional and combinable. A run with no filters returns the full SDN list up to maxResults.


Sanctions Programs Covered

The SDN list covers 40+ active sanctions programs. Common ones include:

ProgramDescription
SDGTSpecially Designated Global Terrorists
IRANIran sanctions
RUSSIA-EO14024Russia / Ukraine-related (Executive Order 14024)
UKRAINE-EO13661Ukraine-related (Executive Order 13661)
DPRKNorth Korea sanctions
CUBACuba sanctions
SYRIASyria sanctions
VENEZUELAVenezuela-related
SDNTKNarcotics Trafficking Kingpins
TCOTransnational Criminal Organizations

Cost Estimate

Pricing is $0.002 per result.

Run sizeEstimated cost
10 results~$0.02
100 results~$0.20
500 results~$1.00
1,000 results~$2.00

Output Formats

Results are available in JSON, CSV, and Excel from the Apify dataset viewer. Integrate downstream via the Apify API or webhooks.


FAQ

Does this require an API key? No. OFAC publishes the SDN list as a public data feed. This actor reads directly from that feed with no credentials required.

How current is the data? The actor fetches the live OFAC SDN data on every run. The SDN list is updated by OFAC on an irregular schedule — typically within hours of a new designation. Results reflect the state of the list at the time of the run.

What is the difference between AKA "strong" and "weak"? OFAC categorizes aliases by confidence. "Strong" aliases are high-confidence alternate names routinely used by the designated party. "Weak" aliases are lower-confidence variants or transliterations.

Can I use this for automated transaction screening? Yes. The actor is designed for batch and automated workflows. Combine with Apify schedules or the API to run checks on demand as part of a larger pipeline.

What does the remarks field contain? OFAC-provided free text with additional context: former names, organizational relationships, geographic scope, vessel details, and other designator notes.

What ID types appear in the ids array? Common types include: Passport, National ID Number, Tax ID Number, Vessel Registration Ownership Document, Certificate of Incorporation, and others. Each entry includes the ID number, issuing country, and issue/expiration dates where available.