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 operation retrieves companies that share the same registered address as a specified company, identified by its Bedrijfsdata.nl ID. It is useful for discovering related businesses or entities located at the same physical address, which can be valuable for market research, competitive analysis, or verifying business relationships.
Practical examples:
- A user wants to find all companies registered at the same office building as a known client.
- Investigating potential subsidiaries or branches sharing an address.
- Checking for multiple businesses operating from a single location for compliance or due diligence.
Properties
| Name | Meaning |
|---|---|
| Bedrijfsdata.nl ID | The unique identifier of the specific company in the Bedrijfsdata.nl database to find shared addresses. |
| Max. Number of Results | The maximum number of company profiles to return (default is 10). |
| Detailed Output | Whether to include additional details such as total companies found and credit usage. If enabled, output is a single item instead of an array. |
Output
The node outputs JSON data containing company profiles registered at the same address as the specified company. By default, it returns an array of company items, each representing a company profile.
If "Detailed Output" is enabled, the output changes to a single JSON object including metadata like the total number of companies found and credit usage information, rather than an array of companies.
No binary data output is involved.
Dependencies
- Requires an API key credential for authenticating with the Bedrijfsdata.nl API.
- The node makes HTTP GET requests to the
/shared_addressendpoint of the Bedrijfsdata.nl API. - The base URL used is
https://api.bedrijfsdata.nl/v1.2. - No additional external dependencies are required.
Troubleshooting
- Missing or invalid Bedrijfsdata.nl ID: The node requires a valid company ID; ensure this is provided and correct.
- API authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
- Empty results: If no companies are returned, confirm that the specified company ID exists and that other companies share its address.
- Unexpected API responses: Network issues or API changes may cause errors; check connectivity and consult Bedrijfsdata.nl API status.
- Detailed Output enabled but expecting array: Enabling detailed output changes the response format to a single object; adjust downstream processing accordingly.
Links and References
- Bedrijfsdata.nl API Documentation (general reference for API endpoints and parameters)
- n8n documentation on HTTP Request Node for understanding how API calls are made within nodes