Targetare.ro icon

Targetare.ro

Get data from Targetare.ro API

Overview

This node interacts with the Targetare.ro API to retrieve information about companies based on their CUI (tax identification number). Specifically, the 'Get Company Administrators by CUI' operation fetches the list of administrators for a given company identified by its CUI. This is useful for scenarios where users need to obtain detailed administrative data about a company, such as for compliance checks, business analysis, or due diligence.

Use Case Examples

  1. A user inputs a company's CUI to get a list of its administrators for verification purposes.
  2. A business analyst retrieves company administrators to understand the management structure of potential partners.

Properties

Name Meaning
CUI The unique tax identification number of the company to look up.
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout duration.

Output

JSON

  • administrators - Array of company administrators retrieved from the API for the specified CUI.

Dependencies

  • Requires an API key credential for Targetare.ro API authentication.

Troubleshooting

  • Common issues include invalid or missing CUI input, resulting in no data or errors from the API.
  • SSL certificate validation errors can occur if the target server's certificate is invalid; this can be bypassed by enabling the 'Ignore SSL Issues' option, though it reduces security.
  • Timeout errors may happen if the server is slow to respond; increasing the timeout setting can help.
  • Proxy misconfiguration can prevent successful API requests; ensure proxy settings are correct if used.

Links

Discussion