Intelligent lead prioritization for home renovation sales
The Lead Scoring API enriches identity data with intelligent scoring for home renovation sales.
https://enhanced-data.homeprojectpartners.com
curl "https://enhance-data-production.up.railway.app/phone?phone=+16178884144&lead_score=true"
{
"score": { "total": 87, "tier": "A", "call_priority": 1 },
"breakdown": {
"home_ownership": 35,
"financial_capacity": 24,
"property_age": 20
},
"products": {
"recommended_products": [
{
"product": "Windows",
"priority": "High",
"estimated_budget": "$8K-$25K"
}
]
}
}
GET /phone?phone={number}&lead_score=true - Phone lookup with scoringGET /email?email={email}&lead_score=true - Email lookup with scoringGET /address?address={address}&lead_score=true - Address lookup with scoringGET /health - API health checkPriority: 1 (Highest)
Action: Dial immediately, retry up to 3 times
Profile: High-value homeowners ($500K+ property) with strong financial capacity
DIAL NOWPriority: 2
Action: Secondary call queue, retry up to 2 times
Profile: Mid-value homeowners with moderate income
Priority: 3
Action: Nurture campaign (email/SMS first)
Profile: Lower-value properties or limited financial indicators
Priority: 4 (Suppressed)
Action: Exclude from dialer completely
Profile: Renters, very low income, poor credit
For detailed API reference, ASCII diagrams, integration guides, and more:
View Full Documentation on GitHub →