{"name":"lead-enrich","description":"Enriches a lead from an email, name, domain, or company into a normalized public-data person record. Infers safe display names from email, checks MX records, and optionally reads public homepage metadata for company context. No private people database, LinkedIn scraping, or social-network scraping. Use it as a lead enrichment API, person enrichment, people enrich, or email enrichment lite.","price":"$0.01","method":"POST","input_schema":{"properties":{"email":{"type":"string","description":"Person email address."},"name":{"type":"string","description":"Optional known person 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 a non-free domain is 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","source":"email/domain parsing + Cloudflare DNS + public homepage metadata"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}