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 web pages. Specifically, the "Get Page Backlinks" operation fetches backlinks pointing to a specified page URL. This is useful for SEO professionals and digital marketers who want to analyze the backlink profile of individual pages to understand their link-building status, identify potential link sources, or monitor competitors.

Practical examples include:

  • Retrieving the top backlinks to a product page to evaluate its authority.
  • Monitoring backlinks gained or lost over time for a blog post.
  • Analyzing backlinks to competitor pages to inform outreach strategies.

Properties

Name Meaning
Page URL The full URL of the page for which backlinks are to be retrieved (e.g., https://example.com/page).
Number of Backlinks Maximum number of backlinks to retrieve for the specified page.

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 page. This includes details about each backlink such as source URL, anchor text, and other backlink metrics as provided by the API.

No binary data output is produced by this node.

Dependencies

  • Requires an active connection to the Keywords Everywhere API via an API key credential configured in n8n.
  • The node uses HTTP GET requests to the API endpoint defined by the credential's base URL.
  • Proper API credentials must be set up in n8n before using this node.

Troubleshooting

  • No credentials got returned!
    This error occurs if the node cannot find or access the required API authentication token. Ensure that the API key credential for the Keywords Everywhere API is correctly configured and assigned to the node.

  • API Request Failures
    If the API returns errors or empty data, verify that the provided page URL is valid and publicly accessible. Also, check that the API key has sufficient permissions and quota.

  • Unexpected Output Structure
    Since the node directly passes through the API response, any changes in the external API's response format may affect downstream processing. Confirm the API documentation if issues arise.

Links and References

Discussion