Semrush integration
Semrush is a popular SEO tool suite that specializes in keyword research,…
- Provider
- semrush
- Category
- Marketing
- Setup
- User-supplied API key
- Actions
- 37 available
Quick start
Call Semrush from your generated app's worker code via the OverSkill composio client. The toolkit slug below maps to Semrush's public Composio identifier — your app references it by name and OverSkill handles the OAuth round-trip.
// In your generated app's worker handler:
const composio = composioClient(env);
const result = await composio.execute(
"SEMRUSH_ACTION_NAME",
{ /* action parameters — see Actions section below */ }
);
return new Response(JSON.stringify(result), {
headers: { "Content-Type": "application/json" }
});
Replace ACTION_NAME with one of the slugs listed in
the Actions section below. The composio client handles auth +
rate limits automatically — no API key is exposed to user code.
Setup
End-users supply their own Semrush API key. OverSkill provides a pre-built connection form via the integration card — your app can call the composio client immediately once the user has connected.
Available actions
37 actions exposed via the
Semrush integration. Each maps to a callable
slug — pass it to composio.execute(...) in your
worker code.
-
SEMRUSH_ACCOUNT_UNITS_BALANCE -
SEMRUSH_ADS_COPIES -
SEMRUSH_ANCHORS -
SEMRUSH_AUTHORITY_SCORE_PROFILE -
SEMRUSH_BACKLINKS -
SEMRUSH_BACKLINKS_OVERVIEW -
SEMRUSH_BATCH_COMPARISON -
SEMRUSH_BATCH_KEYWORD_OVERVIEW -
SEMRUSH_BROAD_MATCH_KEYWORD -
SEMRUSH_CATEGORIES -
SEMRUSH_CATEGORIES_PROFILE -
SEMRUSH_COMPETITORS
Show all 37 actions
-
SEMRUSH_COMPETITORS_IN_ORGANIC_SEARCH -
SEMRUSH_COMPETITORS_IN_PAID_SEARCH -
SEMRUSH_DOMAIN_AD_HISTORY -
SEMRUSH_DOMAIN_ORGANIC_PAGES -
SEMRUSH_DOMAIN_ORGANIC_SEARCH_KEYWORDS -
SEMRUSH_DOMAIN_ORGANIC_SUBDOMAINS -
SEMRUSH_DOMAIN_PAID_SEARCH_KEYWORDS -
SEMRUSH_DOMAIN_PLA_SEARCH_KEYWORDS -
SEMRUSH_DOMAIN_VS_DOMAIN -
SEMRUSH_HISTORICAL_DATA -
SEMRUSH_INDEXED_PAGES -
SEMRUSH_KEYWORD_DIFFICULTY -
SEMRUSH_KEYWORD_OVERVIEW_ALL_DATABASES -
SEMRUSH_KEYWORD_OVERVIEW_ONE_DATABASE -
SEMRUSH_KEYWORDS_ADS_HISTORY -
SEMRUSH_ORGANIC_RESULTS -
SEMRUSH_PAID_RESULTS -
SEMRUSH_PHRASE_QUESTIONS -
SEMRUSH_PLA_COMPETITORS -
SEMRUSH_PLA_COPIES -
SEMRUSH_REFERRING_DOMAINS -
SEMRUSH_REFERRING_DOMAINS_BY_COUNTRY -
SEMRUSH_REFERRING_I_PS -
SEMRUSH_RELATED_KEYWORDS -
SEMRUSH_TLD_DISTRIBUTION
Build with Semrush
Open OverSkill, describe what you want to build, and reference Semrush in your prompt — the AI will wire up the integration automatically.