Search
POST/api/v1/enrich/search
This endpoint enriches a person's information, the more information you pass in, the more likely we can find a match. This endpoint unveils the email addresses of new people. It will deduct 1 credit for each non-empty record returned. The API returns a request Id which can then be queried to get actual results.
Request
Required Fields:
- Option 1:
- email - REQUIRED
- Option 2:
- firstName - REQUIRED
- lastName - REQUIRED
- companyName - REQUIRED
- Option 3:
- contactLinkedinLink - REQUIRED
- application/json
Body
required
email Emailrequired
firstName Firstnamerequired
lastName Lastnamerequired
companyName Companynamerequired
designation Designation
contactLinkedinLink Contact Linkedin Linkrequired
revealPhoneNumber Reveal Phone Number
Responses
- 200
- 400
- 401
- 402
- 403
- 404
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
email Email Addressrequired
firstName First Namerequired
lastName Last Namerequired
companyName Company Namerequired
designation Designationrequired
contactLinkedinLink Contact Linkedin Linkrequired
status Statusrequired
requestId Request Idrequired
results
Person[]
required
firstName First Name
lastName Last Name
fullName Full Name
designation Designation
seniority string[]
functional string[]
city City
state State
country Country
email Email Address
emailConfidence Email Confidence
linkedinProfiile Linkedin Url
confidence Confidence
phoneNumbers string[]
company
Company
name Company Name
industry Industry
hqContactNUmber string[]
companySize Company Size
website Website
revenue Revenue
technographicData
object
products string[]
address
object
country Country
state State
city City
funding object
founded Founded
description Description
specialities Specialties
companyType string[]
socialProfiles
object
facebook Facebook Link
twitter Twitter Link
instagram Instagram Link
linkedin LinkedIn Url
employeeCount Employee Countc22
directDials string[]
phoneNumberStatus Phone Number Status
{
"email": "advay.umare@clodura.ai",
"firstName": "Advay",
"lastName": "Umare",
"companyName": "Clodura.AI",
"designation": "Lead Principal Engineer",
"contactLinkedinLink": "https://in.linkedin.com/in/advay-umare",
"status": "completed",
"requestId": "65a95d4ca79af2902d986800",
"results": [
{
"firstName": "Advay",
"lastName": "Umare",
"fullName": "Advay Umare",
"designation": "Lead Principal Engineer",
"seniority": [],
"functional": [],
"city": "Pune",
"state": "Maharashtra",
"country": "India",
"email": "advay.umare@clodura.ai",
"emailConfidence": "High",
"linkedinProfiile": "https://www.linkedin.com/in/advay-umare/",
"confidence": "High",
"phoneNumbers": [
"+91-81*****536"
],
"company": {
"name": "Clodura.AI",
"industry": "Software Development",
"hqContactNUmber": [],
"companySize": "51 - 200",
"website": "https://clodura.ai",
"revenue": null,
"technographicData": {
"products": [
"string"
]
},
"address": {
"country": "string",
"state": "string",
"city": "string"
},
"funding": null,
"founded": "2015",
"description": "Clodura.AI is the most comprehensive lead generation platform. \nOur platform help sales professionals find decision-makers, gather actionable sales intelligence, automate outreach campaigns, and create a 10X sales pipeline. Our best-in-class technology with unrivaled data coverage, accuracy, and depth of contact helps SDRs in achieving their revenue targets. \nClodura.AI gives you global coverage of the B2B database. Our reliable and verified database includes 600M+ contacts,\n18M+ companies, and 120M+ direct dials with 95% accuracy. SDRs can do hyper-targeted prospecting using our most advanced & granular search filters & parameters. We offer you the best-in-class firmographic, technographic, and intent data to identify your Total Addressable Market (TAM) and expand your sales outreach.\nUse the most accurate data & sales insights needed to identify the low-hanging sales opportunities and engage with potential buyers within your Total Addressable Market. Clodura.AI provides you with actionable intelligence on opportunities that are more likely to close and also gives you the context to craft the perfect sales pitch to the ‘right’ prospect and create a deeper customer engagement.\nClodura.AI’s killer email cadence features help sales professionals generate more interactions and book more meetings. It eliminates hours of manual effort spent every day on creating & sending sales outreach emails and follow-ups. SDRs can now automate their sales outreach by setting timed email cadence and connecting with maximum prospects.\nClodura.AI has a hybrid work model with some employees fully remote and others working remotely and coming into the office a few times a week.\nStart your free trial at https: //bit.ly/3Y1Gi9y. \nTo learn more about Clodura.AI, visit the website https: //bit.ly/3Q5QJY2.\n#salesintelligence #salesdata #salesprospecting #salesengagement #salestech #clodura #leadgeneration #b2bsales",
"specialities": "Sales Intelligence, Sales Triggers, Email Automation, Lead Scoring, Lead Generation, Sales Automation, Sales data, Revenue Acceleration, Technographic Data, Firmographic data, Sales Sequences, Sales Prospecting, Org Chart, Integrated Calling, B2B Database, B2B Verified Email, and Direct Dials",
"companyType": [
"Product"
],
"socialProfiles": {
"facebook": "https://www.facebook.com/Clodura/",
"twitter": "https://twitter.com/Clodura/",
"instagram": "https://www.instagram.com/clodura_ai/",
"linkedin": "https://www.linkedin.com/company/clodura-systems/"
},
"employeeCount": "50"
},
"directDials": [
"+91-814****536"
],
"phoneNumberStatus": null
}
]
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
message Messagerequired
{
"message": "string"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
message Messagerequired
{
"message": "string"
}
Payment Required
- application/json
- Schema
- Example (from schema)
Schema
message Messagerequired
{
"message": "string"
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
message Messagerequired
{
"message": "string"
}
Not found
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
errors
object[]
loc
object[]
required
anyOf
string
integer
msg Messagerequired
type Error Typerequired
{
"errors": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...