{"name":"people-enrich","description":"Enriches a person record from an email, name, domain, or company using public data only. Normalizes the record, infers a display name from email when safe, detects free-email domains, fetches MX records via Cloudflare DNS, and optionally reads public homepage metadata for company context. Does not use private people databases, LinkedIn scraping, or social-network scraping. Use it as a people enrichment API, contacts enrich, contact enrichment, person enrichment, email enrichment, lead enrichment lite, or an Apollo alternative for agents.","price":"$0.01","method":"POST","input_schema":{"properties":{"email":{"type":"string","description":"Person email address, e.g. jane.doe@example.com."},"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","domain":"example.com","company":"Example","confidence":0.9,"source":"email/domain parsing + Cloudflare DNS + public homepage metadata"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}