Open Connector
All tools

Semrush

Use Semrush SEO APIs for domain analytics, keyword metrics, and backlinks.

semrushv1.0.05 tools

Authentication

MethodKindStatusDetails
API Keyapi_keyavailable

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: "SEMRUSH_BACKLINKS_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("SEMRUSH_BACKLINKS_OVERVIEW", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute SEMRUSH_BACKLINKS_OVERVIEW --data '{ }'

Tool catalog

Available tools

5 callable operations

Get Semrush backlinks overviewSEMRUSH_BACKLINKS_OVERVIEWReturns aggregated backlink metrics for a target URL or domain.

Returns aggregated backlink metrics for a target URL or domain.

Authentication

Connected account required

Tags

backlinksseo
List Semrush domain organic keywordsSEMRUSH_DOMAIN_ORGANIC_KEYWORDSLists organic keywords a domain ranks for in a Semrush regional database.

Lists organic keywords a domain ranks for in a Semrush regional database.

Authentication

Connected account required

Tags

domainkeywordsseo
Get Semrush domain overviewSEMRUSH_DOMAIN_OVERVIEWReturns Semrush domain overview metrics across all databases or one database.

Returns Semrush domain overview metrics across all databases or one database.

Authentication

Connected account required

Tags

domainoverviewseo
Get Semrush keyword metricsSEMRUSH_KEYWORD_METRICSReturns SEO and PPC metrics for a keyword from the Semrush keyword metrics API.

Returns SEO and PPC metrics for a keyword from the Semrush keyword metrics API.

Authentication

Connected account required

Tags

keywordsseo
List Semrush organic competitorsSEMRUSH_ORGANIC_COMPETITORSLists domains competing with a domain in organic search.

Lists domains competing with a domain in organic search.

Authentication

Connected account required

Tags

domaincompetitorsseo

Provider resources