Open Connector
所有 Tools

Ahrefs

Use Ahrefs API v3 for SEO metrics, keyword research, backlinks, and site analytics.

ahrefsv1.0.05 个 Tools

认证方式

方式底层类型状态说明
API Keyapi_keyavailable
OAuth 2.0 (Ahrefs Connect)oauth2available

调用示例

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 目录

可用 Tools

5 个可调用操作

Get keyword metrics overviewAHREFS_KEYWORDS_EXPLORER_OVERVIEWReturns keyword metrics such as volume, difficulty, CPC, clicks, and intent.

Returns keyword metrics such as volume, difficulty, CPC, clicks, and intent.

认证

需要 Connected Account

Tags

keywords-explorer
Get Ahrefs domain ratingAHREFS_SITE_EXPLORER_DOMAIN_RATINGReturns Ahrefs Rank and Domain Rating for a domain or URL.

Returns Ahrefs Rank and Domain Rating for a domain or URL.

认证

需要 Connected Account

Tags

site-explorer
List organic keywordsAHREFS_SITE_EXPLORER_ORGANIC_KEYWORDSReturns organic search keywords that a target ranks for.

Returns organic search keywords that a target ranks for.

认证

需要 Connected Account

Tags

site-explorer
List top pages by organic trafficAHREFS_SITE_EXPLORER_TOP_PAGESReturns top pages for a target based on organic search performance.

Returns top pages for a target based on organic search performance.

认证

需要 Connected Account

Tags

site-explorer
Get API limits and usageAHREFS_SUBSCRIPTION_LIMITS_AND_USAGEReturns Ahrefs API subscription limits and usage information.

Returns Ahrefs API subscription limits and usage information.

认证

需要 Connected Account

Tags

subscription

Provider 资源