Resolve a company, then screen its domain
$0.11 USDC maxSelect a public GLEIF legal-entity candidate before combining it with website, DNS, TLS, RDAP, and site-quality evidence for a broader business review.
Inspect the 2-step recipeAssess one public business website and domain using site quality, SEO, security, accessibility, performance, DNS, TLS, RDAP, and optional public GLEIF candidates; return technical evidence and explicit identity, ownership, compliance, and vendor-approval limitations.
https://apiacre.com/v1/web/business-due-diligenceSend the JSON body below. An unpaid request returns HTTP 402 with a PAYMENT-REQUIRED header; an x402-compatible buyer signs the requirement and retries with PAYMENT-SIGNATURE.
Pay $0.1 USDC and run in your browserCoinbase Agentic Wallet can satisfy this x402 request in one command. Running it may pay automatically, so --max-amount is fixed to $0.1 USDC in atomic units. Copying the command does not install, authenticate, sign, or pay; review the request and use a separate low-value wallet before running it.
npx --yes awal@latest x402 pay https://apiacre.com/v1/web/business-due-diligence \
-X POST \
-d '{"url":"https://apple.com","legal_name":"Apple Inc.","country_code":"US"}' \
--max-amount 100000 \
--jsonCoinbase pay-for-service documentation · Buyer setup and wallet safety
Run check first without payment. Its fetch command may automatically pay up to the exact listed price.
npx --yes agentcash@latest check https://apiacre.com/v1/web/business-due-diligence
npx --yes agentcash@latest fetch https://apiacre.com/v1/web/business-due-diligence \
--method POST \
--header 'content-type: application/json' \
--body '{"url":"https://apple.com","legal_name":"Apple Inc.","country_code":"US"}' \
--payment-protocol x402 \
--payment-network base \
--max-amount 0.100{
"url": "https://apple.com",
"legal_name": "Apple Inc.",
"country_code": "US"
}{
"request_id": "018f1f54-7f38-7ba2-8dc3-5f90272d9f1a",
"service": "web.business-due-diligence",
"version": "1",
"data": {
"url": "https://www.apple.com/",
"domain": "apple.com",
"riskScore": 84,
"riskLevel": "low",
"scoreScope": "website_and_domain_technical_signals",
"flags": [],
"siteAudit": {
"overallScore": 88,
"seo": {
"score": 90
},
"security": {
"score": 83
},
"accessibility": {
"score": 92
},
"performance": {
"elapsedMs": 146,
"bytes": 1256,
"status": 200
}
},
"domainIntelligence": {
"domain": "apple.com",
"dns": {
"A": [
"17.253.144.10"
]
},
"tls": {
"version": "TLSv1.3"
},
"rdap": {
"status": [
"active"
]
}
},
"legalEntity": {
"status": "matched",
"requestedName": "Apple Inc.",
"countryCode": "US",
"matchCount": 1,
"matches": [
{
"lei": "HWUPKR0MPOU8FGXBT394",
"legalName": "Apple Inc.",
"otherNames": [
{
"name": "Apple Computer, Inc.",
"type": "PREVIOUS_LEGAL_NAME",
"language": "en"
}
],
"match": {
"type": "exact",
"score": 1.0
},
"legalAddress": {
"country": "US",
"region": "US-CA"
},
"headquartersAddress": {
"addressLines": [
"One Apple Park Way"
],
"city": "Cupertino",
"region": "US-CA",
"country": "US",
"postalCode": "95014"
},
"registeredAs": "806592",
"jurisdiction": "US-CA",
"category": "GENERAL",
"entityStatus": "ACTIVE",
"creationDate": "1977-01-03T00:00:00Z",
"registration": {
"status": "ISSUED",
"lastUpdated": "2026-03-03T16:34:33Z",
"nextRenewal": "2027-03-08T17:27:20Z",
"corroborationLevel": "FULLY_CORROBORATED"
},
"conformityFlag": "CONFORMING",
"source": "https://api.gleif.org/api/v1/lei-records/HWUPKR0MPOU8FGXBT394"
}
],
"source": "https://api.gleif.org/api/v1/lei-records",
"retrievedAt": "2026-08-11T00:00:00Z",
"license": {
"id": "CC0-1.0",
"url": "https://creativecommons.org/publicdomain/zero/1.0/"
},
"warning": null,
"limitations": [
"Candidates are matched from the supplied name and optional country only.",
"A match does not prove that the entity owns or controls the supplied domain.",
"Not every legal entity has an LEI, and source records may be stale or incomplete."
]
},
"disclaimer": "The technical score and optional public LEI candidates do not prove domain ownership or identity."
},
"meta": {
"duration_ms": 42,
"cached": false,
"sources": [],
"warnings": [],
"next_actions": []
}
}These buyer-controlled recipes connect this service to compatible API Acre results. Every step has its own exact price and requires separate authorization.
Select a public GLEIF legal-entity candidate before combining it with website, DNS, TLS, RDAP, and site-quality evidence for a broader business review.
Inspect the 2-step recipecurl -i -X POST 'https://apiacre.com/v1/web/business-due-diligence' \
-H 'content-type: application/json' \
--data '{"url":"https://apple.com","legal_name":"Apple Inc.","country_code":"US"}'