From: €0.095 + VAT
The Marketing service belongs to API Company and is designed for all companies that want to access certified and detailed data for communications, analysis, and marketing activities.
The Marketing Company service is part of the Company API and is designed for all companies looking to access certified and detailed data for communication, analysis, and marketing activities.
With just the VAT number, the Marketing Company service allows you to obtain over 300 enriched pieces of information about the company's characteristics and classifications, as well as contact details, within minutes.
Information such as the following can be obtained:
The reference endpoint is https://company.openapi.com/IT-marketing/{vatCode_or_taxCode}
The Marketing Company service is currently available in both synchronous and asynchronous modes.
During periods of high traffic, official data sources may experience delays in response times; therefore, if not necessary, we suggest implementing the POST method.
This method allows setting a callback URL, thereby eliminating the need to check the status and leveraging the opportunity provided by our system to receive proactive notification upon request completion.
POST/IT-marketing
This is an example of a request where the VAT number parameter was used: 12485671007
https://company.openapi.com/IT-marketing/12485671007
As mentioned earlier, using the POST method and thus the asynchronous service, you can also set a callback via the payload:
{
"callback": {
"url": "https://your_domain.it/your_callback.php",
"method": "JSON",
"headers": {
"session_id": "oiwejdf89453urf945jfg"
}
}
POST/IT-marketing
The response will include the request ID and status
{
"callback": {
"data": {
"state": "PENDING",
"id": "66a8ed9b82cf2ae627012068"
},
"success": true,
"message": "",
"error": null
}
You can check the status of the request at any time via the endpoint /IT-check_id/{id}. If a callback is set, the system will notify directly when the response is available.
GET /IT-check_id/{id}
https://company.openapi.com/IT-check_id/66a8ed9b82cf2ae627012068
GET /IT-check_id/{id}
If the request status is completed, meaning it is in done, the response will include all data:
This is an example of a response for the VAT number parameter: 12485671007
{
"data": {
"pec": "[email protected]",
"companyDetails": {
"vatCode": "12485671007",
"taxCode": "12485671007",
"lastUpdateDate": "2023-03-08T11:25:08.0331456Z",
"cciaa": "RM",
"reaCode": "1378273",
"companyName": "OPENAPI SPA",
"officeType": {
"code": "SSL",
"description": "Administrative headquarter and registered office"
},
"openapiNumber": "IT93E20F0DS0001"
},
"companyStatus": {
"activityStatus": {
"code": "A",
"description": "Enable"
}
},
"address": {
"streetName": "VIALE FILIPPO TOMMASO MARINETTI, 221",
"zipCode": "00143",
"town": "ROMA",
"province": {
"code": "RM",
"description": "ROMA"
},
"region": {
"code": "12",
"description": "LAZIO"
},
"country": {
"code": "IT",
"description": "Italia"
}
},
"branches": {
"numberOfBranches": 1
},
"atecoClassification": {
"ateco": {
"code": "6201",
"description": "Production of software not related to editing"
},
"secondaryAteco": "6202"
},
"internationalClassification": {
"nace": {
"code": "6201",
"description": "Computer programming activities"
},
"primarySic": {
"code": "7372",
"description": "Computer programming & software services"
},
"secondarySic": "7392, 7374"
},
"ecofin": {
"balanceSheetDate": "2021-12-31T00:00:00",
"turnoverRange": {
"code": "TR7",
"description": "1000000 - 4999999"
},
"turnoverYear": 2021,
"turnover": 4432761,
"turnoverTrend": 5.74,
"shareCapital": 50000,
"netWorth": 563473,
"enterpriseSize": {
"code": "SMALL",
"description": "Small enterprise"
}
},
"employees": {
"employeeRange": {
"code": "ER4",
"description": "11 - 20"
},
"employee": 15,
"employeeTrend": 7.14
},
"employeesStatistic": {
"permanentContract": 100,
"partialTimeContract": 20,
"fullTimeContract": 80,
"whiteCollar": 100
},
"innovativeSmeAndSu": {
"isInnovativeStartUp": false,
"isInnovativeSme": false
},
"mail": {
"email": "[email protected]"
},
"contacts": {
"telephoneNumber": "0697276223;",
"fax": "0687420311"
},
"webAndSocial": {
"website": "www.openapi.com",
"hasSocial": true,
"facebook": "https://www.facebook.com/openapisrl",
"linkedin": "https://www.linkedin.com/company/openapi-srl/"
},
"corporateGroups": {
"belongsToGroup": true,
"groupName": "DE LUCIA - SCURIATTI",
"holdingCompanyName": "LUCA SCURIATTI",
"nationalParentCompany": {
"province": {
"code": "ND99",
"description": "N. A."
}
}
},
"allOffices": [
{
"companyDetails": {
"vatCode": "12485671007",
"taxCode": "12485671007",
"lastUpdateDate": "2024-05-11T20:43:21.2667304Z",
"cciaa": "RM",
"reaCode": "1378273",
"companyName": "OPENAPI SPA",
"officeType": {
"code": "SSL",
"description": "Administrative headquarter and registered office"
},
"openapiNumber": "IT93E20F0DS0001"
},
"companyStatus": {
"activityStatus": {
"code": "A",
"description": "Enable"
}
},
"address": {
"streetName": "VIALE FILIPPO TOMMASO MARINETTI, 221",
"zipCode": "00143",
"town": ROMA",
"province": {
"code": "RM",
"description": "ROMA"
},
"region": {
"code": "12",
"description": "LAZIO"
},
"country": {
"code": "IT",
"description": "Italia"
}
}
},
{
"companyDetails": {
"vatCode": "12485671007",
"taxCode": "12485671007",
"lastUpdateDate": "2024-05-11T20:43:21.2667304Z",
"cciaa": "TR",
"reaCode": "353472",
"companyName": "OPENAPI SPA",
"officeType": {
"code": "UL",
"description": "Local units"
},
"openapiNumber": "IT93E20F0DU8001"
},
"companyStatus": {
"activityStatus": {
"code": "A",
"description": "Enable"
}
},
"address": {
"streetName": "PIAZZA SAN GIOVANNI DECOLLATO, 6",
"zipCode": "05100",
"town": "TERNI",
"province": {
"code": "TR",
"description": "TERNI"
},
"region": {
"code": "10",
"description": "UMBRIA"
},
"country": {
"code": "IT",
"description": "Italia"
}
}
}
]
},
"success": true,
"message": "",
"error": null
}
As indicated, the Marketing Company service is also available in synchronous mode. The endpoint to use is /IT-marketing/{vatCode_or_taxCode}, but in this case, the method will be GET. The response will be returned on average within a few seconds.
During periods of high traffic, official data sources may experience delays in response times. During these peak load times or maintenance periods, we have implemented a 30-second timeout for synchronous requests. After the timeout, a unique ID is generated, allowing customers to request status updates and to receive the response when it becomes available via the dedicated endpoint GET company.openapi.com/IT-check_id
Marketing is used by companies looking to expand their customer portfolio. Some examples of companies that already use the marketing service are banks, insurance companies, telcos, travel agencies, IT, NGOs, and real estate.
Some data may not be available for all companies.
Through a dedicated endpoint, it is possible to enable a monitoring service for Company services, in order to receive notifications whenever updates occur regarding the company data of interest.
By configuring a callback, the system will automatically send a notification whenever changes are detected. The frequency of checks depends on the selected service; below are some examples:
The monitoring remains active for one year if the autorenew parameter is set to false
If the autorenew parameter is set to true, the service will be automatically renewed, provided that sufficient credit is available.
Do you need help?
Haven't found the answer you're looking for?
Fill in all the details, we will get back to you as soon as possible!
The Marketing Company service offers over 300 detailed pieces of information about Italian companies, useful for targeted marketing and communication activities. It allows for the identification of potential customers or business partners effectively and strategically.
The Marketing Company service supports all types of Italian businesses, regardless of their size or industry.
You can obtain information such as:
Yes, it is possible to activate a Company monitoring service through a dedicated endpoint, which allows you to automatically detect any updates to the company information of interest. By configuring a callback URL, the system sends an automatic notification whenever changes are detected, without the need for manual checks.
The frequency of checks depends on the monitored service:
Every 7 days for the following services: IT-aml, IT-marketing, IT-stakeholders, IT-full, IT-closed, IT-vatgroup, IT-sdicode
Every 30 days for the following services: IT-Start, IT-Advanced, IT-shareholders, IT-address, IT-pec, IT-name, IT-ubo, FR-Start, FR-Advanced, DE-Start, DE-Advanced, ES-Start, ES-Advanced, PT-Start, PT-Advanced, GB-start, GB-Advanced, BE-Start, BE-Advanced, AT-Start, AT-Advanced, CH-Start, CH-Advanced, PL-Start, PL-Advanced, WW-Start, WW-Advanced, WW-Top
The monitoring service has a duration of one year.
If the autorenew parameter is set to false, the service ends at the annual expiration; if set to true, the monitoring service is automatically renewed, provided that sufficient credit is available.
The Marketing Company service is designed for various professionals and organizations that need in-depth company data to optimize their marketing strategies and business development, including:
The information is provided via API within a few seconds to a few minutes.
You can opt for subscriptions that offer more convenient rates, starting at €0.095 + VAT per request. Subscriptions have usage limits that vary depending on the type of subscription chosen, ensuring greater flexibility based on needs. Alternatively, the cost for each individual request via recharge is €0.20 + VAT.