Ofac Sdn Scraper
Pricing
Pay per usage
Ofac Sdn Scraper
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Khrystyna Skotte
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
OFAC SDN List Scraper - Sanctioned Individuals, Entities, Vessels
Scrape the US Treasury OFAC SDN list (Specially Designated Nationals) or the full Consolidated list. Returns names, aliases, addresses, dates of birth, places of birth, citizenships, IDs, vessels, aircraft, sanctions programs. Used for compliance screening, KYC, and sanctions due diligence.
Quick start
Run with the default input — no configuration needed for the first try:
{"list": "SDN","maxItems": 10}
Or trigger via the Apify API:
curl -X POST "https://api.apify.com/v2/acts/<USERNAME>~ofac-sdn-scraper/runs?token=YOUR_TOKEN" \-H "Content-Type: application/json" \-d '{}'
Input parameters
| Field | Type | Default | Description |
|---|---|---|---|
list | string | SDN | Which OFAC list to scrape: SDN-only (Specially Designated Nationals) or Consolidated (SDN + sectoral, FSE, NS-PLC, etc). |
entityType | string | _(empty)_ | Filter by entity type. Empty = all. |
program | string | _(empty)_ | Filter by program code (e.g. 'CYBER2', 'IRAN', 'RUSSIA-EO14024'). Empty = all. |
maxItems | integer | 10 | Maximum number of records to return. |
Output fields
Each dataset record contains at least these fields:
| Field | Type | Description |
|---|---|---|
entNum | number | Ent# |
name | text | Name |
sdnType | text | Type |
program | text | Program |
title | text | Title |
remarks | text | Remarks |
Plus a scrapedAt timestamp and any source-specific extra fields visible in the All fields view of the Apify console.
Pricing
Pay-per-event:
- Actor start — $0.0500 per event. Charged when the actor starts
- SDN record — $0.0200 per event. Charged per sanctioned entity scraped
How it works
This Actor calls the source's public web/API and parses the response. Results stream to the dataset and can be exported as JSON, CSV, Excel, or RSS via the Apify Console or API.
Use cases
- Bulk research and lead generation
- Feeding data warehouses, BI tools, or LLM/RAG pipelines
- Scheduled monitoring of changes over time
- Combining with other Apify Actors via Make, Zapier, n8n, or native Apify integrations
Compliance
Use this Actor only for purposes that comply with the source site's terms of service and applicable law. Respect rate limits. The author is not affiliated with the source.
Support
Questions, bugs, or feature requests — message the author via the Apify Console.