Company Start and Advanced

FREE first 30 calls/month

  • Openapi Delivery : Immediate
  • Openapi starting from € 0,015 + vat

All Italian enterprises information such as CEM, Turnover, Employees, Shareholders available via API and in real time.

Company is designed for who wants information on Italian businesses in an immediate and up-to-date manner: business intelligence and B2B marketing companies, or simply all activities that need to verify the data of companies registered with the Chamber of Commerce.

Esempio Company Start and Advanced

The service provides with a single call and in real time all the master data of a company, activity information, components and economic data.

All data are available from one of the following parameters:

  • VAT number 
  • Tax Code
  • ID (internal company identifier)

1) Company Start
GET/IT-start/{vatCode_taxCode_or_id}

The Start Company service allows you to obtain all the master data of a company and check its activity status.

Through this you get the following data from the VAT number or company ID: 

  • Tax Code
  • Full company name
  • VAT No
  • Registered office (name, street, house number, address, city, county, province, postcode)
  • Activity status at the Italian Business Register (Active, Registered, Inactive, Suspended, Enrolled, Ceased)
  • Timestamp (internal use) 
  • Timestamp creation (date of company creation in database)
  • Timestamp last update (date of last company change)
  • Recipient code for electronic invoicing and timestamp of the data update
  • ID (internal company identifier)
  • GPS coordinates (longitude and latitude)
  • Chamber of Commerce registration date

The Company Start service is identified by the endpoint: GET https://company.openapi.com/IT-start/{vatCode_taxCode_or_id}

Data on new companies and the response are provided in real time.

EXAMPLE REQUEST GET Company Start

This is an example of a request for VAT number 12485671007:

https://company.openapi.com/IT-start/12485671007

 

EXAMPLE RESPONSE GET Company Advanced

This is an example of a response using the VAT number 12485671007:

{
  "data": {
    "cf": "12485671007",
    "denominazione": "ALTRAVIA SERVIZI SOCIETA' A RESPONSABILITA' LIMITATA",
    "piva": "12485671007",
    "toponimo": "VIALE",
    "via": "F TOMMASO MARINETTI",
    "civico": "221",
    "indirizzo": "VIALE F TOMMASO MARINETTI 221",
    "comune": "ROMA",
    "frazione":  null,
    "provincia": "RM",
    "stato_attivita": "ATTIVA",
    "timestamp": 1622452306,
    "timestamp_creation": 1622452306,
    "timestamp_last_update": 1622452306,
    "cap": "00143",
    "codice_destinatario": "MJ1OYNU",
    "timestamp_codice_destinatario": 1622452306,
    "id": "60b4a85585e34e615c569ef5"
    "gps": {
     "coordinates": [
       12.47843,
       41.8071
     ]
    }
   },
  "success": true,
  "message": "",
  "error": null
  }

 

Company is the solution implemented by dozens of ecommerce companies to optimise form filling/checkout times for business customers and eliminate any billing errors. After the business user has entered the VAT number, the remaining billing fields are automatically filled in the checkout form.

2) Company Advanced 
GET/IT-advanced/{vatCode_taxCode_or_id}

This is the most comprehensive dataset of company information and allows you, starting again from the VAT number/Tax code or company ID parameter, to obtain all the information about a company that you can already find in Start Company plus additional information such as REA code, Chamber of Commerce, Ateco Code and Description, Turnover, Profit and Employees.

Enterprises Advance VAT Number, in addition to the information in the Start, includes:

  • PEC Address and Digital Domicile
  • REA code
  • Chamber of Commerce (CCIAA) of Registration
  • Legal Nature Code
  • ATECO (Economic Activity) Code and Description
  • Share Capital
  • Closing Date Balance Sheet Last years
  • Turnover Last years
  • Profit Last years
  • Employees 
  • Shareholders (Name and Surname / Name and share of shareholders holding 10% or more)*
  • Membership in a VAT group
  • Company status with the Italian Internal Revenue Service and timestamp of the data update

Company Advanced is identified by the endpoint: GET https://company.openapi.com/IT-advanced/{piva_cf_or_id}

The response is real-time.

SAMPLE REQUEST GET Company Advanced

This is an example of a request for VAT number 12485671007:

https://company.openapi.com/IT-advanced/12485671007

 

SAMPLE RESPONSE GET Company Advanced

This is an example of the response using the VAT number 12485671007 as a parameter:

