Skip to main content

Ahrefs (Source)

Overview

The Ahrefs source connector is currently in development.

At this time, the connector supports:

  • Authentication / credential validation (verifies your API key against the Ahrefs API)

The connector does not yet support:

  • Discovering a catalog (no streams are exposed yet)
  • Extracting/syncing data (runs will fail with an “in development” error)

Setup

  1. Ensure you have an Ahrefs API key.
  2. Create a new Ahrefs source in the UI.
  3. Enter your API key (see Authentication below).
  4. Save and test the connection.

Authentication

This connector authenticates using an API key sent as a Bearer token.

During connection testing, the connector validates credentials by calling:

  • GET https://api.ahrefs.com/v3/account

If validation fails, you’ll see an error indicating that Ahrefs credential validation failed.

Configuration

FieldTypeRequiredDescription
api_keystringYesYour Ahrefs API key. Used as a Bearer token for API requests.

Streams

No streams are currently available. The connector does not yet return a catalog or support extraction.

Limitations

  • Sync/extraction is not implemented yet and will fail if run.
  • Catalog discovery is not implemented yet, so no selectable streams are available.

Changelog

  • Initial connector scaffold added (authentication validation only).