curl --location 'https://api.lead.springbolt.app/resolve/keyword_to_lead' \
--header 'Content-Type: application/json' \
--data '{
"keywords": [
"b2b intent",
"hvac services"
],
"date_start": "2026-06-17",
"date_end": "2026-06-23",
"days_recency": 7,
"callback_url": "https://webhook.site/your-id",
"lead_type": "B2C",
"cities": [
"los angeles"
],
"states": [
"CA"
],
"zips": [
"90210"
],
"deanonymize": true,
"limit": 10,
"limit_by_keyword": [
{
"keywords": "b2b intent",
"emails_hashed": 5
},
{
"keywords": "hvac services",
"emails_hashed": 5
}
]
}'{
"success": true,
"message": "Resolution successfully completed!",
"resolution": {
"id": "res_9a88Kadb5K4db8Kb434Kb4235c3b8bec",
"status": "completed",
"requested_at": "2026-06-24T19:12:34.000Z",
"callback_url": "https://webhook.site/your-id"
},
"result": {
"input": {
"keywords": [
"b2b intent",
"hvac services"
],
"date_start": "2026-06-17T00:00:00.000Z",
"date_end": "2026-06-23T00:00:00.000Z",
"lead_type": "B2B",
"cities": [
"Austin",
"Dallas"
],
"states": [
"TX"
],
"zips": [
"73301",
"75001"
],
"deanonymize": true,
"limit": 10,
"limit_by_keyword": null
},
"emails_hashed": [
{
"email": "4ec0111a5a73802a77c2ce403875e541",
"type": "md5",
"keywords": [
"b2b intent"
],
"last_searched_at": "06/24/2026, 3:13:17 PM"
},
{
"email": "0293c43e05336d98fad32feb08669711",
"type": "md5",
"keywords": [
"hvac services"
],
"last_searched_at": "06/24/2026, 3:13:38 PM"
}
],
"leads": [
{
"name_first": "Carlos",
"name_last": "Lamas",
"linkedin_url": "linkedin.com/in/carlos-lamas-61689854",
"email_work": {
"email": "clamas@hntb.com",
"validity": "valid"
},
"email_personal": {
"email": "marklamas58@yahoo.com",
"validity": "valid"
},
"email_alt": {
"email": "carlos.lamas@fiserv.com",
"validity": "likely"
},
"emails_hashed": [
{
"email": "4ec0111a5a73802a77c2ce403875e541",
"type": "md5",
"keywords": [
"b2b intent"
],
"last_searched_at": "2026-06-24T19:13:17.000Z"
}
],
"phone": {
"number": "+15126912299",
"line_type": "mobile",
"validity": "valid"
},
"phone_alt": {
"number": "+15126912200",
"line_type": "mobile",
"validity": "likely"
},
"job_title": "Marketing Manager",
"job_seniority": "Manager",
"job_department": "Marketing",
"company": {
"name": "Acme Corp",
"domain": "acmecorp.com",
"linkedin_url": "linkedin.com/company/acmecorp",
"industry": "Software & Technology",
"revenue": "10 Million To 50 Million",
"employee_count": "51-200 Employees",
"year_founded": 2005,
"address": {
"street": "123 Main St",
"zip_code": "75001",
"city": "Dallas",
"state": "TX"
},
"logo": "https://example.com/logo.jpg",
"about": "Acme Corp is a leading provider of B2B marketing solutions."
},
"address": {
"street": "456 Commerce St",
"zip_code": "75201",
"city": "Dallas",
"state": "Texas"
}
},
{
"name_first": "Sarah",
"name_last": "Mitchell",
"linkedin_url": "linkedin.com/in/sarah-mitchell-82341",
"email_work": {
"email": "s.mitchell@hvacpros.com",
"validity": "likely"
},
"email_personal": {
"email": "sarahmitchell91@gmail.com",
"validity": "valid"
},
"email_alt": {
"email": "sarah.m@hvacservices.com",
"validity": "likely"
},
"emails_hashed": [
{
"email": "0293c43e05336d98fad32feb08669711",
"type": "md5",
"keywords": [
"hvac services"
],
"last_searched_at": "06/24/2026, 3:13:38 PM"
}
],
"phone": {
"number": "+14695552847",
"line_type": "mobile",
"validity": "valid"
},
"phone_alt": {
"number": "+14695558801",
"line_type": "mobile",
"validity": "likely"
},
"job_title": "HVAC Services Director",
"job_seniority": "Director",
"job_department": "Operations",
"company": {
"name": "HVAC Pros LLC",
"domain": "hvacpros.com",
"linkedin_url": "linkedin.com/company/hvac-pros",
"industry": "Facilities Services",
"revenue": "1 Million To 10 Million",
"employee_count": "11-50 Employees",
"year_founded": 2012,
"address": {
"street": "301 Industrial Blvd",
"zip_code": "75001",
"city": "Dallas",
"state": "TX"
},
"logo": "https://example.com/hvacpros-logo.jpg",
"about": "HVAC Pros LLC provides commercial and residential HVAC installation, maintenance, and repair services across the Dallas-Fort Worth metroplex."
},
"address": {
"street": "789 Oak Ave",
"zip_code": "78701",
"city": "Austin",
"state": "Texas"
}
}
]
}
}