Profiles motivated sellers to determine pain points, urgency level, and optimal negotiation approach. Identifies seller type from listing language — retiree, estate/probate, tired landlord, distressed, institutional — across any asset class. Use when user says "profile this seller", "analyze seller motivation", "who is the seller", "how motivated are they", "what is the seller situation", "how should I approach this deal", "what is driving this listing", or "rate seller motivation".
Analyzes listing data to profile seller motivation, urgency, and optimal approach strategy. Works for any asset class — real estate, businesses, land, notes.
Read from data/processed/ or accept URL/description from user.
Extract: listing description, DOM, price history, broker vs. FSBO, asset type, condition language.
Match signal patterns to type:
Type A: Retiree / Exiting Owner
Type B: Estate / Probate
Type D: Distressed / Forced
Type E: Institutional / Corporate
Type F: Investor Exit
Start at 1. Add points:
Rate urgency: 1-4 = LOW | 5-6 = MEDIUM | 7-8 = HIGH | 9-10 = EXTREME
{
"sellerType": "Type A — Retiree",
"motivationScore": 8,
"urgency": "HIGH",
"primaryPain": "one sentence — what drives this sale",
"recommendedAngle": "one sentence — how to frame the offer",
"dealStructureFit": "owner finance / auction / cash / creative",
"openingLine": "first thing to say — leads with their pain",
"keyTalkingPoints": [],
"avoid": "what NOT to say to this seller type",
"leveragePoints": []
}
Save profile to deal record and to data/processed/profiles/[deal-id].json.
User: "profile this seller [URL]" Actions: Fetch listing → analyze signals → classify → score → output profile Result: Full seller profile with opening line and structure recommendation
User: "profile all HOT deals" Actions: Load HOT tier from data/processed/ → profile each → save profiles Result: Profile file per HOT deal
User: "how motivated is the seller on the Nevada City property" Actions: Find matching deal → score motivation → return score + urgency rating Result: "Motivation: 8/10 — HIGH. Estate sale, 220 DOM, 2 price cuts."
references/seller-types.md — Full signal library per seller typereferences/deal-structures.md — Structure recommendation per seller typereferences/behavioral-science.md — Psychology behind each type