Search Gazette Corporate Insolvency Notices
dd_gazette_insolvencySearch The Gazette's insolvency notice index by entity name.
Searches The Gazette's corporate-insolvency notice index using the authoritative Gazette notice-code taxonomy. Results are sorted by an internal DD severity score; the notice label itself remains a source fact.
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 Gazette notice code (e.g. '2450' petition to wind up a company, '2452' winding-up order, '2410' appointment of administrators). 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. |