Node.js SDK for EnrichAPI — instant AI-powered B2B company intelligence.
npm install enrichapiconst { EnrichAPIClient } = require("enrichapi");
const client = new EnrichAPIClient("your-api-key");
const result = await client.enrich("stripe.com");
console.log(result.company.name); // Stripe
console.log(result.pain_hypotheses[0]); // First pain hypothesisGet a free trial key (5 credits, no email): http://72.62.52.171:8000/#trial
enrich(url, depth?)— Enrich a company. depth:"quick"or"standard"(default)usage()— Check API key usagehealth()— Check API health
MIT