Adverse Media Check API

POST
/adverse_media_check
EXPERIMENTAL

Searches for adverse media coverage of a person or business. Returns a generated summary, citation links to the source articles, and category tags spanning financial crime, violent crime, organised crime, drug offences, sexual offences, regulatory action, terrorism, scams and fraud, environmental violations, employment violations, and corruption and abuse of office. Built to inform enhanced due diligence on high-risk customers and counterparties.

Example Request

POST
request.json
key Auth: BearerAuth
{
  "type": "person",
  "first_name": "John",
  "middle_name": "James",
  "last_name": "Doe",
  "birth_date": "1990-01-01",
  "country": "AU"
}

Request Schema

type
Required
enum

person or business.

first_name
Conditional
string

Required for person checks.

middle_name
Optional
string · string or null

Optional.

last_name
Conditional
string

Required for person checks.

birth_date
Optional
date · date or null

Optional. Used to filter results when the source mentions an age or age range.

business_name
Conditional
string

Required for business checks.

country
Optional
string · (ISO 3166)

Prefer results from this country.

Available Response Data

7 Data Points
01
fact_check

match.name

name of the matched entity

02
fact_check

match.age

age of the matched person null for business or where unavailable

03
fact_check

match.location

location of the entity, where known

04
fact_check

match.summary

generated summary of the adverse media

05
fact_check

match.links

links to the source articles used to create the summary

06
fact_check

match.categories

array of category tags

07
fingerprint

API reference UUID

lock Full API documentation provided after vetting from our compliance team.
By The Numbers

API Data Scale & Coverage tag

Unmatched data depth to power your compliance and verification workflows.

50M+
Phone & Email Records
40M+
Adverse Court Records
2BN+
Australian Universe Records
18M+
Real Estate Records
7M+
Deceased Records
980M+
Social Media & Employment Records
Practical Applications

Technical Use Cases tag

policy

Enhanced due diligence

Surface adverse media coverage on high-risk customers, PEPs and large counterparties. A key signal in EDD reviews and ongoing monitoring under AUSTRAC AML/CTF requirements.

business_center

Pre-investment screening

Profile founders, directors and target companies before investment commitments. A structured way to fold negative-news scanning into IC packs and term sheets.

gavel

Litigation risk profiling

Surface published reports of regulatory action, criminal charges and corruption allegations against subjects of interest.

Trust & Assurance

Compliance & Security tag

Enterprise-grade infrastructure audited against the standards your regulators require.

verified_user
ISO 27001 Certified
enhanced_encryption
AES-256 Encryption
public
Australian Data Sovereignty
Integration & Support

Common Questions tag

Everything you need to know about implementation details and compliance infrastructure.

help_center General

What categories does adverse media cover?

add

Eleven categories. Financial crime, violent crime, organised crime, drug offences, sexual offences, regulatory action, terrorism, scams and fraud, environmental violations, employment violations, and corruption and abuse of office.

help_center General

Why is this marked experimental?

add

The Adverse Media API is still being refined. Output structure and behaviour may change as the service matures. Fine for trial and internal tooling integrations. Revisit when it’s promoted to GA before hard-coding into critical workflows.

rocket_launch Implementation

Should I supply a birth date?

add

It’s optional. When supplied, if the adverse media source mentions an age or age range, results are filtered to those that line up. Helps disambiguate people with common names. Omit when birth date is unknown.

Try it Live

API Testing Sandbox tag

Test the Adverse Media Check API directly in your browser with live mock data and see instant results.

rocket_launch Request Sandbox Access

Access to live sandbox environments requires manual approval from our compliance team.

BACK TO TOP