{"name":"company-verify-pack","description":"Checks that a company exists and its public signals are consistent, in one call: profile, registrar, domain age, and TLS. Composite: one call runs company-enrich + registrar-lookup + domain-age-check + ssl-cert-info in parallel and merges them into {profile, registrar, age, tls}. Public-data existence and consistency signals only; this is data verification from open sources, NOT compliance, KYB, KYC, or identity verification. Use it as a company verification data API, vendor data consistency check, or domain-backed company signals for procurement and marketplace agents.","price":"$0.04","method":"POST","input_schema":{"properties":{"domain":{"type":"string","description":"Company domain to verify, e.g. 'acme.com'. Max 253 chars."}},"required":["domain"]},"input_example":{"domain":"acme.com"},"output_example":{"domain":"acme.com","profile":{"domain":"acme.com","company":"Acme","mx_records":["mail.acme.com"]},"registrar":{"registrar":{"name":"GoDaddy","iana_id":"146"},"nameservers":["NS1.ACME.COM"],"statuses":["client transfer prohibited"],"dnssec_signed":false},"age":{"age_days":8420,"registered_date":"2003-05-01T00:00:00Z","days_until_expiry":240},"tls":{"issuer_common_name":"Let's Encrypt R11","days_until_expiry":47},"note":"Public-data existence and consistency signals only — not compliance, KYB, or identity verification.","composed_of":["company-enrich","registrar-lookup","domain-age-check","ssl-cert-info"],"components":[{"name":"company-enrich","ok":true,"ms":655},{"name":"registrar-lookup","ok":true,"ms":812}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}