ICIJ Offshore Leaks Database Exporter avatar

ICIJ Offshore Leaks Database Exporter

Pricing

from $1.50 / 1,000 results

Go to Apify Store
ICIJ Offshore Leaks Database Exporter

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.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

Logiover

Logiover

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Categories

Share

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

FieldDescriptionDefault
recordTypeentities, officers, intermediaries, addresses, others, relationships, or allentities
queryName/address/node fragmentempty
countriesCountry names or country codesall
sourcesExact ICIJ source IDsall
jurisdictionsExact jurisdiction codesall
statusesExact status valuesall
maxResultsMaximum records, 1–500,000500
includeRawRecordInclude the complete source CSV rowfalse

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.