Fresh Linkedin to Email Finder
收藏Fresh Linkedin to Email Finder 数据集概述
基本信息
- API名称: Fresh Linkedin to Email Finder
- 类别: Data
- 提供商: Coracle API
- 订阅者数量: 438
- 受欢迎程度: 9.8
- 服务等级: 100%
- 延迟: 7907ms
- 测试通过率: 100%
定价计划
- BASIC: $0.00 / mo
- PRO: $29.00 / mo
- ULTRA: $45.00 / mo
- MEGA: $85.00 / mo
主要功能
- 从LinkedIn获取电子邮件: 通过LinkedIn个人资料链接获取电子邮件地址。
- 获取LinkedIn个人资料数据: 在单个响应中获取已验证的电子邮件和LinkedIn个人资料数据。
- 已验证电子邮件: 提供准确的潜在客户电子邮件,适用于营销人员和招聘人员。
API概述
- 用途: 通过LinkedIn个人资料链接获取准确且最新的专业电子邮件地址。
- 适用场景: 销售、招聘、业务发展等领域的网络扩展和潜在客户生成。
端点详情
- 端点:
GET /api/linkedin-email-finder - 描述: 根据提供的LinkedIn URL检索LinkedIn个人资料信息,包括电子邮件地址。
查询参数
- url (必需): 要查询的LinkedIn个人资料URL。
- full_profile (可选): 检索完整个人资料(例如:
full_profile=true)。
响应结构
成功响应
json { "success": true, "response": { "full_name": "Bill Gates", "job_title": "Co-chair, Bill & Melinda Gates Foundation", "linkedin": "https://www.linkedin.com/in/williamhgates", "company": "Breakthrough Energy", "summary": "Co-chair of the Bill & Melinda Gates Foundation. Founder of Breakthrough Energy. Co-founder of Microsoft. Voracious reader. Avid traveler. Active blogger.", "email": { "is_found": true, "email": "bill.gates@gatesfoundation.org", "status": "VALID", "email_deliverability": "VALID", "type": "professional", "confidence": 0.85, "related_emails": [] } } }
电子邮件结构
- is_found: 表示电子邮件是否可用(布尔值)。
- status: 表示SMTP验证状态。
- email_deliverability: 表示电子邮件的可交付状态。
电子邮件未找到
json "email": { "is_found": false, "email": "N/A", "status": "NOT_FOUND", "type": "NOT_FOUND", "email_deliverability": "NOT_FOUND", "confidence": null | [], "related_emails": null | [] }
错误响应
-
LinkedIn URL缺失: json { "success": false, "error": "LinkedIn URL is required" }
-
处理请求时出错: json { "success": false, "error": "An error occurred while processing your request" }
提供商信息
- API创建者: Coracle API
- 联系方式: coracle.api@gmail.com




