Skip to content

cognoco/enrichapi-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

enrichapi (Node.js)

Node.js SDK for EnrichAPI — instant AI-powered B2B company intelligence.

Install

npm install enrichapi

Usage

const { 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 hypothesis

Get a free trial key (5 credits, no email): http://72.62.52.171:8000/#trial

Methods

  • enrich(url, depth?) — Enrich a company. depth: "quick" or "standard" (default)
  • usage() — Check API key usage
  • health() — Check API health

License

MIT

About

Node.js SDK for EnrichAPI — AI-powered B2B company intelligence

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors