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 can include metrics such as site traffic, ranking scores, or other indicators that reflect how well a website is performing on the internet.

This node is beneficial for marketing analysts, SEO specialists, or business intelligence professionals who want to monitor or compare the online presence of companies. For example, you could use it to track competitors' website rankings or assess the effectiveness of your own company's digital marketing efforts.

Practical examples:

  • Fetching the website performance data of a specific company by its domain name.
  • Comparing website popularity between multiple companies using their unique IDs or domains.
  • Integrating website ranking data into reports or dashboards for ongoing monitoring.

Properties

Name Meaning
Bedrijfsdata.nl ID (Optional) The unique identifier of a company in the Bedrijfsdata system to search by.
Domain Name (Optional) The domain name of the company's website to search by.

Only one of these properties needs to be provided to query the website performance data. If both are provided, the node will use them accordingly in the API request query parameters.

Output

The node outputs JSON data containing the website performance and popularity ranking information returned from the Bedrijfsdata API's /siterank endpoint.

The exact structure depends on the API response but typically includes metrics related to website traffic, ranking scores, and possibly other performance indicators.

No binary data output is involved in this operation.

Dependencies

  • Requires an API key credential for authenticating with the Bedrijfsdata API.
  • The node makes HTTP GET requests to the Bedrijfsdata API base URL https://api.bedrijfsdata.nl/v1.2.
  • Proper network access to the API endpoint is necessary.

Troubleshooting

  • Missing or invalid API credentials: Ensure that a valid API key credential is configured in n8n for this node.
  • Empty or incorrect input properties: Provide either a valid Bedrijfsdata.nl company ID or a domain name; otherwise, the API may return no results or errors.
  • 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 error messages, verify the correctness of input parameters and check the API documentation for any changes.

Common error messages may include authentication failures, invalid query parameters, or network timeouts. Resolving these usually involves checking credentials, input values, and network connectivity.

Links and References

Discussion