ICIJ Offshore Leaks Database Exporter
Pricing
from $1.50 / 1,000 results
ICIJ Offshore Leaks Database Exporter
Export entities, officers, intermediaries, addresses and relationships from ICIJ's Offshore Leaks Database for AML/KYC, due diligence and investigative research. Filter 800K+ records without an API key.
Export entities, officers, intermediaries, addresses and relationships from the ICIJ Offshore Leaks Database. The Actor streams the official bulk archive, normalizes its collections and supports up to 500,000 records per run without an API key.
Who uses this data
- AML/KYC and enhanced due-diligence teams
- Corporate ownership and entity-resolution platforms
- Investigative journalists and academic researchers
- Risk, compliance and sanctions-screening analysts
- Graph/network analysis pipelines
The database contains more than 800,000 offshore entities and exposes the people, addresses, intermediaries and relationships connected to multiple ICIJ investigations.
Important: A person or company appearing in the database does not imply illegal or improper conduct. ICIJ explicitly warns users to verify context and identity before reaching conclusions.
Input
| Field | Description | Default |
|---|---|---|
recordType | entities, officers, intermediaries, addresses, others, relationships, or all | entities |
query | Name/address/node fragment | empty |
countries | Country names or country codes | all |
sources | Exact ICIJ source IDs | all |
jurisdictions | Exact jurisdiction codes | all |
statuses | Exact status values | all |
maxResults | Maximum records, 1–500,000 | 500 |
includeRawRecord | Include the complete source CSV row | false |
Example — Turkish entity/officer research:
{"recordType": "entities","countries": ["TR"],"maxResults": 25000}
Example — network edges for graph analysis:
{"recordType": "relationships","maxResults": 500000}
Output
The unified output contains recordType, node IDs, relationship endpoints, names, status, jurisdiction, address, country values, dates, service provider, leak source and ICIJ node URL. Set includeRawRecord to true to append the complete source CSV row.
{"recordType": "entity","nodeId": "10000001","name": "EXAMPLE HOLDINGS LTD.","jurisdiction": "BVI","countries": ["Turkey"],"status": "Active","sourceId": "Panama Papers","databaseUrl": "https://offshoreleaks.icij.org/nodes/10000001"}
API usage
curl -X POST "https://api.apify.com/v2/acts/YOUR_USERNAME~icij-offshore-leaks-scraper/runs?token=YOUR_TOKEN" \-H "Content-Type: application/json" \-d '{"recordType":"officers","query":"smith","maxResults":10000}'
License, attribution and responsible use
The source is the ICIJ Offshore Leaks Database. ICIJ publishes the data under its stated ODbL/CC BY-SA terms; downstream use must preserve the required ICIJ attribution and comply with those terms. Names may be shared by different people, source records may be incomplete, and historic status fields may not describe current ownership. Use the data as a research lead, not as an automated accusation or adverse-decision list.
Changelog
- 2026-08-01 — v1.0.0: Initial release. Added streaming export for all six collections, multi-field filtering, relationship-ready IDs, source attribution/disclaimer, optional full raw rows, 500,000-item scaling and live-source verification.