DeepAgent

LeadMagic

LeadMagic provides an API for B2B person, company, and email enrichment.

  • package: @deepagent/leadmagic
  • exports: class LeadMagic, namespace leadmagic
  • env vars: LEADMAGIC_API_KEY
  • source
  • leadmagic api docs

Install

npm install @deepagent/leadmagic
yarn add @deepagent/leadmagic
pnpm add @deepagent/leadmagic

Usage

import { LeadMagicClient } from '@deepagent/leadmagic'

const leadmagic = new LeadMagicClient()
const res = await leadmagic.profileSearch({
  linkedinUsername: 'fisch2'
})

On this page