Discover API
通过程序确定目标受众。使用自然语言或强大的筛选条件,查找符合您理想客户画像的公司。
Discover API通过程序确定目标受众。使用自然语言或强大的筛选条件,查找符合您理想客户画像的公司。
Discover API使用 Domain Search API,您可以获取 Hunter 为指定域名找到的所有邮箱地址。只需提供域名并进行一次简单的 API 调用。
Domain Search API提供人员姓名和域名,即可在响应数据中获得工作邮箱地址。Email Finder API 还会返回置信度和该邮箱地址的其他信息。
Email Finder API使用 Email Verifier API,您可以通过程序验证邮箱地址是否有效。每个已验证邮箱还会附带置信度。
Email Verifier APIPOST
https://api.hunter.io/v2/discover?locale=zh-CN
200 OK
{
"data": [
{
"domain": "cloudflare.com",
"organization": "Cloudflare",
"emails_count": {
"personal": 615,
"generic": 323,
"total": 938
}
},
{
"domain": "oracle.com",
"organization": "Oracle",
"emails_count": {
"personal": 512,
"generic": 256,
"total": 768
}
}
],
"meta": {
"results": 1,
"limit": 100,
"offset": 0,
"params": {
"query": "US-based Software companies"
},
"filters": {
"headquarters_location": {
"include": [
{
"country": "US"
}
]
},
"industry": {
"include": [
"IT Services and IT Consulting"
]
}
}
}
}
}GET
https://api.hunter.io/v2/domain-search?locale=zh-CN?domain=intercom.com
200 OK
{
"data": {
"domain": "intercom.com",
"disposable": false,
"webmail": false,
"accept_all": true,
"pattern": "{first}",
"organization": "Intercom",
"emails": [
{
"value": "ciaran@intercom.com",
"type": "personal",
"confidence": 92,
"sources": [
{
"domain": "github.com",
"uri": "http://github.com/ciaranlee",
"extracted_on": "2015-07-29",
"last_seen_on": "2017-07-01",
"still_on_page": true
},
{
"domain": "blog.intercom.com",
"uri": "http://blog.intercom.com/were-hiring-a-support-engineer/",
"extracted_on": "2015-08-29",
"last_seen_on": "2017-07-01",
"still_on_page": true
},
...
],
"first_name": "Ciaran",
"last_name": "Lee",
"position": "Support Engineer",
"position_raw": "Support Engineer",
"seniority": "senior",
"department": "it",
"linkedin": null,
"twitter": "ciaran_lee",
"phone_number": null,
"verification": {
"date": "2019-12-06",
"status": "valid"
}
},
...
],
"linked_domains": []
},
"meta": {
"results": 35,
"limit": 10,
"offset": 0,
"params": {
"domain": "intercom.com",
"company": null,
"type": null,
"seniority": null,
"department": null
}
}
}GET
https://api.hunter.io/v2/email-finder?locale=zh-CN?domain=reddit.com&first_name=Alexis&last_name=Ohanian
200 OK
{
"data": {
"first_name": "Alexis",
"last_name": "Ohanian",
"email": "alexis@reddit.com",
"score": 97,
"domain": "reddit.com",
"accept_all": false,
"position": "Cofounder",
"twitter": null,
"linkedin_url": null,
"phone_number": null,
"company": "Reddit",
"sources": [
{
"domain": "redditblog.com",
"uri": "http://redditblog.com/2008/10/22/widgets-get-an-upgrade-and-a-firefox-extension-that-will-rock-your-world",
"extracted_on": "2018-10-19",
"last_seen_on": "2021-05-18",
"still_on_page": true
},
...
],
"verification": {
"date": "2021-06-14",
"status": "valid"
}
},
"meta": {
"params": {
"first_name": "Alexis",
"last_name": "Ohanian",
"full_name": null,
"domain": "reddit.com",
"company": null,
"max_duration": null
}
}
}GET
https://api.hunter.io/v2/email-verifier?locale=zh-CN?email=patrick@stripe.com
200 OK
{
"data": {
"status": "valid",
"score": 100,
"email": "patrick@stripe.com",
"regexp": true,
"gibberish": false,
"disposable": false,
"webmail": false,
"mx_records": true,
"smtp_server": true,
"smtp_check": true,
"accept_all": false,
"block": false,
"sources": [
{
"domain": "beta.paganresearch.io",
"uri": "http://beta.paganresearch.io/details/stripe",
"extracted_on": "2020-06-17",
"last_seen_on": "2020-06-17",
"still_on_page": true
},
{
"domain": "icloudnewz.blogspot.com",
"uri": "http://icloudnewz.blogspot.com/2017/11/follow-patrick-collison-mike-birbiglia.html",
"extracted_on": "2020-03-25",
"last_seen_on": "2020-06-29",
"still_on_page": true
}
]
},
"meta": {
"params": {
"email": "patrick@stripe.com"
}
}
}Leads API 可管理存储在 Hunter 中的潜在客户,包括获取、添加和删除潜在客户。
Leads APISequences API 可让您查看序列,并添加或移除收件人。
Sequences APIGET
https://api.hunter.io/v2/leads?locale=zh-CN
200 OK
{
"data": {
"leads": [
{
"id": 1,
"email": "hoon@stripe.com",
"first_name": "Jeremy",
"last_name": "Hoon",
"position": null,
"company": "Stripe",
"company_industry": null,
"company_size": null,
"confidence_score": null,
"website": "stripe.com",
"country_code": null,
"source": null,
"linkedin_url": null,
"phone_number": null,
"twitter": null,
"sync_status": null,
"notes": null,
"sending_status": null,
"last_activity_at": null,
"last_contacted_at": null,
"verification": {
"date": "2021-01-01 12:00:00 UTC",
"status": "deliverable"
},
"leads_list": {
"id": 1,
"name": "My leads list",
"leads_count": 2
},
"created_at": "2021-01-01 12:00:00 UTC"
},
{
"id": 2,
"email": "alexis@reddit.com",
"first_name": "Alexis",
"last_name": "Ohanian",
"position": "Cofounder",
"company": "Reddit",
"company_industry": null,
"company_size": null,
"confidence_score": 97,
"website": "reddit.com",
"country_code": "US",
"source": null,
"linkedin_url": null,
"phone_number": null,
"twitter": null,
"sync_status": null,
"notes": null,
"sending_status": null,
"last_activity_at": null,
"last_contacted_at": null,
"verification": {
"date": "2021-01-01 12:00:00 UTC",
"status": "deliverable"
},
"leads_list": {
"id": 1,
"name": "My leads list",
"leads_count": 2
},
"created_at": "2021-01-01 12:00:00 UTC"
}
}
},
"meta": {
"count": 2,
"total": 2,
"params": {
"limit": 20,
"offset": 0
}
}
}GET
https://api.hunter.io/v2/campaigns/1/recipients?locale=zh-CN
200 OK
{
"data": {
"recipients": [
{
"email": "hoon@stripe.com",
"first_name": "Jeremy",
"last_name": "Hoon",
"position": null,
"company": "Stripe",
"website": "stripe.com",
"sending_status": "pending",
"lead_id": 1
},
{
"email": "alexis@reddit.com",
"first_name": "Alexis",
"last_name": "Ohanian",
"position": "Cofounder",
"company": "Reddit",
"website": "reddit.com",
"sending_status": "pending",
"lead_id": 2
}
]
},
"meta": {
"limit": 20,
"offset": 0
}
}将邮箱地址或 LinkedIn 用户名转化为完整的个人资料,包括职位、所在地、社交账号等。
Lead Enrichment API将网站地址转化为邮箱地址列表和企业详细信息,包括所在地、行业、关键词、所用技术等。
Company Enrichment API将邮箱地址或 LinkedIn 用户名转化为所属公司的完整补充信息记录。
Combined Enrichment API我们的 API 可一对一替代 Clearbit 的数据补全功能,并提供无与伦比的数据质量。
Clearbit Replacement API通过 Hunter 的 Logo API,按域名快速查找任何公司的标志。100% 免费,无需账户,只需从您的网站添加指向 hunter.io 的反向链接。
Logo APIGET
https://api.hunter.io/v2/people/find?locale=zh-CN?email=matt@hunter.io
200 OK
{
"data": {
"id": "b3ae14fb-6725-56d1-ac68-a76f8ce04dec",
"name": {
"fullName": "Matthew Tharp",
"givenName": "Matthew",
"familyName": "Tharp"
},
"email": "matt@hunter.io",
"location": "Framingham, Massachusetts, United States",
"timeZone": "America/New_York",
"utcOffset": -5,
"geo": {
"city": "Framingham",
"state": "Massachusetts",
"stateCode": "MA",
"country": "United States",
"countryCode": "US",
"lat": 42.27926,
"lng": -71.41617
},
"bio": null,
"site": null,
"avatar": null,
"employment": {
"domain": "hunter.io",
"name": "Hunter",
"title": "Chief Executive Officer",
"role": "executive",
"subRole": null,
"seniority": "executive"
},
"facebook": {
"handle": null
},
"github": {
"handle": null,
"id": null,
"avatar": null,
"company": null,
"blog": null,
"followers": null,
"following": null
},
"twitter": {
"handle": "matttharp",
"id": null,
"bio": null,
"followers": null,
"following": null,
"statuses": null,
"favorites": null,
"location": null,
"site": null,
"avatar": null
},
"linkedin": {
"handle": "matttharp"
},
"googleplus": {
"handle": null
},
"gravatar": {
"handle": null,
"urls": [],
"avatar": null,
"avatars": []
},
"fuzzy": false,
"emailProvider": "google.com",
"indexedAt": "2025-01-07",
"phone": null,
"activeAt": "2025-01-07",
"inactiveAt": null
},
"meta": {
"email": "matt@hunter.io"
}
}GET
https://api.hunter.io/v2/companies/find?locale=zh-CN?domain=stripe.com
200 OK
{
"data": {
"id": "c60603a0-001c-5ca3-86a2-c571c6d43c25",
"name": "Stripe",
"legalName": "Stripe",
"domain": "stripe.com",
"domainAliases": [],
"site": {
"phoneNumbers": [
"+1 555 555 5555"
],
"emailAddresses": […]
},
"category": {
"sector": "Information Technology",
"industryGroup": "Software & Services",
"industry": "Internet Software & Services",
"subIndustry": "Internet",
"gicsCode": "45103010",
"sicCode": "36",
"sic4Codes": [
"73"
],
"naicsCode": "51",
"naics6Codes": [
"519130"
],
"naics6Codes2022": [
"519290"
]
},
"tags": [
"payment processing",
"fintech",
"online payments",
"financial technology"
],
"description": "Stripe is a fintech company that specializes in online payment processing services.",
"foundedYear": 2010,
"location": "South San Francisco, California, United States",
"timeZone": "America/Los_Angeles",
"utcOffset": -8,
"geo": {
"streetNumber": null,
"streetName": null,
"subPremise": null,
"streetAddress": null,
"city": "South San Francisco",
"postalCode": null,
"state": "California",
"stateCode": "CA",
"country": "United States",
"countryCode": "US",
"lat": 37.65466,
"lng": -122.40775
},
"logo": "https://logos.hunter.io/stripe.com",
"facebook": {
"handle": "175383762511776",
"likes": null
},
"linkedin": {
"handle": "company/stripe"
},
"twitter": {
"handle": "stripe",
"id": null,
"bio": null,
"followers": null,
"following": null,
"location": null,
"site": null,
"avatar": null
},
"crunchbase": {
"handle": null
},
"instagram": {
"handle": null
},
"emailProvider": "google.com",
"type": "private",
"companyType": "privately held",
"ticker": null,
"identifiers": {
"usEIN": null
},
"phone": "+1 555 555 5555",
"metrics": {
"alexaUsRank": null,
"alexaGlobalRank": null,
"trafficRank": "very_high",
"employees": "10K-50K",
"employeesCount": 25000,
"marketCap": null,
"raised": null,
"annualRevenue": null,
"estimatedAnnualRevenue": null,
"fiscalYearEnd": null
},
"indexedAt": "2024-10-16",
"tech": [
"adyen",
"algolia",
"amazon-s3",
"amazon-web-services",
"angular-js",
"ansible",
"aws-lambda",
"babel",
"backbone-js",
"bash",
"bootstrap",
"c",
"cassandra",
"chef",
"contentful",
"css",
"django",
"dnn",
"docker",
"docusign",
"elasticsearch",
"elixir",
"esbuild",
"excel",
"facebook",
"git",
"go",
"go-js",
"google-ads",
"google-cloud-platform",
"google-workspace",
"grafana",
"graphql",
"highcharts",
"hubspot",
"java",
"javascript",
"jenkins",
"jss",
"kafka",
"kotlin",
"kubernetes",
"linkedin",
"marketo",
"microsoft",
"microsoft-azure",
"microsoft-excel",
"microsoft-office",
"mindbody",
"mongodb",
"mysql",
"net",
"netsuite",
"next-js",
"nginx",
"node-js",
"nosql",
"objective-c",
"oracle",
"paypal",
"php",
"plotly",
"postgresql",
"prometheus",
"puppet",
"puppeteer",
"pyspark",
"python",
"react-js",
"react-native",
"redis",
"render",
"ruby",
"rust",
"salesforce",
"salesforce-service-cloud",
"salesloft",
"sap",
"scala",
"sentry",
"shopify",
"spark",
"splunk",
"spring",
"sql",
"squarespace",
"stripe",
"temporal",
"terraform",
"twitter",
"typescript",
"unix",
"vue-js",
"websocket",
"windows",
"woocommerce",
"xslt",
"youtube",
"zip",
"zoominfo"
],
"techCategories": [
"accounting_and_finance",
"advertising",
"analytics",
"appointment_scheduling",
"authentication_services",
"cloud_computing_services",
"content_management_system",
"crm",
"data_enrichment_services",
"data_management",
"data_processing",
"data_visualization",
"database",
"ecommerce",
"image_video_services",
"marketing_automation",
"monitoring",
"operating_system",
"payment",
"productivity",
"programming_framework",
"project_management_software",
"sales_productivity",
"site_search",
"social_sharing",
"web_hosting",
"web_servers"
],
"fundingRounds": [],
"parent": {
"domain": null
},
"ultimateParent": {
"domain": null
}
},
"meta": {
"domain": "stripe.com"
}
}GET
https://api.hunter.io/v2/combined/find?locale=zh-CN?email=sam@openai.com
200 OK
{
"data": {
"person": {
"id": "c6effe25-565c-5a19-8193-674726000454",
"name": {
"fullName": "Sam Altman",
"givenName": "Sam",
"familyName": "Altman"
},
"email": "sam@openai.com",
"location": null,
"timeZone": null,
"utcOffset": null,
"geo": {
"city": null,
"state": null,
"stateCode": null,
"country": null,
"countryCode": null,
"lat": null,
"lng": null
},
"bio": null,
"site": null,
"avatar": null,
"employment": {
"domain": "openai.com",
"name": "OpenAI",
"title": null,
"role": null,
"subRole": null,
"seniority": null
},
"facebook": {
"handle": null
},
"github": {
"handle": null,
"id": null,
"avatar": null,
"company": null,
"blog": null,
"followers": null,
"following": null
},
"twitter": {
"handle": "trustinyoon",
"id": null,
"bio": null,
"followers": null,
"following": null,
"statuses": null,
"favorites": null,
"location": null,
"site": null,
"avatar": null
},
"linkedin": {
"handle": null
},
"googleplus": {
"handle": null
},
"gravatar": {
"handle": null,
"urls": [],
"avatar": null,
"avatars": []
},
"fuzzy": false,
"emailProvider": "google.com",
"indexedAt": "2025-01-10",
"phone": null,
"activeAt": "2025-01-15",
"inactiveAt": null
},
"company": {
"id": "5424e3b0-c75d-55b6-ad21-7a0fbbfcc7ad",
"name": "OpenAI",
"legalName": "OpenAI",
"domain": "openai.com",
"domainAliases": [],
"site": {
"phoneNumbers": [
"+1 317 693 1781"
],
"emailAddresses": […]
},
"category": {
"sector": "Industrials",
"industryGroup": "Commercial & Professional Services",
"industry": "Professional Services",
"subIndustry": "Research & Consulting Services",
"gicsCode": "20202020",
"sicCode": "87",
"sic4Codes": [
"87"
],
"naicsCode": "54",
"naics6Codes": [
"541713"
],
"naics6Codes2022": [
"541715"
]
},
"tags": [
"artificial intelligence",
"machine learning",
"technology",
"research",
"innovation"
],
"description": "OpenAI is a technology company that specializes in artificial intelligence research and innovation.",
"foundedYear": 2015,
"location": "San Francisco, California, United States",
"timeZone": "America/Los_Angeles",
"utcOffset": -8,
"geo": {
"streetNumber": null,
"streetName": null,
"subPremise": null,
"streetAddress": null,
"city": "San Francisco",
"postalCode": null,
"state": "California",
"stateCode": "CA",
"country": "United States",
"countryCode": "US",
"lat": 37.77493,
"lng": -122.41942
},
"logo": "https://logos.hunter.io/openai.com",
"facebook": {
"handle": "openai.research",
"likes": null
},
"linkedin": {
"handle": "company/openai"
},
"twitter": {
"handle": null,
"id": null,
"bio": null,
"followers": null,
"following": null,
"location": null,
"site": null,
"avatar": null
},
"crunchbase": {
"handle": null
},
"instagram": {
"handle": null
},
"emailProvider": "google.com",
"type": "partnership",
"companyType": "partnership",
"ticker": null,
"identifiers": {
"usEIN": null
},
"phone": "+1 317 693 1781",
"metrics": {
"alexaUsRank": null,
"alexaGlobalRank": null,
"trafficRank": "very_high",
"employees": "1K-5K",
"employeesCount": 2500,
"marketCap": null,
"raised": null,
"annualRevenue": null,
"estimatedAnnualRevenue": null,
"fiscalYearEnd": null
},
"indexedAt": "2024-10-16",
"tech": [
"adobe-analytics",
"adobe-target",
"amazon-web-services",
"ansible",
"auth0",
"bash",
"brightcove",
"c",
"chef",
"cloudflare",
"css",
"datadog",
"django",
"docker",
"elasticsearch",
"excel",
"flask",
"go",
"google-analytics",
"google-cloud-platform",
"google-workspace",
"grafana",
"graphql",
"hubspot",
"intercom",
"java",
"javascript",
"jquery",
"kafka",
"kaltura",
"kubernetes",
"laravel",
"microsoft-azure",
"microsoft-excel",
"mysql",
"netsuite",
"next-js",
"node-js",
"optimizely",
"oracle",
"plotly",
"postgresql",
"prometheus",
"puppet",
"python",
"react-js",
"redis",
"rust",
"salesforce",
"sap",
"scala",
"shopify",
"spark",
"splunk",
"sql",
"stripe",
"tailwind-css",
"terraform",
"typescript",
"vercel",
"vimeo",
"windows",
"wordpress",
"youtube",
"zip"
],
"techCategories": [
"accounting_and_finance",
"analytics",
"authentication_services",
"cloud_computing_services",
"content_management_system",
"conversion_optimization",
"crm",
"customer_support",
"data_processing",
"data_visualization",
"database",
"dns",
"ecommerce",
"image_video_services",
"monitoring",
"operating_system",
"payment",
"productivity",
"programming_framework",
"web_hosting"
],
"fundingRounds": [],
"parent": {
"domain": null
},
"ultimateParent": {
"domain": null
}
}
},
"meta": {
"email": "sam@openai.com"
}
}GET
https://api.hunter.io/v2/combined/find?locale=zh-CN?email=matt@hunter.io&clearbit_format=true
200 OK
{
"person": {
"id": "b3ae14fb-6725-56d1-ac68-a76f8ce04dec",
"name": {
"fullName": "Matthew Tharp",
"givenName": "Matthew",
"familyName": "Tharp"
},
"email": "matt@hunter.io",
"location": "Framingham, Massachusetts, United States",
"timeZone": "America/New_York",
"utcOffset": -5,
"geo": {
"city": "Framingham",
"state": "Massachusetts",
"stateCode": "MA",
"country": "United States",
"countryCode": "US",
"lat": 42.27926,
"lng": -71.41617
},
"bio": null,
"site": null,
"avatar": null,
"employment": {
"domain": "hunter.io",
"name": "Hunter",
"title": "Chief Executive Officer",
"role": "executive",
"subRole": null,
"seniority": "executive"
},
"facebook": {
"handle": null
},
"github": {
"handle": null,
"id": null,
"avatar": null,
"company": null,
"blog": null,
"followers": null,
"following": null
},
"twitter": {
"handle": "matttharp",
"id": null,
"bio": null,
"followers": null,
"following": null,
"statuses": null,
"favorites": null,
"location": null,
"site": null,
"avatar": null
},
"linkedin": {
"handle": "matttharp"
},
"googleplus": {
"handle": null
},
"gravatar": {
"handle": null,
"urls": [],
"avatar": null,
"avatars": []
},
"fuzzy": false,
"emailProvider": "google.com",
"indexedAt": "2025-01-07",
"phone": null,
"activeAt": "2025-01-16",
"inactiveAt": null
},
"company": {
"id": "95ca56a8-a019-5c41-881e-293d9ca4741a",
"name": "Hunter",
"legalName": "Hunter",
"domain": "hunter.io",
"domainAliases": [],
"site": {
"phoneNumbers": [
"+1 415 712 0049"
],
"emailAddresses": […]
},
"category": {
"sector": "Information Technology",
"industryGroup": "Software & Services",
"industry": "Internet Software & Services",
"subIndustry": "Internet",
"gicsCode": "45103010",
"sicCode": "36",
"sic4Codes": [
"73"
],
"naicsCode": "51",
"naics6Codes": [
"519130"
],
"naics6Codes2022": [
"519290"
]
},
"tags": [
"email marketing",
"lead generation",
"data enrichment",
"sales intelligence",
"business tools"
],
"description": "Hunter is an email marketing company that specializes in lead generation and data enrichment.",
"foundedYear": 2015,
"location": "Wilmington, Delaware, United States",
"timeZone": "America/New_York",
"utcOffset": -5,
"geo": {
"streetNumber": null,
"streetName": null,
"subPremise": null,
"streetAddress": null,
"city": "Wilmington",
"postalCode": null,
"state": "Delaware",
"stateCode": "DE",
"country": "United States",
"countryCode": "US",
"lat": 39.74595,
"lng": -75.54659
},
"logo": "https://logos.hunter.io/hunter.io",
"facebook": {
"handle": null,
"likes": null
},
"linkedin": {
"handle": "company/hunterio"
},
"twitter": {
"handle": null,
"id": null,
"bio": null,
"followers": null,
"following": null,
"location": null,
"site": null,
"avatar": null
},
"crunchbase": {
"handle": null
},
"instagram": {
"handle": null
},
"emailProvider": "google.com",
"type": "private",
"companyType": "privately held",
"ticker": null,
"identifiers": {
"usEIN": null
},
"phone": "+1 415 712 0049",
"metrics": {
"alexaUsRank": null,
"alexaGlobalRank": null,
"trafficRank": "very_high",
"employees": "11-50",
"employeesCount": 42,
"marketCap": null,
"raised": null,
"annualRevenue": null,
"estimatedAnnualRevenue": null,
"fiscalYearEnd": null
},
"indexedAt": "2025-02-17",
"tech": [
"cloudflare",
"cloudflare-browser-insights",
"hsts",
"http-3",
"ruby",
"stimulus"
],
"techCategories": [
"analytics",
"dns",
"marketing_automation",
"programming_framework",
"security",
"web_servers"
],
"fundingRounds": [],
"parent": {
"domain": null
},
"ultimateParent": {
"domain": null
}
}
}GET
https://logos.hunter.io/hunter.io
200 OK
Content-Type: image/png, image/webp, or image/avif [Binary image data]
通过 MCP 或 API 连接 Hunter。
一条提示词,即可让您的智能体查找、验证并补全联系人信息。
浏览文档,编写您的第一次 API 调用。几分钟内即可开始通过程序使用 Hunter。
获取免费 API 密钥我的公司 SparkToro 多年来一直使用 Hunter 为联系人数据功能提供支持。不仅我们喜欢,客户也喜欢。与 Hunter 合作很轻松,数据质量出色,客户也满意,还能有什么更高的期待呢?Rand Fishkin SparkToro 首席执行官