Semrush
Use Semrush SEO APIs for domain analytics, keyword metrics, and backlinks.
semrushv1.0.05 tools
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| API Key | api_key | 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: "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.Connection
Returns aggregated backlink metrics for a target URL or domain.
Authentication
Connected account requiredTags
backlinksseo
List Semrush domain organic keywordsSEMRUSH_DOMAIN_ORGANIC_KEYWORDSLists organic keywords a domain ranks for in a Semrush regional database.Connection
Lists organic keywords a domain ranks for in a Semrush regional database.
Authentication
Connected account requiredTags
domainkeywordsseo
Get Semrush domain overviewSEMRUSH_DOMAIN_OVERVIEWReturns Semrush domain overview metrics across all databases or one database.Connection
Returns Semrush domain overview metrics across all databases or one database.
Authentication
Connected account requiredTags
domainoverviewseo
Get Semrush keyword metricsSEMRUSH_KEYWORD_METRICSReturns SEO and PPC metrics for a keyword from the Semrush keyword metrics API.Connection
Returns SEO and PPC metrics for a keyword from the Semrush keyword metrics API.
Authentication
Connected account requiredTags
keywordsseo
List Semrush organic competitorsSEMRUSH_ORGANIC_COMPETITORSLists domains competing with a domain in organic search.Connection
Lists domains competing with a domain in organic search.
Authentication
Connected account requiredTags
domaincompetitorsseo