Search Gazette Corporate Insolvency Notices
gazette_insolvencySearch official UK insolvency notices by company or individual name to find winding-up orders, administration notices, and other legally effective events from The Gazette.
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 |
|---|---|---|---|
| entity_name | Yes | Company or individual name to search for in Gazette insolvency notices | |
| 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. | |
| start_date | No | Filter notices from this date (YYYY-MM-DD) | |
| end_date | No | Filter notices up to this date (YYYY-MM-DD) | |
| 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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_name | Yes | Entity name that was searched. | |
| notice_type_filter | No | Notice code filter applied, or null if all codes searched. | |
| start_date | No | Lower bound of the date range filter, if any. | |
| end_date | No | Upper bound of the date range filter, if any. | |
| 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. | |
| notices | No | Matching notices, sorted by severity (desc) then date (desc). |