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
- Ensure you have an Ahrefs API key.
- Create a new Ahrefs source in the UI.
- Enter your API key (see Authentication below).
- 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
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | Yes | Your 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).