search_companies
Search the UK Companies House register by company name to retrieve company numbers, covering live and dissolved firms. Use the returned company number with other tools for further details.
Instructions
Find companies on the UK register by name, returning their company numbers.
Covers live and dissolved companies alike, ranked by relevance; check status
before assuming a hit is trading. Use the returned company_number with every
other tool. It searches company names only, so it cannot find a company from a
director's name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results per page. | |
| query | Yes | Company name or part of it. Not a person's name. | |
| start_index | No | Offset for paging. Use next_start_index from a previous result. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| results | Yes | ||
| total_results | Yes | Matches on the whole register, not just this page. | |
| next_start_index | No | Pass this as start_index to get the next page. Null when there are no more results. |