bluefield
Lead enrichment

Enrich leads from live web data

Pull company info, tech stack, and recent news for any domain. Fresh data from the live web on every request.

Enrich a lead from their company domain

import { BlueFieldsClient } from '@bluefields/sdk';

const bf = new BlueFieldsClient({ apiKey: process.env.BF_KEY });

const lead = await bf.extract(`https://${domain}`, {
  schema: {
    company_name: 'string',
    description:  'string',
    tech_stack:   'string[]',
    hiring:       'boolean',
    recent_news:  'string | null',
  },
});

What you need to get started

A Bluefield API keyThe TypeScript SDK or curlA free account