Actions30
- Company Actions
- Company (Related) Actions
- Data (Advanced) Actions
- Enrich Actions
- Live Web RAG Actions
- LLM Template Actions
- Other Data Actions
- Validation & Cleansing Actions
Overview
This node interacts with the Bedrijfsdata API to retrieve various types of data related to companies, addresses, and other miscellaneous information. Specifically, for the "Other Data" resource with the "Get Property Information" operation, it fetches property-related details by querying the API using either a company ID or a Dutch address identifier.
Typical use cases include:
- Enriching company records with detailed property information.
- Validating or retrieving property data based on known company IDs or specific Dutch addresses.
- Integrating property data into workflows that require location or real estate insights linked to companies.
For example, you might input a Dutch address in the format NL1234AB-150 to get detailed property information associated with that address, or provide a company’s unique Bedrijfsdata.nl ID to retrieve its property details.
Properties
| Name | Meaning |
|---|---|
| Bedrijfsdata.nl ID | (Optional) The unique identifier of a company in the Bedrijfsdata.nl system. Used to search for property information linked to this company. |
| Address ID | (Optional) A Dutch address identifier formatted as NL{postcode}-{house number}, e.g., NL1234AB-150. Used to search for property information by 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 via an API key credential configured in n8n.
- The node makes HTTP GET requests to the endpoint
/propertyon the Bedrijfsdata API base URL (https://api.bedrijfsdata.nl/v1.2). - Proper network access and valid credentials are necessary for successful API communication.
Troubleshooting
- Empty or missing results: Ensure that either a valid Bedrijfsdata.nl company ID or a correctly formatted Dutch address ID is provided. Both fields are optional but at least one must be specified to retrieve meaningful data.
- Invalid address format: The address ID must follow the pattern
NL{postcode}-{house number}(e.g.,NL1234AB-150). Incorrect formatting will likely cause the API to return errors or no data. - Authentication errors: Verify that the API key credential is correctly set up and has sufficient permissions.
- API request failures: Network issues or API downtime can cause errors. Check connectivity and retry later if needed.
- Error messages from the node: These typically indicate problems with the API request or response. Review the error details and confirm input parameters and credentials.
Links and References
- Bedrijfsdata API Documentation (general reference for API endpoints and usage)
- Dutch Address Format Explanation (for understanding the required address ID format)