{"name":"people","description":"Looks up a person from an email, name, domain, or company and returns a normalized public-data record (alias of people-enrich). Includes inferred display name, free-email detection, MX records, and optional public company context. Public-data only; no private people databases or LinkedIn scraping. Use it as a people lookup, people API, or person lookup.","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 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},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}