Targetare.ro icon

Targetare.ro

Get data from Targetare.ro API

Overview

This node interacts with the Targetare.ro API to retrieve company data based on their registration date. It is useful for scenarios where users need to fetch a list of companies registered on a specific date, such as for market research, compliance checks, or business intelligence. For example, a user can input a registration date and optionally a page number to paginate through results, enabling efficient data retrieval from the Targetare.ro database.

Use Case Examples

  1. Fetch all companies registered on 2023-01-01 to analyze new market entrants.
  2. Retrieve companies registered on a specific date to verify compliance or eligibility for a program.

Properties

Name Meaning
Registration Date The date on which the company was registered, formatted as YYYY-MM-DD. This is a required input to filter companies by their registration date.
Page The page number for paginated results, allowing users to navigate through multiple pages of company data. This is optional and defaults to 1.
Request Options Additional settings for the request such as batching (to split input into batches and throttle requests), ignoring SSL issues, using a proxy, and setting a timeout for the request.

Output

JSON

  • data - The main response containing the list of companies registered on the specified date.
  • pagination
    • page - The current page number of the paginated results.
    • totalPages - The total number of pages available for the query.

Dependencies

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

Troubleshooting

  • Ensure the registration date is provided in the correct YYYY-MM-DD format; otherwise, the API may reject the request.
  • If pagination is used, verify the page number is a positive integer to avoid invalid queries.
  • If SSL errors occur, consider enabling the 'Ignore SSL Issues' option, especially in development or with self-signed certificates.
  • Check proxy settings if requests fail due to network restrictions or firewall rules.
  • Timeout errors may occur if the server is slow or unresponsive; increase the timeout setting if needed.

Links

Discussion