Bedrijfsdata icon

Bedrijfsdata

Get data from the Bedrijfsdata API.

Overview

This node integrates with the Bedrijfsdata API to retrieve various types of miscellaneous data related to domains and web rankings. Specifically, the "Get Web Rankings" operation under the "Other Data" resource fetches global website ranking metrics from sources such as Majestic, CRUX, CloudFlare, and DomCop for a given domain name.

Use cases include:

  • Monitoring the online presence and authority of a website.
  • Competitive analysis by comparing web rankings across multiple domains.
  • SEO and digital marketing insights based on authoritative ranking data.

For example, you can input a domain like example.com to get its global web ranking scores and metrics from multiple ranking providers.

Properties

Name Meaning
Domain Name (Required) The domain name to retrieve web ranking data for, e.g., example.com.

Output

The node outputs JSON data containing the web ranking information for the specified domain. This typically includes ranking scores and metrics from various global ranking services such as Majestic, CRUX, CloudFlare, and DomCop.

The exact structure depends on the API response but generally provides an object with ranking values keyed by the ranking service names.

No binary data output is involved in this operation.

Dependencies

  • Requires an active connection to the Bedrijfsdata API.
  • Requires an API authentication credential configured in n8n (an API key or token).
  • Network access to https://api.bedrijfsdata.nl/v1.2.

Troubleshooting

  • Missing or invalid domain: Ensure the "Domain Name" property is provided and correctly formatted.
  • API errors: If the API returns an error, check your API credentials and network connectivity.
  • Unexpected API response: The node expects a structured response; if the API changes, the node might fail to parse results.
  • Rate limits: The Bedrijfsdata API may enforce rate limits; hitting these will cause errors until reset.

Common error messages:

  • "Failed to fetch cities: ..." — unrelated here but indicates API request failure patterns.
  • General API request errors usually indicate credential issues or network problems.

Links and References


Note: The summary is based solely on static code analysis and the provided property definitions.

Discussion