Search Gazette Corporate Insolvency Notices
gazette_insolvencySearch The Gazette's official insolvency notices by company or individual name. Find winding-up orders, administration orders, and liquidator appointments sorted by severity.
Instructions
Search The Gazette's insolvency notice index by entity name.
Searches the Gazette's insolvency endpoint which covers corporate notice codes: winding-up orders (2443), administration orders (2448), liquidator appointments (2452), striking-off notices (2460), and more. Results are sorted by severity — winding-up orders and administration orders appear first.
Each result includes a notice_numeric_id. Read the full legal wording via the notice://{notice_numeric_id} resource.
The Gazette is the official UK public record. A notice here means the event has been formally published and is legally effective.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Company or individual name to search for in Gazette insolvency notices | |
| query | No | Alias for name. | |
| end_date | No | Filter notices up to this date (YYYY-MM-DD) | |
| start_date | No | Filter notices from this date (YYYY-MM-DD) | |
| entity_name | No | Deprecated alias for name. | |
| max_notices | No | Cap on notices returned, applied after severity/date sort. Default 20. The Gazette insolvency feed returns up to 100 results per search — raise to 100 to see the full set. | |
| notice_type | No | Filter by notice code (e.g. '2441' winding-up petition, '2443' winding-up order, '2448' administration order, '2460' striking-off). Omit to search all. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notices | No | Matching notices, sorted by severity (desc) then date (desc). | |
| end_date | No | Upper bound of the date range filter, if any. | |
| start_date | No | Lower bound of the date range filter, if any. | |
| entity_name | Yes | Entity name that was searched. | |
| total_notices | Yes | Total notices returned after deduplication, sorting, and cap. | |
| max_notices_cap | Yes | The max_notices cap applied. Upstream may have more matching notices. | |
| notice_type_filter | No | Notice code filter applied, or null if all codes searched. |