DEV Community

2x lazymac
2x lazymac

Posted on

AI Lead Scoring API – B2B Lead Intelligence, ICP Match Score, Free Tier

AI Lead Scoring API

Score B2B leads by fit, intent, and engagement. Returns ICP match score (0-100), conversion probability, and key signals.

Quick Start

# Score a lead
curl -X POST https://api.lazy-mac.com/ai-lead-scorer-api/score   -H "Content-Type: application/json"   -d '{"company": "Acme Corp", "industry": "SaaS", "employees": 150}'
Enter fullscreen mode Exit fullscreen mode

Endpoints

Method Path Description
POST /score Score a single lead
POST /batch Batch score up to 100 leads
GET /health Health check

Features

  • ICP match score 0-100
  • Conversion probability estimate
  • Key signals: company size, industry fit, engagement indicators
  • Fast response under 500ms
  • Free tier available

Deploy target: Cloudflare Workers (global edge, <50ms p95)

GitHub: https://github.com/lazymac2x
Live API: https://api.lazy-mac.com/ai-lead-scorer-api/health

Top comments (0)