{
  "data": {
    "taxCode": "12485671007",
    "companyName": "OPENAPI S.R.L.",
    "vatCode": "12485671007",
    "address":{
      "registeredOffice": {
        "toponym": "VIALE",
        "street": "F TOMMASO MARINETTI",
        "streetNumber": "221",
        "streetName": "VIALE F TOMMASO MARINETTI 221",
        "town": "ROMA",
        "hamlet":  null,
        "province": "RM",
        "zipCode": "00143",
        "gps": {
          "coordinates": [
          12.47843,
          41.8071
        ]
      },
      "townCode": "H501",
    }
  },
  "activityStatus": "ATTIVA",
  "reaCode": "1378273",
  "cciaa": "RM",
  "atecoClassification": {
    "ateco": {
      "code":"6201",
      "description": "Produzione di software non connesso all'edizione"
      }
    },
  "detailedLegalForm": {
     "code": "SR",
     "description": "SOCIETÀ PER AZIONI",
  },
  "startDate": "2013-10-20",
  "registrationDate": "2013-10-20",
  "endDate": null,
  "pec": "[email protected]",
  "cessata":  false,
  "taxCodeCeased":  1622452306,
  "taxCodeCeasedTimestamp":  1622452306,
  gruppo_iva": {
	  "vatGroupParticipation": false,
	  "isVatGroupLeader": false,
	  "registryOk": true
  },
  "sdiCode": "MJ1OYNU",
  "sdiCodeTimestamp": 1624358855,
  "lastUpdateTimestamp": 1676878023,
  "balanceSheets": {
    "last": {
      "year": 2022,
      "employees": 14,
      "balanceSheetDate": 2022-12-31,
      "turnover": 4043407,
      "netWort": 166491,
      "shareCapital": 50000
    },
    "all":[
      {
       "year": 2024,
       "employees": 15,
       "balanceSheetDate": null,
       "turnover": null,
       "netWort": null,
       "shareCapital": 50000
    },
    {
       "year": 2023,
       "employees": 15,
       "balanceSheetDate": null,
       "turnover": null,
       "netWort": null,
       "shareCapital": 50000
    },
    {
       "year": 2022,
       "employees": 14,
       "balanceSheetDate": 2022-12-31,
       "turnover": 4043407,
       "netWort": 166491,
       "shareCapital": 50000
    },
    {
       "year": 2021,
       "employees": 15,
       "balanceSheetDate": 2021-12-31,
       "turnover": 4432761,
       "netWort": 469366,
       "shareCapital": 50000
    }
   ]
  },
  "shareholders": [
    {
      "companyName": "OPEN HOLDING S.R.L.",
      "name":null,
      "surname"null,
      "taxCode"16935371001,
      "percentShare": "100"
    }
  ],  
  "id": "60b4a85585e34e615c569ef5"
  }
 ],
 "success":  true,
 "message": "",
 "error":  null
 }

 

Many business intelligence companies use this to get details about a company.

Our prices

Price list for single API calls

  • Check Company Base € 0,05 + vat
  • Check Company Advance VAT € 0,10 + vat
  • Updates € 0,00 + vat

Subscribe and save

  • GET IMPRESA BASE
  • 1.000 API calls/month (pay monthly) € 0,04 + vat
  • 1.000 API calls/month (pay annually) € 0,03 + vat
  • 5.000 API calls/month (pay annually) € 0,025 + vat
  • 10.000 API calls/month (pay annually) € 0,02 + vat
  • 75.000 API calls/year (pay annually) € 0,025 + vat
  • 150.000 API calls/year (pay annually) € 0,02 + vat
  • 500.000 API calls/year (pay annually) € 0,015 + vat
  • GET IMPRESA ADVANCE P. IVA
  • 1.000 API calls/month (pay monthly) € 0,08 + vat
  • 1.000 API calls/month (pay annually) € 0,06 + vat
  • 5.000 API calls/month (pay monthly) € 0,07 + vat
  • 5.000 API calls/month (pay annually) € 0,05 + vat
  • 10.000 API calls/month (pay monthly) € 0,05 + vat
  • 10.000 API calls/month (pay annually) € 0,04 + vat
  • 30.000 API calls/years (pay annually) € 0,07 + vat
  • 75.000 API calls/years (pay annually) € 0,05 + vat
  • 150.000 API calls/year (pay annually) € 0,04 + vat
  • 500.000 API calls/year (pay annually) € 0,03 + vat