Bedrijfsdata icon

Bedrijfsdata

Get data from the Bedrijfsdata API.

Overview

This node integrates with the Bedrijfsdata API to retrieve various types of data related to companies, validation services, and miscellaneous other data. Specifically, for the Other Data resource with the Get Web Rankings operation, it fetches global web ranking metrics from sources such as Majestic, CRUX, CloudFlare, and DomCop for a specified domain.

This node is useful when you want to enrich your workflows with website popularity and ranking information, which can be valuable for digital marketing analysis, competitive research, SEO audits, or monitoring online presence.

Example use case:
You provide a domain name (e.g., "example.com") as input, and the node returns detailed web ranking statistics that help assess the domain's authority and traffic metrics across multiple ranking platforms.

Properties

Name Meaning
Domain Name (Required) The domain to retrieve web rankings for. Example: "example.com"

Output

The node outputs JSON data containing the web ranking information for the specified domain. This includes global rankings and metrics sourced from services like Majestic, CRUX, CloudFlare, and DomCop. The exact structure depends on the API response but generally includes ranking scores, traffic estimates, and other relevant statistics.

No binary data output is indicated for this operation.

Dependencies

  • Requires an active connection to the Bedrijfsdata API.
  • Requires an API key credential configured in n8n for authentication with the Bedrijfsdata service.
  • Network access to https://api.bedrijfsdata.nl/v1.2 is necessary.

Troubleshooting

  • Missing or invalid domain input: The domain property is required. Ensure it is provided and correctly formatted.
  • API request failures: Errors may occur due to network issues, invalid API credentials, or exceeding rate limits. Check your API key validity and network connectivity.
  • Unexpected API responses: If the API returns unexpected data or errors, verify the domain exists and is reachable. Also, consult the Bedrijfsdata API documentation for any changes.
  • Error messages: The node may throw errors indicating failure to fetch data or invalid parameters. Review the error message details and adjust inputs accordingly.

Links and References

Discussion