UN Sanctions Consolidated Tracker avatar

UN Sanctions Consolidated Tracker

Pricing

from $50.00 / 1,000 sanctioned entities

Go to Apify Store
UN Sanctions Consolidated Tracker

UN Sanctions Consolidated Tracker

Track the UN Security Council consolidated sanctions list. Returns normalized JSON with names, aliases, type, committee, dates, identifiers, and addresses for AML/KYC, NGO compliance, bank screening, and exporters.

Pricing

from $50.00 / 1,000 sanctioned entities

Rating

0.0

(0)

Developer

NexGenData

NexGenData

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

The canonical UN Security Council consolidated sanctions scraper for Apify. Downloads the UN Security Council Consolidated List directly from scsanctions.un.org, parses every INDIVIDUAL and ENTITY record, and returns normalized JSON ready for AML/KYC screening pipelines, NGO compliance, bank onboarding, and export-control workflows.

The UN consolidated list is the master sanctions list that all UN member states are legally bound to implement under Article 25 of the UN Charter. It covers every active UN sanctions committee — Al-Qaida / ISIL (Da'esh), Taliban, DPRK, Libya, Mali, Somalia, Sudan, Guinea-Bissau, Yemen, Central African Republic, DRC, ISIL & Al-Qaida sanctions, and more. Most national screening programs (US OFAC, EU, UK HMT) include UN-designated parties as a baseline, but the UN list itself is the authoritative source.

What you get per sanctioned entity

Every record returned by this actor follows a normalized cross-source schema (same shape as our OFAC SDN, EU, and UK HMT sanctions trackers):

FieldDescription
entity_namePrimary listed name (concatenated FIRST_NAME + SECOND_NAME + THIRD_NAME + FOURTH_NAME)
entity_aliasesAll INDIVIDUAL_ALIAS / ENTITY_ALIAS entries
entity_typeIndividual or Entity
sanctioning_authorityAlways UN_SC for this actor
program_nameUN list type / committee code (DRC, TALIBAN, AQ-DA'ESH, etc.)
listed_dateISO date the entity was added
nationalityNationality (semicolon-joined when multi-citizen)
country_of_originPlace of birth or registered country
addressConcatenated address lines
date_of_birthISO date when exact, year-only when partial
passport_numberAll passport numbers
id_numberNational IDs and other government-issued numbers
un_reference_numberUN unique reference (e.g. CDi.001, QDi.123)
genderGender for individuals
interpol_linkINTERPOL Special Notice link when present
remarksFull COMMENTS1 string from the UN listing
source_urlAlways the UN consolidated XML endpoint

Input — every filter is optional

{
"entity_search": "taliban",
"sanctioning_program": "TALIBAN",
"entity_type": "Individual",
"maxResults": 100
}
  • entity_search — case-insensitive substring match against name and aliases
  • sanctioning_program — substring match against UN list type / committee code
  • entity_typeall, Individual, or Entity
  • maxResults — cap on output (1–5000, default 100)

Use cases

  • Bank onboarding & KYC — screen new customers against the UN master list as part of CIP / CDD obligations
  • NGO grant compliance — verify aid recipients and field partners are not UN-designated parties
  • Exporters & trade compliance — block shipments to UN-designated entities and vessels
  • Crypto exchange compliance — screen counterparty wallets and beneficial owners
  • Government procurement — verify suppliers and subcontractors against the UN list
  • Correspondent banking — screen respondent banks and their beneficial owners
  • Charity regulators & audit firms — vet boards and trustees against UN designations

Cross-sell: the Sanctions Quartet

This actor is one of four direct-download sanctions scrapers built on a single shared engineering template. Real-world AML programs screen against multiple authority lists in parallel — buy them as a bundle:

Why this actor vs. the alternatives

OptionCostSchema stabilityAuto-updateAPI accessMaintenance
UN Sanctions Consolidated Tracker (this)$0.05/entityStable normalizedDaily (run on schedule)Apify REST / WebhooksZero — fully managed
Raw consolidated.xml downloadFreeRaw nested XML with mixed cardinalityManual downloadNoneYou parse, you maintain
Refinitiv World-Check$30K+/yr enterpriseStableReal-timeRESTContract negotiation
LexisNexis Bridger$20K+/yr enterpriseStableReal-timeRESTContract negotiation
Dow Jones Risk Center$25K+/yr enterpriseStableReal-timeRESTContract negotiation
Sanctions.io$1.5K+/moStableReal-timeRESTSubscription

Data freshness

The UN republishes consolidated.xml nightly (sample dateGenerated timestamp ~23:00 UTC). Schedule this actor to run daily after that window to keep your screening database current.

Source

This actor pulls from the official UN Sanctions Committee XML endpoint:

https://scsanctions.un.org/resources/xml/en/consolidated.xml

This is a publicly published structured data feed maintained by the UN Security Council Affairs Division. No authentication, no rate limit, no proxy required.


Built by NexGenData. Try Apify free.