Bedrijfsdata icon

Bedrijfsdata

Get data from the Bedrijfsdata API.

Overview

The node interacts with the Bedrijfsdata API to retrieve various types of data related to companies, validation, enrichment, and other miscellaneous information. Specifically, for the Other Data resource with the Get Property Information operation, it fetches property-related information based on either a company’s Bedrijfsdata.nl ID or a Dutch address.

This node is useful when you want to enrich your workflows with detailed property data linked to companies or specific addresses in the Netherlands. For example, you might use it to verify property details associated with a business or to gather location-specific insights for real estate or logistics applications.

Properties

Name Meaning
Bedrijfsdata.nl ID (Optional) Search by the unique Bedrijfsdata.nl identifier of a specific company.
Address ID (Optional) Search by a Dutch address formatted as NL{postcode}-{house number}, e.g., NL1234AB-150.

These properties allow you to specify the target for the property information query either by company ID or by a precise Dutch address.

Output

The node outputs JSON data containing the property information retrieved from the Bedrijfsdata API. The exact structure depends on the API response but generally includes detailed attributes about the property linked to the provided company ID or address.

No binary data output is indicated for this operation.

Dependencies

  • Requires an active connection to the Bedrijfsdata API.
  • Requires an API key credential configured in n8n for authentication.
  • The base URL used for requests is https://api.bedrijfsdata.nl/v1.2.
  • The node sends a GET request to the /property endpoint with query parameters based on input properties.

Troubleshooting

  • Empty or missing results: Ensure that either a valid Bedrijfsdata.nl ID or a correctly formatted Dutch address is provided. The address must follow the format NL{postcode}-{house number}.
  • API errors: If the API returns an error, check that your API key is valid and has sufficient permissions.
  • Invalid address format: Using an incorrect address format will likely result in no data or an error. Confirm the postcode and house number are correct and formatted as specified.
  • Network issues: Verify network connectivity to the Bedrijfsdata API endpoint.

Links and References


If you need further details on other operations or resources, feel free to ask!

Discussion