Gazette Search Notices
gazette_search_noticesSearch The Gazette — the UK's official public record of statutory notices (London, Edinburgh and Belfast editions, archive back to 1665). Full-text search plus filters for notice category, publication date range, edition, and location. Covers company events (liquidations, administrations, winding-up petitions, name changes), personal insolvency, deceased estates, road/planning orders, honours, state and royal notices. Use for "official UK notices about X", "gazette notices for company Y", "road closure orders near Z". Example: gazette_search_notices({ query: "Tesco", category: "corporate insolvency" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Results page, starting at 1 | |
| sort | No | "newest" (default) or "oldest" | |
| limit | No | Results per page, 1-50 (default 10) | |
| query | No | Full-text search — company name, person, place, or any words appearing in the notice text | |
| edition | No | Restrict to one edition: "london", "edinburgh", or "belfast" | |
| category | No | Notice category — a name like "corporate insolvency", "wills & probate", "road restrictions", or a code from gazette_notice_categories (G-code or legacy 2-digit) | |
| location | No | UK postcode or town/city name to search around (needs distance_miles, default 5) | |
| notice_types | No | Advanced: one or more 4-digit notice type codes joined with "+", e.g. "2450" (petitions to wind up) | |
| distance_miles | No | Radius in miles around location (default 5) | |
| published_after | No | Earliest publication date, YYYY-MM-DD | |
| published_before | No | Latest publication date, YYYY-MM-DD |