Run a website due diligence and counterparty risk report with seven live checks
Run a website due diligence and counterparty risk report with seven live checks in one call: DNS and RDAP registration, domain age, TLS, page metadata, technology fingerprint, hosting context, OFAC name screening, and GLEIF legal-entity lookup. Hosting context carries no threat score and an OFAC name match requires human review.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
342 msmedian answer time
$0.04listed price per call
$0.04price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/website_due_diligence
| Category | Company and compliance |
|---|---|
| Provider host | ai-data-marketplace-1042299154756.us-central1.run.app |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 4 from 3 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.04 | 342 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"domain": "stripe.com",
"organization": "Stripe, Inc."
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"additionalProperties": true,
"properties": {
"domain": {
"description": "Public hostname to inspect, without a path.",
"type": "string"
},
"organization": {
"description": "Legal or trading name to screen against the OFAC SDN list and the GLEIF register. Supply this when you know it: registrant details are redacted in RDAP, so without it the name is inferred from the site's own declared name or the domain label, which screens less precisely.",
"type": "string"
}
},
"required": [
"domain"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"checks_completed": {
"type": "integer"
},
"checks_requested": {
"type": "integer"
},
"conclusion": {
"type": "string"
},
"domain": {
"type": "string"
},
"domain_age_days": {
"type": "integer"
},
"risk_flags": {
"items": {},
"type": "array"
},
"success": {
"type": "boolean"
}
},
"required": [
"success",
"domain",
"conclusion",
"checks_completed",
"checks_requested",
"domain_age_days",
"risk_flags"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}