Overview
Enrichment - Input & Output Example
Data intelligence platform offering APIs for lead enrichment, deanonymization, IP resolution, LinkedIn data, and more. Full API documentation is available at developers.springbolt.app.
One endpoint, full contact records. Submit any partial input: name, email, LinkedIn URL, company, or any combination, and Enrichment returns a complete profile: verified email, mobile phone, title, seniority, company, industry, size, and location. Cleans dirty CRM data, completes form-fill leads, and powers personalized outreach at scale.
How to Use
After subscribing, you will receive an API key to authenticate your requests. Send a POST request to the endpoint below with any combination of the input parameters. At least one identifier is required.
Input Parameters
- first_name (optional) - The person's first name. It doesn't need to be in lowercase.
- last_name (optional) - The person's last name. It doesn't need to be in lowercase.
- email (optional) - The person's email address. This can be a work or personal email address.
- phone (optional) - The person's phone number, which can be a mobile or landline number.
- linkedin_url (optional) - The person's LinkedIn profile URL.
- company_name (optional) - The company name from which you want to find the lead. For example, "google". Note that providing the domain name gives better results as it removes the conversion from the company name. The company name doesn't need to be in lowercase.
- job_title (optional) - The person's job title.
Input Sample
curl -X POST https://o9jez4jvuh.execute-api.us-east- 1.amazonaws.com/prod/lead/resolution/enrichment \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{
"first_name": "John",
"last_name": "Doe",
"email": "john@acme.com ",
"phone": "+11234567890",
"linkedin_url": "https://www.linkedin.com/in/john-doe ",
"company_name": "Acme Inc",
"job_title": "VP Sales"
}'
Output Sample
{
"success": true,
"message": "Lead successfully resolved",
"lead": {
"name_first": "John",
"name_last": "Doe",
"linkedin_url": "linkedin.com/in/john-doe",
"email_work": "john.doe@acme.com ",
"email_personal": "johndoe@gmail.com ",
"phone": "+11234567890",
"job_title": "VP Sales",
"job_seniority": "VP-level",
"job_department": "Sales",
"company": {
"name": "Acme Inc",
"domain": "acme.com",
"linkedin_url": "linkedin.com/company/acme-inc",
"industry": "Technology",
"revenue": "$50M - $100M",
"employee_count": "201 - 500",
"address": {
"street": "100 Congress Ave",
"zip_code": "73301",
"city": "Austin",
"state": "Texas"
}
}
},
"payload": {
"first_name": "John",
"last_name": "Doe",
"email": "john@acme.com ",
"phone": "+11234567890",
"linkedin_url": "https://www.linkedin.com/in/john-doe ",
"company_name": "Acme Inc",
"job_title": "VP Sales"
}
}
Highlights
- Enrich any contact record with verified email, phone, title, and company data
Details
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Financing for AWS Marketplace purchases
Pricing
Dimension | Description | Cost/request |
|---|---|---|
Enrichment | Enrich any contact record with verified email, phone, title, and company data | $0.12 |
Vendor refund policy
Refunds are handled on a case-by-case basis. If you experience technical issues or receive unexpected results, please contact us at https://springboltgroup.com/contact within 30 days of the charge. Our team will review your request and process eligible refunds promptly.
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
Software as a Service (SaaS)
SaaS delivers cloud-based software applications directly to customers over the internet. You can access these applications through a subscription model. You will pay recurring monthly usage fees through your AWS bill, while AWS handles deployment and infrastructure management, ensuring scalability, reliability, and seamless integration with other AWS services.
Resources
Vendor resources
Support
Vendor support
For technical support, contact info@springboltgroup.com . Our team is available Monday through Friday, 9 AM to 6 PM EST. We typically respond within one business day. Full API documentation is available at
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Similar products
