1. 👤 Lead Resolution
  • ⚡ 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. 👤 Lead Resolution

IP to Company

POST
https://api.lead.springbolt.app/lead/resolution/ip_to_company
Turn raw IPs into account-level intelligence. IP To Company returns company name, domain, industry, size, and location: the foundation for ABM targeting, sales territory routing, dynamic website personalization, and account-based ad campaigns. Built on a constantly refreshed B2B IP graph.

Request

Body Params application/jsonRequired

Examples

Responses

🟢200
application/json
Company resolved successfully
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api.lead.springbolt.app/lead/resolution/ip_to_company' \
--header 'Content-Type: application/json' \
--data '{
    "ip": "8.8.8.8"
}'
Response Response Example
{
    "success": true,
    "message": "Resolution successfully completed",
    "lead": {
        "company": {
            "name": "Rdw Financial Group",
            "domain": "clmt.com",
            "website_url": "clmt.com",
            "linkedin_url": "linkedin.com/company/452139",
            "industry": null,
            "revenue": "100 Million To 250 Million",
            "employee_count": "501 To 1000",
            "year_founded": null,
            "address": {
                "street": "777 Beachway Dr",
                "zip_code": "46224",
                "city": "Indianapolis",
                "state": "Indiana"
            },
            "about": "Some description"
        }
    },
    "payload": {
        "ip": "8.8.8.8"
    }
}
Previous
Email to HEM
Built with