LobeChat Plugins
  1. Contact API
LobeChat Plugins
  • 官方插件
    • 天气插件(RealTime Weather)
      • 查询天气
    • 网页抓取插件
      • 网页抓取
    • 维基百科
      • 搜索
      • 网关
    • 搜索引擎
      • 搜索引擎
  • ProxyCurl
    • Meta API
      • View Credit Balance Endpoint
    • Search API
      • Company Search Endpoint
      • Person Search Endpoint
    • Contact API
      • Reverse Email Lookup Endpoint
        GET
      • Reverse Contact Number Lookup Endpoint
        GET
      • Work Email Lookup Endpoint
        GET
      • Disposable Email Address Check Endpoint
        GET
      • Personal Contact Number Lookup Endpoint
        GET
      • Personal Email Lookup Endpoint
        GET
    • Jobs API
      • Job Search Endpoint
      • Jobs Listing Count Endpoint
      • Job Profile Endpoint
    • People API
      • Person Profile Endpoint
      • Person Profile Picture Endpoint
      • Person Lookup Endpoint
      • Role Lookup Endpoint
    • Company API
      • Company Profile Endpoint
      • Employee Listing Endpoint
      • Employee Count Endpoint
      • Company Profile Picture Endpoint
      • Company Lookup Endpoint
      • Employee Search Endpoint
    • School API
      • School Profile Endpoint
      • Student Listing Endpoint
  • 插件网关
    POST
  • 插件网关(不支持的请求类型)
    GET
  1. Contact API

Personal Email Lookup Endpoint

正式环境
https://nubela.co/proxycurl
正式环境
https://nubela.co/proxycurl
GET
https://nubela.co/proxycurl
/api/contact-api/personal-email
Contact API
Cost: 1 credit / email returned.
Find personal email addresses associated with a given social media profile.

请求参数

Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token
示例:
Authorization: Bearer ********************
Query 参数
email_validation
string 
可选
How to validate each email.
Takes the following values:
none (default) - Do not perform email validation.
fast - Perform fast email validation (does not cost extra credit).
precise - Perform deliverability validation (costs 1 extra credit per email found).
For backward-compatibility these are also accepted:
include - Equivalent to precise
exclude - Equivalent to none
示例值:
include
page_size
string 
可选
This controls the maximum number of emails returned per API call. It's useful for limiting credit consumption as the number of emails per identity can vary. The default value is 0, meaning there's no limit to the number of returned results.
示例值:
0
twitter_profile_url
string 
可选
The Twitter/X Profile URL from which you wish to extract personal email addresses.
yes (Include only one of: linkedin_profile_url, twitter_profile_url, or facebook_profile_url)
示例值:
https://x.com/proxycurl
facebook_profile_url
string 
可选
The Facebook Profile URL from which you wish to extract personal email addresses.
yes (Include only one of: linkedin_profile_url, twitter_profile_url, or facebook_profile_url)
示例值:
https://www.facebook.com/zuck
linkedin_profile_url
string 
可选
The LinkedIn Profile URL from which you wish to extract personal email addresses.
yes (Include only one of: linkedin_profile_url, twitter_profile_url, or facebook_profile_url)
示例值:
https://linkedin.com/in/steven-goh-6738131b

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://nubela.co/proxycurl/api/contact-api/personal-email'

返回响应

🟢200成功
application/json
List of Personal Emails
Body
emails
array[string]
可选
A list of personal emails
invalid_emails
array[string]
可选
A list of invalid personal emails
示例
{
    "emails": [
        "random@gmail.com",
        "random2@yahoo.com"
    ],
    "invalid_emails": [
        "random3@gmail.com"
    ]
}
🟠400请求有误
🟠401没有权限
🟠403禁止访问
🟠404记录不存在
🟠429429
🔴500服务器错误
🔴503服务器故障
上一页
Personal Contact Number Lookup Endpoint
下一页
Job Search Endpoint
Built with