Gazette Deceased Estates
gazette_deceased_estatesSearch UK deceased-estates notices in The Gazette (Trustee Act 1925 s.27 notices) — executors advertise a death so creditors and claimants can come forward before the estate is distributed. Used for probate research, tracing an estate, checking whether a death notice was placed, and finding the claim deadline. Filter by name, date of death, claim expiry date, or location. Example: gazette_deceased_estates({ name: "John Smith", died_after: "2026-01-01" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name of the deceased person | |
| page | No | Results page, starting at 1 | |
| limit | No | Results per page, 1-50 (default 10) | |
| location | No | UK postcode or town/city name to search around (needs distance_miles, default 5) | |
| died_after | No | Earliest date of death, YYYY-MM-DD | |
| died_before | No | Latest date of death, YYYY-MM-DD | |
| distance_miles | No | Radius in miles around location (default 5) | |
| claim_expires_after | No | Earliest claim-expiry date, YYYY-MM-DD (find estates still open to claims by setting this to today) | |
| claim_expires_before | No | Latest claim-expiry date, YYYY-MM-DD |