1. 🔍 Keyword To Lead
  • ⚡ Essentials
    • Introduction
    • Getting Started
    • Authentication
    • Rate Limit
  • 🔍 Keyword To Lead
    • List Building
      POST
    • List Result
      POST
    • Count Building
      POST
    • Count Result
      POST
  • 👤 Lead Resolution
    • Enrichment
      POST
    • Deanonymization
      POST
    • Linkedin to Phone
      POST
    • Linkedin to HEM
      POST
    • Email to HEM
      POST
    • IP to Company
      POST
  1. 🔍 Keyword To Lead

List Building

POST
https://api.lead.springbolt.app/resolve/keyword_to_lead
The flagship Springbolt X endpoint. Submit any keyword set: product terms, competitor brands, problem statements, buying-stage phrases, and Springbolt X resolves them against a rolling 8-day window of real search activity, returning the actual people who searched. Unlike Bombora or G2 (account-level surges, monthly latency), Keyword-to-Lead delivers person-level intent within hours of the search itself, the highest-converting window in the entire buying cycle. Output is ready to push directly into Meta, Google, LinkedIn, and CTV custom audiences, into email and SMS sequences, or into your CRM as priority outbound calls.

Request

Body Params application/jsonRequired

Examples

Responses

🟢200
application/json
Domain resolved successfully
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api.lead.springbolt.app/resolve/keyword_to_lead' \
--header 'Content-Type: application/json' \
--data '{
  "keywords": [
    "cloud",
    "marketing"
  ],
  "date_start": "2026-04-01",
  "date_end": "2026-04-07",
  "days_recency": 7,
  "callback_url": "https://webhook.site/b1b4ed9e-7842-4cf6-bf8a-4206056ceffa",
  "lead_type": "B2C",
  "cities": [
    "los angeles"
  ],
  "states": [
    "CA"
  ],
  "zips": [
    "90210"
  ],
  "job_title_inclusions": [
    "marketing manager"
  ],
  "job_title_exclusions": [
    "intern"
  ],
  "limit": 10,
  "deanonymize": true,
  "metadata": {
    "source": "postman"
  }
}'
Response Response Example
{
    "success": true,
    "message": "The resolution has started. We will send the result to the callback URL you provided on completion.",
    "resolution": {
        "id": "res_9a88Kadb5K4db8Kb434Kb4235c3b8bec",
        "status": "processing",
        "requested_at": "2026-04-18T20:25:46.564Z",
        "callback_url": "https://webhook.site/b1b4ed9e-7842-4cf6-bf8a-4206056ceffa"
    },
    "metadata": {
        "source": "postman"
    },
    "payload": {
        "keywords": [
            "cloud",
            "marketing"
        ],
        "date_start": "2026-04-15",
        "date_end": "2026-04-16",
        "callback_url": "https://webhook.site/b1b4ed9e-7842-4cf6-bf8a-4206056ceffa",
        "lead_type": "B2C",
        "cities": [
            "los angeles"
        ],
        "states": [
            "CA"
        ],
        "zips": [
            "90210"
        ],
        "limit": 10,
        "deanonymize": true
    }
}
Previous
Rate Limit
Next
List Result
Built with