Every field returned in a lead record, whether in the dashboard, CSV export, or webhook payload.
PROpened when someone dies with assets to distribute. The property may need to be sold to satisfy estate obligations, making these highly motivated seller leads.
FOFiled by a lender when a homeowner falls behind on mortgage payments. The owner is typically motivated to sell before the sheriff sale date.
SC (Small Claims)Filed by a landlord seeking to remove a tenant. Often indicates a distressed property that may go to market.
FA (Family)Divorce proceedings frequently result in a forced property sale to divide assets equitably.
TWFiled by the Wisconsin Department of Revenue when a property owner has unpaid taxes. The lien can lead to a forced sale, making these high-motivation leads.
CV (Civil)Civil cases involving ownership or boundary disputes over real property. Often results in a sale to resolve the conflict between parties.
CV (Civil)A court judgment against a property owner for unpaid debts. A judgment lien on the property can compel the owner to sell to satisfy the debt.
| Field | Type | Description |
|---|---|---|
| id | number | Internal auto-increment ID for the lead. |
| case_number | string | Wisconsin Circuit Court Access (WCCA) case number. Format: YYYYTT000000 where TT is the case type code (PR = probate, FO = foreclosure, SC = eviction, FA = divorce, TW = tax warrant, CV = civil/property/judgment). |
| lead_type | string | One of: probate, foreclosure, eviction, divorce, tax_warrant, property_dispute, civil_judgment. |
| county | string | Wisconsin county where the case was filed, e.g. Brown, Milwaukee, Dane. |
| state | string | Always WI (Wisconsin), the only state currently covered. |
| owner_name | string | Primary party name. For probate: the decedent. For foreclosure/eviction: the property owner or defendant. For divorce: the petitioner. |
| property_address | string | Street address of the property associated with the case, if present in the court record. |
| mailing_address | string | null | Alternate mailing address if different from the property address. Null if not found. |
| filing_date | string | Date the case was filed with the court, in YYYY-MM-DD format. |
| status | string | Lead status within your account. Starts as new. You can update it to contacted, qualified, closed, etc. from the dashboard. |
| created_at | string | ISO-8601 UTC timestamp when the lead was inserted into the database. |
| primary_phone | string | null | Best phone number found via skiptrace. Present only after a skiptrace has been run on this lead. |
| mobile_1–5 | string | null | Up to five mobile phone numbers from skiptrace. Null if not found or skiptrace not run. |
| landline_1–3 | string | null | Up to three landline numbers from skiptrace. Null if not found or skiptrace not run. |
| email_1–5 | string | null | Up to five email addresses from skiptrace. Null if not found or skiptrace not run. |