Ahrefs
Use Ahrefs API v3 for SEO metrics, keyword research, backlinks, and site analytics.
ahrefsv1.0.05 tools
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| API Key | api_key | available | — |
| OAuth 2.0 (Ahrefs Connect) | oauth2 | available | — |
Call a tool
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "AHREFS_KEYWORDS_EXPLORER_OVERVIEW", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("AHREFS_KEYWORDS_EXPLORER_OVERVIEW", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute AHREFS_KEYWORDS_EXPLORER_OVERVIEW --data '{ }'Tool catalog
Available tools
5 callable operations
Get keyword metrics overviewAHREFS_KEYWORDS_EXPLORER_OVERVIEWReturns keyword metrics such as volume, difficulty, CPC, clicks, and intent.Connection
Returns keyword metrics such as volume, difficulty, CPC, clicks, and intent.
Authentication
Connected account requiredTags
keywords-explorer
Get Ahrefs domain ratingAHREFS_SITE_EXPLORER_DOMAIN_RATINGReturns Ahrefs Rank and Domain Rating for a domain or URL.Connection
Returns Ahrefs Rank and Domain Rating for a domain or URL.
Authentication
Connected account requiredTags
site-explorer
List organic keywordsAHREFS_SITE_EXPLORER_ORGANIC_KEYWORDSReturns organic search keywords that a target ranks for.Connection
Returns organic search keywords that a target ranks for.
Authentication
Connected account requiredTags
site-explorer
List top pages by organic trafficAHREFS_SITE_EXPLORER_TOP_PAGESReturns top pages for a target based on organic search performance.Connection
Returns top pages for a target based on organic search performance.
Authentication
Connected account requiredTags
site-explorer
Get API limits and usageAHREFS_SUBSCRIPTION_LIMITS_AND_USAGEReturns Ahrefs API subscription limits and usage information.Connection
Returns Ahrefs API subscription limits and usage information.
Authentication
Connected account requiredTags
subscription