List companies

List companies in registries based on search phrase

Input

User needs to provide search phrase. The search phrase should be detailed enough to find a specific company, results are limited up to 200 companies

AttributeTypeDescription

search

String

Search phrase (at least 3 characters)

Output

AttributeTypeDescription

status

String

The status of the company (Active/Stopped).

companyNumber

String

The company's registration number.

companyName

String

The name of the company.

address

String

The address of the company.

{
  "cbe": [
    {
      "status": "Active",
      "companyNumber": "0402.534.459",
      "companyName": "'Les Grands Voyages Floreffe-Car Cayer et Preud'Homme'",
      "address": "Rue Camille-Giroul 24, 5150 Floreffe"
    },
    {
      "status": "Active",
      "companyNumber": "0406.564.117",
      "companyName": "@VANTAGE 4 YOU",
      "address": "Kleinbeekweg 20, 2970 Schilde"
    },
    {
      "status": "Stopped",
      "companyNumber": "0413.604.139",
      "companyName": "A. et J. Car-Wash société de personnes a responsabilité limitée",
      "address": "Rue des Champs Elysées 18C, 1050 Ixelles"
    },
    {
      "status": "Stopped",
      "companyNumber": "0404.762.192",
      "companyName": "A.T.T. Cleaning Car Wash",
      "address": "Kaai 328 (Zesde Havendok) , 2000 Antwerpen"
    }
  ]
}

Last updated