v1

latestOpenAPI 3.0.3Proprietary2026-08-0656136286.9 KB
Search & Enrich

Search and Enrich Companies

Find companies and reveal their full data in a single call. Combines Search and Enrich into one request.

Provide company identifiers the same way you would for Search Companies. Up to 100 companies per request.

Billing: Same as Enrich Companies — charged per successful result via the reveal_company action.

post/v3/companies/search-and-enrich

Request body

Example request

{
  "companies": [
    {
      "clientReferenceId": "comp-ref-1",
      "id": "16303253",
      "name": "Lusha",
      "domain": "lusha.com"
    }
  ],
  "options": {
    "includePartialProfiles": true
  }
}

Response

Successful response

requestIdstring uuid

Example response

{
  "results": [
    {
      "id": "16303253",
      "name": "Lusha",
      "alternativeName": "lusha",
      "domain": "www.lusha.com",
      "alternativeDomains": [
        "lusha.com"
      ],
      "description": "Lusha is the leader in Sales Streaming.",
      "companyType": "Private Company",
      "yearFounded": 2016,
      "employeeCount": {
        "exact": 364,
        "min": 201,
        "max": 500
      },
      "industry": "Technology, Information & Media",
      "subIndustry": "Software Development",
      "specialities": [
        "data enrichment",
        "sales intelligence"
      ],
      "industryTags": [
        "saas",
        "b2b"
      ],
      "sicCodes": [
        {
          "code": 7371,
          "description": "Custom computer programming services"
        }
      ],
      "naicsCodes": [
        {
          "code": 541511,
          "description": "Custom Computer Programming Services"
        }
      ],
      "companyOffering": "Cloud-based CRM software for small businesses",
      "emailDomain": "lusha.com",
      "additionalIndustries": [
        {
          "industry": "Financial Services",
          "subIndustry": "Insurance"
        }
      ],
      "estimatedAnnualItSpend": {
        "value": 500000,
        "currency": "USD",
        "valueUsd": 500000
      },
      "monthlyWebsiteTraffic": {
        "visits": 128450,
        "momChangePercent": 4.3,
        "month": "2026-06"
      },
      "location": {
        "city": "London",
        "state": "England",
        "stateCode": "MA",
        "country": "United Kingdom",
        "countryIso2": "GB",
        "continent": "Europe",
        "zipCode": "80904"
      },
      "additionalLocations": [
        {
          "city": "London",
          "state": "England",
          "stateCode": "MA",
          "country": "United Kingdom",
          "countryIso2": "GB",
          "continent": "Europe",
          "zipCode": "80904"
        }
      ],
      "socialLinks": {
        "linkedin": "https://www.linkedin.com/company/lushadata"
      },
      "linkedinFollowers": 64339,
      "revenueRange": {
        "min": 10000000,
        "max": 50000000
      },
      "technologies": [
        "react",
        "node.js",
        "aws"
      ],
      "popularityTier": 1,
      "logoUrl": "https://logo.lusha.co/logo.jpg",
      "employeesByDepartment": [
        {
          "department": "Engineering & Technical",
          "count": 14
        },
        {
          "department": "Operations",
          "count": 40
        },
        {
          "department": "Other",
          "count": 104
        }
      ],
      "employeesByLocation": [
        {
          "country": "United States",
          "state": "Colorado",
          "count": 54
        },
        {
          "country": "United States",
          "state": "Texas",
          "count": 44
        },
        {
          "country": "United States",
          "state": null,
          "count": 162
        }
      ],
      "employeesBySeniority": [
        {
          "seniority": "Non-Manager",
          "count": 122
        },
        {
          "seniority": "Manager",
          "count": 39
        },
        {
          "seniority": "Vice President",
          "count": 3
        }
      ],
      "competitors": [
        {
          "id": "2497917",
          "name": "Clearbit",
          "domain": "clearbit.com"
        },
        {
          "id": "9781263",
          "name": "Hunter.io",
          "domain": "hunter.io"
        },
        {
          "id": "40857684",
          "name": "MCJ Solutions Inc",
          "domain": "zoominfo.com"
        }
      ],
      "businessModel": [
        "B2B"
      ],
      "phone": "(480) 729-6394",
      "email": "info@cobbmechanical.com",
      "keywords": [
        "construction",
        "hvac",
        "plumbing",
        "mechanical system"
      ],
      "specialitiesRefactored": [
        "construction",
        "hvac",
        "industrial piping",
        "mechanical systems",
        "plumbing"
      ],
      "error": {
        "code": "NOT_FOUND",
        "message": "Contact not found"
      },
      "clientReferenceId": "comp-ref-1"
    }
  ],
  "billing": {
    "creditsCharged": 3,
    "resultsReturned": 1
  }
}