Bedrijfsdata icon

Bedrijfsdata

Get data from the Bedrijfsdata API.

Overview

The "Get Website Performance" operation of the Bedrijfsdata node retrieves data about a company's website performance and popularity ranking. This includes metrics that help evaluate how well a website is performing in terms of traffic, ranking, and possibly other SEO-related indicators.

This node is beneficial for digital marketers, SEO specialists, competitive analysts, or business intelligence professionals who want to monitor or analyze the online presence and effectiveness of company websites. For example, you could use it to track the popularity trends of your own company’s website or compare it against competitors.

Properties

Name Meaning
Bedrijfsdata.nl ID (Optional) Search by the unique Bedrijfsdata.nl company ID to get website performance data for a specific company.
Domain Name (Optional) Search by domain name to retrieve website performance data for that domain.

Note: You can provide either the company ID or the domain name as input to specify which website's performance data to fetch.

Output

The node outputs JSON data containing detailed information about the website's performance and popularity ranking. The exact structure depends on the API response from the /siterank endpoint but typically includes metrics such as traffic rank, visitor statistics, and other relevant website analytics.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for the Bedrijfsdata API.
  • The node makes HTTP GET requests to the Bedrijfsdata API base URL https://api.bedrijfsdata.nl/v1.2.
  • Proper configuration of the API key credential within n8n is necessary for authentication.

Troubleshooting

  • Missing or invalid API key: Ensure that the API key credential is correctly set up and valid.
  • Empty or incorrect input parameters: If neither the company ID nor the domain name is provided, the API request may fail or return no data. Provide at least one identifier.
  • API rate limits or downtime: The Bedrijfsdata API might throttle requests or be temporarily unavailable; handle such errors gracefully.
  • Unexpected API responses: If the API returns unexpected data or errors, verify the input parameters and check the API status.

Common error messages may include:

  • "Failed to fetch cities" or similar messages if related endpoints are used incorrectly.
  • Network or authentication errors indicating issues with connectivity or credentials.

Links and References

Discussion