Keywords Everywhere API icon

Keywords Everywhere API

Interact with Keyword Engine API

Overview

This node integrates with the Keywords Everywhere API to retrieve backlink data related to domains or pages. Specifically, for the "Get Domain Backlinks" operation under the "Backlink Data" resource, it fetches backlinks pointing to a specified domain. This is useful for SEO professionals and digital marketers who want to analyze the backlink profile of a website to understand its link-building status, identify potential link opportunities, or monitor competitors.

Practical examples include:

  • Retrieving the top backlinks for "example.com" to evaluate the quality and quantity of inbound links.
  • Limiting the number of backlinks retrieved to focus on the most relevant or recent ones.

Properties

Name Meaning
Domain The domain name for which backlinks are to be retrieved (e.g., example.com).
Number of Backlinks Maximum number of backlinks to retrieve.

Output

The node outputs an array of JSON objects, each containing:

  • status: A string indicating the request status, typically "success" if the API call was successful.
  • data: The actual backlink data returned by the Keywords Everywhere API for the requested domain. This includes detailed backlink information as provided by the external service.

No binary data output is produced by this node.

Dependencies

  • Requires an active connection to the Keywords Everywhere API via an API key credential.
  • The node expects the API base URL and authentication details to be configured in the credentials.
  • Internet access is necessary to make HTTP requests to the external API.

Troubleshooting

  • No credentials got returned!
    This error occurs if the node cannot find or access the required API key credential. Ensure that the API key credential is properly set up and linked to the node.

  • HTTP request failures or empty data:
    Could be caused by invalid domain input, exceeding API rate limits, or network issues. Verify the domain format, check API usage quotas, and ensure stable internet connectivity.

  • Unexpected response structure:
    If the API changes its response format, the node might not parse data correctly. Check for updates to the node or API documentation.

Links and References

Discussion