Supply a company registration number, name or postcode to retrieve basic information on any matching companies. The company registration number included in the results can then be used to obtain full detailed information from the other methods in this service.
To connect to this service you'll need to use one of these endpoints:
| Protocol | URL | 
|---|---|
| JSON | 
                            JSON
                         
                            https://webservices.data-8.co.uk/BusinessInformation/FindBusinesses.json | 
| OPEN API | 
                            OPEN API
                         
                            https://webservices.data-8.co.uk/swagger/BusinessInformation/swagger.json | 
| SOAP | 
                            SOAP
                         
                            https://webservices.data-8.co.uk/businessinformation.asmx | 
| Name | Description | 
|---|---|
| username | username See the available authentication methods. If you are using username & password authentication, specify the username to authenticate as. If you are using API Key authentication and you are not using the JSON, Javascript or ADO APIs, use your API Key here with the prefix  | 
| password | password If you are using username & password authentication, specify the password to use for authentication. Otherwise leave this blank. | 
| number | number The company registration number to search for. This would normally be left blank as you would call this method in order to find a company registration number. | 
| name | name The company name to search for. Fuzzy matching is used so this does not need to be exact. Leave this as  | 
| address | address This parameter is currently not supported, leave as  | 
| postcode | postcode The postcode to search for companies in. Leave as  | 
| telno | telno This parameter is not currently supported, leave as  | 
| options | options An array of options that control further details of how this method operates. See the  | 
option parameter. Each option is specified as a key/value pair.
        The list of available names is shown below, along with a description of the allowable values for that name.
    | Name | Description | 
|---|---|
| Common Options | |
| ApplicationName | 
                            ApplicationName
                        Gives the name of the calling application - used to break down usage by application in the usage reports on the dashboard. | 
| Service Specific Options | |
| CleanAddresses | CleanAddresses Indicates whether or not the addresses returned should be cleaned versions, or the original raw addresses | 
| IncludeNonLtd | IncludeNonLtd Indicates whether or not to include Non Limited businesses in your search. | 
| Country | Country The 2-character code of the country to search for businesses in. The allowed countries will vary depending on your subscription. Common values include  | 
| ActiveOnly | ActiveOnly Indicates if only currently active companies should be included in the search results, so any dissolved companies will be excluded. | 
| Name | Description | 
|---|---|
| Status | Status Indicates whether the method call was successful, or if some error occurred. If the  | 
| Businesses | Businesses An array of basic business details which match the search criteria. Each item in the array has the following fields: 
 | 
Requests to this method do not consume credits, but you must have some BusinessInformation credits available.
Request Format
{
  "number": "",
  "name": "Data8",
  "address": "",
  "postcode": "",
  "telno": "",
  "options": {
    "CleanAddresses": true,
    "IncludeNonLtd": true,
    "Country": "UK",
    "ActiveOnly": true
  }
}
Response Format
{
  "Status": {
    "Success": true,
    "CreditsRemaining": 1000
  },
  "Businesses": [
    {
      "Name": "DATA8 LIMITED",
      "Address": {
        "Address": {
          "Lines": [
            "Data8 Limited",
            "C/O Allen Accountancy",
            "Unit 13",
            "Gwenfro Units",
            "WREXHAM",
            "Clwyd",
            "LL13 7YP"
          ]
        },
        "RawAddress": {
          "Organisation": "DATA8 LIMITED",
          "Department": "C/O ALLEN ACCOUNTANCY",
          "AddressKey": 0,
          "OrganisationKey": 0,
          "BuildingNumber": 0,
          "SubBuildingName": "UNIT 13",
          "BuildingName": "GWENFRO UNITS",
          "DependentThoroughfareName": "",
          "ThoroughfareName": "",
          "DoubleDependentLocality": "",
          "DependentLocality": "",
          "Locality": "WREXHAM",
          "Postcode": "LL137YP",
          "Dps": "",
          "PoBox": "",
          "PostalCounty": "CLWYD"
        }
      },
      "CompanyNumber": "04773536",
      "LastAccountsFiled": "2018-03-31T00:00:00",
      "TradingAddress": {
        "Address": {
          "Lines": [
            "Data8 Limited",
            "C/O Allen Accountancy",
            "Unit 13",
            "Gwenfro Units",
            "WREXHAM",
            "Clwyd",
            "LL13 7YP"
          ]
        },
        "RawAddress": {
          "Organisation": "DATA8 LIMITED",
          "Department": "C/O ALLEN ACCOUNTANCY",
          "AddressKey": 0,
          "OrganisationKey": 0,
          "BuildingNumber": 0,
          "SubBuildingName": "UNIT 13",
          "BuildingName": "GWENFRO UNITS",
          "DependentThoroughfareName": "",
          "ThoroughfareName": "",
          "DoubleDependentLocality": "",
          "DependentLocality": "",
          "Locality": "WREXHAM",
          "Postcode": "LL137YP",
          "Dps": "",
          "PoBox": "",
          "PostalCounty": "CLWYD"
        }
      }
    }
  ]
}
Depending on your chosen authentication method you will need to modify this request slightly:
API Key
https://webservices.data-8.co.uk/BusinessInformation/FindBusinesses.json?key=your-api-keyand do NOT include the
username or password properties in the request JSON document.
            Username and Password
https://webservices.data-8.co.uk/BusinessInformation/FindBusinesses.jsonand include
username and password properties in the request JSON document.Do not use for client-side requests!
JWT Token
https://webservices.data-8.co.uk/BusinessInformation/FindBusinesses.jsonInclude the JWT token in the request headers as:
Authorization: Bearer your-jwt-token| Parameter | Value | 
|---|---|
| Parameters | |
| number | number | 
| name | name | 
| address | address | 
| postcode | postcode | 
| telno | telno | 
| Common Options | |
| ApplicationName | 
            ApplicationName
         | 
| Service-Specific Options | |
| CleanAddresses | CleanAddresses | 
| IncludeNonLtd | IncludeNonLtd | 
| Country | Country | 
| ActiveOnly | ActiveOnly | 
| 
                Credits Remaining Today: 15 | |