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.
| 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). |
| lead_type | string | One of: probate, foreclosure, eviction, divorce. |
| 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. |