Screens a person or company for adverse news coverage across 235,000+ sources vi...
https://api.strale.io/x402/v2/adverse-media-checkOverview
Screens a person or company for adverse news coverage across 235,000+ sources via Dilisense (primary) with Serper Google search fallback. Returns audit-grade evidence: risk level with documented thresholds, FATF-aligned category counts, top article headli…
Protocol
x402
Price
$0.22
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
real-time-data/news
Provider
strale
Source
bazaar
Indexed
2026-08-27 16:12:49
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"country": {
"description": "Additional context like industry or country (optional)",
"type": "string"
},
"entity_name": {
"description": "Alias for name (optional)",
"type": "string"
},
"entity_type": {
"description": "Override auto-detection of entity type (optional)",
"enum": [
"person",
"company"
],
"type": "string"
},
"name": {
"description": "Person or company name to screen",
"required": true,
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"categories": {
"type": "object"
},
"categories_found": {
"type": "array"
},
"fallback_reason": {
"type": [
"string",
"null"
]
},
"lists_queried": {
"type": "object"
},
"period": {
"type": "string"
},
"query": {
"type": "string"
},
"risk_level": {
"enum": [
"none",
"low",
"medium",
"high"
],
"type": "string"
},
"risk_level_thresholds": {
"type": "object"
},
"screened_at": {
"type": "string"
},
"severe_categories": {
"type": "array"
},
"source": {
"enum": [
"dilisense",
"serper"
],
"type": "string"
},
"top_articles": {
"type": "array"
},
"total_hits": {
"type": "integer"
}
}