Targetare.ro icon

Targetare.ro

Get data from Targetare.ro API

Overview

This node integrates with the Targetare.ro API to retrieve company data based on a company's unique identifier (CUI). It supports fetching detailed company information such as general company data, financials, phone numbers, emails, administrators, and websites by specifying the CUI. This node is useful for scenarios where users need to enrich workflows with company data for verification, reporting, or data analysis purposes.

Use Case Examples

  1. Retrieve a company's general information by providing its CUI.
  2. Fetch financial details of a company using its CUI for financial analysis.
  3. Obtain contact details like phone numbers and emails of a company by its CUI.

Properties

Name Meaning
CUI The unique company identifier (CUI) used to look up the company in the Targetare.ro database. This is a required string input.
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and request timeout.

Output

JSON

  • id - Unique identifier of the company.
  • name - Name of the company.
  • taxId - The company's unique tax identification number (CUI).
  • address - Registered address of the company.
  • financial - Financial information of the company (if requested).
  • phones - List of phone numbers associated with the company (if requested).
  • emails - List of email addresses associated with the company (if requested).
  • administrators - Details of company administrators (if requested).
  • websites - List of websites associated with the company (if requested).

Dependencies

  • Targetare.ro API

Troubleshooting

  • Ensure the provided CUI is valid and correctly formatted; invalid CUIs will result in errors or empty responses.
  • If SSL certificate validation is enabled, requests may fail if the server's SSL certificate is invalid or untrusted; consider enabling 'Ignore SSL Issues' for testing.
  • Proxy settings must be correctly configured if used; incorrect proxy URLs or credentials will cause request failures.
  • Timeouts can occur if the server is slow to respond; increase the timeout setting if necessary.

Links

Discussion