{"name":"contact-enrich","description":"Enriches a contact from email, name, domain, or company into a normalized public-data record with inferred display name, company/domain context, MX records, and optional homepage metadata. No private people database, LinkedIn scraping, or social-network scraping. Use it as a contact enrichment API, email-to-contact enrichment, or lead contact lookup.","price":"$0.01","method":"POST","input_schema":{"properties":{"email":{"type":"string","description":"Contact email address."},"name":{"type":"string","description":"Optional known contact name."},"domain":{"type":"string","description":"Optional company domain."},"company":{"type":"string","description":"Optional known company name."},"include_homepage":{"type":"boolean","description":"Fetch public homepage metadata when available. Default true."}}},"input_example":{"email":"jane.doe@example.com","include_homepage":true},"output_example":{"email":"jane.doe@example.com","name":"Jane Doe","company":"Example","confidence":0.9},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}