Targetare.ro icon

Targetare.ro

Get data from Targetare.ro API

Overview

This node integrates with the Targetare.ro API to retrieve phone numbers associated with a company identified by its CUI (tax identification number). It is useful for scenarios where users need to obtain contact phone details of companies for business, verification, or data enrichment purposes. For example, a user can input a company's CUI to fetch all registered phone numbers of that company.

Use Case Examples

  1. A sales team uses the node to gather phone contacts of potential client companies by their CUI for outreach campaigns.
  2. A compliance officer verifies company contact details by retrieving phone numbers linked to a company's CUI.

Properties

Name Meaning
CUI The unique tax identification number (CUI) of the company to look up phone numbers for.
Request Options Additional settings to control request behavior such as batching, SSL certificate validation, proxy usage, and request timeout.

Output

JSON

  • phones - Array of phone numbers associated with the company identified by the provided 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 if the target server's certificate is invalid or untrusted; can be bypassed by enabling 'Ignore SSL Issues'.
  • Timeout errors if the server does not respond within the specified timeout period; increasing the timeout may help.
  • Proxy misconfiguration can cause request failures; ensure proxy URL and credentials are correct.

Links

Discussion