sim-setup 1.0.2-preview.38.1 → 1.0.2-preview.39.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +196 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1569,7 +1569,7 @@ var init_env_capabilities = __esm(() => {
|
|
|
1569
1569
|
var integrations_default;
|
|
1570
1570
|
var init_integrations = __esm(() => {
|
|
1571
1571
|
integrations_default = {
|
|
1572
|
-
updatedAt: "2026-08-
|
|
1572
|
+
updatedAt: "2026-08-25",
|
|
1573
1573
|
integrations: [
|
|
1574
1574
|
{
|
|
1575
1575
|
type: "onepassword",
|
|
@@ -21246,6 +21246,201 @@ var init_integrations = __esm(() => {
|
|
|
21246
21246
|
integrationType: "hr",
|
|
21247
21247
|
tags: ["automation"]
|
|
21248
21248
|
},
|
|
21249
|
+
{
|
|
21250
|
+
type: "semrush",
|
|
21251
|
+
slug: "semrush",
|
|
21252
|
+
name: "Semrush",
|
|
21253
|
+
description: "Research SEO and paid search data with Semrush",
|
|
21254
|
+
longDescription: "Query the Semrush SEO API for domain, subdomain, and URL traffic overviews, organic and paid keywords, ad and product listing creatives, competitor sets, keyword research, and backlink profiles. Requires a Semrush subscription with API units.",
|
|
21255
|
+
bgColor: "#FFFFFF",
|
|
21256
|
+
iconName: "SemrushIcon",
|
|
21257
|
+
docsUrl: "https://docs.sim.ai/integrations/semrush",
|
|
21258
|
+
operations: [
|
|
21259
|
+
{
|
|
21260
|
+
name: "Domain Overview",
|
|
21261
|
+
description: "Get the Semrush rank plus organic and paid search totals for a domain in one regional database."
|
|
21262
|
+
},
|
|
21263
|
+
{
|
|
21264
|
+
name: "Domain Overview (All Databases)",
|
|
21265
|
+
description: "Get organic and paid search totals for a domain across every regional Semrush database."
|
|
21266
|
+
},
|
|
21267
|
+
{
|
|
21268
|
+
name: "Domain Overview History",
|
|
21269
|
+
description: "Get the historical trend of a domain rank plus its organic and paid search totals."
|
|
21270
|
+
},
|
|
21271
|
+
{
|
|
21272
|
+
name: "Domain Organic Keywords",
|
|
21273
|
+
description: "List the keywords a domain ranks for in Google organic search, with position, volume, and traffic share."
|
|
21274
|
+
},
|
|
21275
|
+
{
|
|
21276
|
+
name: "Domain Paid Keywords",
|
|
21277
|
+
description: "List the keywords a domain buys in Google Ads, with ad position, copy, and traffic share."
|
|
21278
|
+
},
|
|
21279
|
+
{
|
|
21280
|
+
name: "Domain Ad Copies",
|
|
21281
|
+
description: "List the unique Google Ads creatives a domain runs, with title, description, and keyword count."
|
|
21282
|
+
},
|
|
21283
|
+
{
|
|
21284
|
+
name: "Domain Ad History",
|
|
21285
|
+
description: "List a domain past Google Ads placements month by month, with the copy used each time."
|
|
21286
|
+
},
|
|
21287
|
+
{
|
|
21288
|
+
name: "Organic Competitors",
|
|
21289
|
+
description: "List the domains competing with a target domain in Google organic search results."
|
|
21290
|
+
},
|
|
21291
|
+
{
|
|
21292
|
+
name: "Paid Competitors",
|
|
21293
|
+
description: "List the domains competing with a target domain in Google paid search results."
|
|
21294
|
+
},
|
|
21295
|
+
{
|
|
21296
|
+
name: "Domain PLA Keywords",
|
|
21297
|
+
description: "List the keywords that trigger a domain product listing ads, with the promoted product and price."
|
|
21298
|
+
},
|
|
21299
|
+
{
|
|
21300
|
+
name: "Domain PLA Copies",
|
|
21301
|
+
description: "List the unique product listing ads a domain runs, with product title, price, and shop name."
|
|
21302
|
+
},
|
|
21303
|
+
{
|
|
21304
|
+
name: "Domain vs. Domain",
|
|
21305
|
+
description: "Compare up to five domains on the keywords they rank for, returning each domain position side by side."
|
|
21306
|
+
},
|
|
21307
|
+
{
|
|
21308
|
+
name: "Subdomain Overview",
|
|
21309
|
+
description: "Get the organic and paid search totals for a subdomain in one regional database."
|
|
21310
|
+
},
|
|
21311
|
+
{
|
|
21312
|
+
name: "Subdomain Overview (All Databases)",
|
|
21313
|
+
description: "Get organic and paid search totals for a subdomain across every regional Semrush database."
|
|
21314
|
+
},
|
|
21315
|
+
{
|
|
21316
|
+
name: "Subdomain Overview History",
|
|
21317
|
+
description: "Get the historical trend of a subdomain organic and paid search totals."
|
|
21318
|
+
},
|
|
21319
|
+
{
|
|
21320
|
+
name: "Subdomain Organic Keywords",
|
|
21321
|
+
description: "List the keywords a subdomain ranks for in Google organic search."
|
|
21322
|
+
},
|
|
21323
|
+
{
|
|
21324
|
+
name: "Subdomain Paid Keywords",
|
|
21325
|
+
description: "List the keywords a subdomain buys in Google Ads."
|
|
21326
|
+
},
|
|
21327
|
+
{
|
|
21328
|
+
name: "Subdomain Ad Copies",
|
|
21329
|
+
description: "List the unique Google Ads creatives a subdomain runs."
|
|
21330
|
+
},
|
|
21331
|
+
{
|
|
21332
|
+
name: "URL Overview",
|
|
21333
|
+
description: "Get the organic and paid search totals for a single URL in one regional database."
|
|
21334
|
+
},
|
|
21335
|
+
{
|
|
21336
|
+
name: "URL Overview (All Databases)",
|
|
21337
|
+
description: "Get organic and paid search totals for a single URL across every regional Semrush database."
|
|
21338
|
+
},
|
|
21339
|
+
{
|
|
21340
|
+
name: "URL Overview History",
|
|
21341
|
+
description: "Get the historical trend of a URL organic and paid search totals."
|
|
21342
|
+
},
|
|
21343
|
+
{
|
|
21344
|
+
name: "URL Organic Keywords",
|
|
21345
|
+
description: "List the keywords a single URL ranks for in Google organic search."
|
|
21346
|
+
},
|
|
21347
|
+
{
|
|
21348
|
+
name: "URL Paid Keywords",
|
|
21349
|
+
description: "List the keywords a single URL is advertised on in Google Ads, with the ad copy used."
|
|
21350
|
+
},
|
|
21351
|
+
{
|
|
21352
|
+
name: "Keyword Overview",
|
|
21353
|
+
description: "Get search volume, CPC, competition, difficulty, and intent for a single keyword."
|
|
21354
|
+
},
|
|
21355
|
+
{
|
|
21356
|
+
name: "Keyword Overview (All Databases)",
|
|
21357
|
+
description: "Get search volume, CPC, and competition for a keyword across every regional Semrush database."
|
|
21358
|
+
},
|
|
21359
|
+
{
|
|
21360
|
+
name: "Batch Keyword Overview",
|
|
21361
|
+
description: "Get search volume, CPC, competition, difficulty, and intent for up to 100 keywords at once."
|
|
21362
|
+
},
|
|
21363
|
+
{
|
|
21364
|
+
name: "Keyword Difficulty",
|
|
21365
|
+
description: "Get the Keyword Difficulty Index for up to 100 keywords at once."
|
|
21366
|
+
},
|
|
21367
|
+
{
|
|
21368
|
+
name: "Related Keywords",
|
|
21369
|
+
description: "Find keywords semantically related to a seed keyword, with volume, difficulty, and relevance."
|
|
21370
|
+
},
|
|
21371
|
+
{
|
|
21372
|
+
name: "Broad Match Keywords",
|
|
21373
|
+
description: "Find broad-match and phrase-match variations of a seed keyword, with volume and difficulty."
|
|
21374
|
+
},
|
|
21375
|
+
{
|
|
21376
|
+
name: "Keyword Questions",
|
|
21377
|
+
description: "Find question-form keywords containing a seed keyword, with volume and difficulty."
|
|
21378
|
+
},
|
|
21379
|
+
{
|
|
21380
|
+
name: "Organic Results",
|
|
21381
|
+
description: "List the domains and URLs ranking in Google organic search results for a keyword."
|
|
21382
|
+
},
|
|
21383
|
+
{
|
|
21384
|
+
name: "Paid Results",
|
|
21385
|
+
description: "List the domains and URLs advertising on a keyword in Google paid search results."
|
|
21386
|
+
},
|
|
21387
|
+
{
|
|
21388
|
+
name: "Keyword Ad History",
|
|
21389
|
+
description: "List which domains advertised on a keyword month by month, with the copy each one used."
|
|
21390
|
+
},
|
|
21391
|
+
{
|
|
21392
|
+
name: "Winners and Losers",
|
|
21393
|
+
description: "List the domains that gained or lost the most organic and paid search visibility in a database."
|
|
21394
|
+
},
|
|
21395
|
+
{
|
|
21396
|
+
name: "Top Domains",
|
|
21397
|
+
description: "List the highest-ranked domains in a regional database by Semrush rank."
|
|
21398
|
+
},
|
|
21399
|
+
{
|
|
21400
|
+
name: "Backlinks Overview",
|
|
21401
|
+
description: "Get the Authority Score and backlink profile totals for a domain, subdomain, or URL."
|
|
21402
|
+
},
|
|
21403
|
+
{
|
|
21404
|
+
name: "Backlinks",
|
|
21405
|
+
description: "List the backlinks pointing at a domain, subdomain, or URL, with source page, anchor, and authority."
|
|
21406
|
+
},
|
|
21407
|
+
{
|
|
21408
|
+
name: "Referring Domains",
|
|
21409
|
+
description: "List the domains linking to a target, with Authority Score, backlink count, and country."
|
|
21410
|
+
},
|
|
21411
|
+
{
|
|
21412
|
+
name: "Referring IPs",
|
|
21413
|
+
description: "List the IP addresses linking to a target, with the domain and backlink counts behind each one."
|
|
21414
|
+
},
|
|
21415
|
+
{
|
|
21416
|
+
name: "Backlink TLD Distribution",
|
|
21417
|
+
description: "Break a target backlink profile down by the top-level domain of its referring domains."
|
|
21418
|
+
},
|
|
21419
|
+
{
|
|
21420
|
+
name: "Backlink Country Distribution",
|
|
21421
|
+
description: "Break a target backlink profile down by the country of its referring domains."
|
|
21422
|
+
},
|
|
21423
|
+
{
|
|
21424
|
+
name: "Backlink Anchors",
|
|
21425
|
+
description: "List the anchor texts used in backlinks to a target, with domain and backlink counts."
|
|
21426
|
+
},
|
|
21427
|
+
{
|
|
21428
|
+
name: "Indexed Pages",
|
|
21429
|
+
description: "List the pages of a target that attract backlinks, with response code and link counts."
|
|
21430
|
+
},
|
|
21431
|
+
{
|
|
21432
|
+
name: "Backlink Competitors",
|
|
21433
|
+
description: "List domains with a backlink profile similar to the target, ranked by shared referring domains."
|
|
21434
|
+
}
|
|
21435
|
+
],
|
|
21436
|
+
operationCount: 44,
|
|
21437
|
+
triggers: [],
|
|
21438
|
+
triggerCount: 0,
|
|
21439
|
+
authType: "api-key",
|
|
21440
|
+
category: "tools",
|
|
21441
|
+
integrationType: "analytics",
|
|
21442
|
+
tags: ["seo", "marketing", "data-analytics"]
|
|
21443
|
+
},
|
|
21249
21444
|
{
|
|
21250
21445
|
type: "sendblue",
|
|
21251
21446
|
slug: "sendblue",
|