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
The node integrates with the Bedrijfsdata API to retrieve detailed company information based on a unique company identifier. Specifically, the "Company" resource with the "Get" operation fetches a single company's profile using its Bedrijfsdata.nl ID. This is useful for workflows that require up-to-date company data such as credit usage, registration details, or other business insights.
Common scenarios include:
- Enriching CRM records with verified company data.
- Automating due diligence by fetching official company profiles.
- Integrating company data into reporting or analytics pipelines.
Example: Given a Bedrijfsdata.nl ID, the node retrieves the corresponding company profile, optionally including detailed financial and credit information if requested.
Properties
| Name | Meaning |
|---|---|
| Bedrijfsdata.nl ID | The unique identifier of the company in the Bedrijfsdata.nl system. Required to specify which company to retrieve. |
| Detailed Output | Boolean flag indicating whether to include additional detailed information such as credit usage. When enabled, the output requires further parsing to process the company data. |
Output
The node outputs JSON data representing the company profile retrieved from the Bedrijfsdata API. The structure includes standard company fields such as name, address, registration details, and optionally detailed financial or credit information if the "Detailed Output" property is enabled.
If detailed output is requested, the response may contain nested or complex data structures requiring additional parsing downstream.
No binary data output is produced by this operation.
Dependencies
- Requires an active connection to the Bedrijfsdata API via an API key credential configured in n8n.
- Network access to
https://api.bedrijfsdata.nl/v1.2is necessary. - No additional environment variables are required beyond the API authentication setup.
Troubleshooting
- Missing or invalid Bedrijfsdata.nl ID: The node requires a valid company ID; ensure the input is correct and not empty.
- API authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
- Unexpected API responses: If the API returns errors or unexpected data, check the network connectivity and API status.
- Parsing detailed output: When "Detailed Output" is enabled, the returned data may be complex; ensure your workflow handles nested JSON appropriately.
- Rate limiting: The Bedrijfsdata API may enforce rate limits; consider adding delays or error handling for HTTP 429 responses.