@runtypelabs/cli 2.15.1 → 2.15.3
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 +751 -478
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -15548,7 +15548,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
15548
15548
|
"idPrefix": "platform",
|
|
15549
15549
|
"name": "AgentMail Create Draft",
|
|
15550
15550
|
"description": "Create an email draft in an AgentMail inbox.",
|
|
15551
|
-
"category": "
|
|
15551
|
+
"category": "messaging",
|
|
15552
15552
|
"providers": [
|
|
15553
15553
|
"multi"
|
|
15554
15554
|
],
|
|
@@ -15557,7 +15557,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
15557
15557
|
"properties": {
|
|
15558
15558
|
"inboxId": {
|
|
15559
15559
|
"type": "string",
|
|
15560
|
-
"description": "
|
|
15560
|
+
"description": "Path parameter: inbox_id"
|
|
15561
15561
|
},
|
|
15562
15562
|
"limit": {
|
|
15563
15563
|
"type": "number",
|
|
@@ -15597,7 +15597,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
15597
15597
|
"pathTemplate": "/v0/inboxes/{inbox_id}/drafts",
|
|
15598
15598
|
"method": "GET",
|
|
15599
15599
|
"verified": true,
|
|
15600
|
-
"
|
|
15600
|
+
"listPrice": "0",
|
|
15601
|
+
"listPriceThousandths": 0,
|
|
15602
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
15601
15603
|
"params": [
|
|
15602
15604
|
{
|
|
15603
15605
|
"toolName": "inboxId",
|
|
@@ -15607,14 +15609,6 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
15607
15609
|
"required": true,
|
|
15608
15610
|
"description": "Path parameter: inbox_id"
|
|
15609
15611
|
},
|
|
15610
|
-
{
|
|
15611
|
-
"toolName": "inboxId",
|
|
15612
|
-
"wireName": "inbox_id",
|
|
15613
|
-
"location": "query",
|
|
15614
|
-
"type": "string",
|
|
15615
|
-
"required": true,
|
|
15616
|
-
"description": "The inbox ID in email format (e.g., myagent@agentmail.to)."
|
|
15617
|
-
},
|
|
15618
15612
|
{
|
|
15619
15613
|
"toolName": "limit",
|
|
15620
15614
|
"wireName": "limit",
|
|
@@ -15671,7 +15665,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
15671
15665
|
"idPrefix": "platform",
|
|
15672
15666
|
"name": "AgentMail Create Inbox",
|
|
15673
15667
|
"description": "Create a new AI-managed email inbox via AgentMail.",
|
|
15674
|
-
"category": "
|
|
15668
|
+
"category": "messaging",
|
|
15675
15669
|
"providers": [
|
|
15676
15670
|
"multi"
|
|
15677
15671
|
],
|
|
@@ -15706,7 +15700,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
15706
15700
|
"pathTemplate": "/v0/inboxes",
|
|
15707
15701
|
"method": "POST",
|
|
15708
15702
|
"verified": true,
|
|
15709
|
-
"
|
|
15703
|
+
"listPrice": "2",
|
|
15704
|
+
"listPriceThousandths": 2e5,
|
|
15705
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
15710
15706
|
"params": [
|
|
15711
15707
|
{
|
|
15712
15708
|
"toolName": "username",
|
|
@@ -15748,7 +15744,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
15748
15744
|
"idPrefix": "platform",
|
|
15749
15745
|
"name": "AgentMail Reply to Email",
|
|
15750
15746
|
"description": "Reply to an email in an AgentMail inbox.",
|
|
15751
|
-
"category": "
|
|
15747
|
+
"category": "messaging",
|
|
15752
15748
|
"providers": [
|
|
15753
15749
|
"multi"
|
|
15754
15750
|
],
|
|
@@ -15757,11 +15753,11 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
15757
15753
|
"properties": {
|
|
15758
15754
|
"inboxId": {
|
|
15759
15755
|
"type": "string",
|
|
15760
|
-
"description": "
|
|
15756
|
+
"description": "Path parameter: inbox_id"
|
|
15761
15757
|
},
|
|
15762
15758
|
"messageId": {
|
|
15763
15759
|
"type": "string",
|
|
15764
|
-
"description": "
|
|
15760
|
+
"description": "Path parameter: message_id"
|
|
15765
15761
|
},
|
|
15766
15762
|
"to": {
|
|
15767
15763
|
"type": "array",
|
|
@@ -15836,7 +15832,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
15836
15832
|
"pathTemplate": "/v0/inboxes/{inbox_id}/messages/{message_id}/reply",
|
|
15837
15833
|
"method": "POST",
|
|
15838
15834
|
"verified": true,
|
|
15839
|
-
"
|
|
15835
|
+
"listPrice": "0.01",
|
|
15836
|
+
"listPriceThousandths": 1e3,
|
|
15837
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
15840
15838
|
"params": [
|
|
15841
15839
|
{
|
|
15842
15840
|
"toolName": "inboxId",
|
|
@@ -15854,22 +15852,6 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
15854
15852
|
"required": true,
|
|
15855
15853
|
"description": "Path parameter: message_id"
|
|
15856
15854
|
},
|
|
15857
|
-
{
|
|
15858
|
-
"toolName": "inboxId",
|
|
15859
|
-
"wireName": "inbox_id",
|
|
15860
|
-
"location": "query",
|
|
15861
|
-
"type": "string",
|
|
15862
|
-
"required": true,
|
|
15863
|
-
"description": "The inbox ID in email format (e.g., myagent@agentmail.to)."
|
|
15864
|
-
},
|
|
15865
|
-
{
|
|
15866
|
-
"toolName": "messageId",
|
|
15867
|
-
"wireName": "message_id",
|
|
15868
|
-
"location": "query",
|
|
15869
|
-
"type": "string",
|
|
15870
|
-
"required": true,
|
|
15871
|
-
"description": "The message ID to reply to, in RFC 2822 format. Must be URL-encoded in the path."
|
|
15872
|
-
},
|
|
15873
15855
|
{
|
|
15874
15856
|
"toolName": "to",
|
|
15875
15857
|
"wireName": "to",
|
|
@@ -15958,7 +15940,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
15958
15940
|
"idPrefix": "platform",
|
|
15959
15941
|
"name": "AgentMail Send Email",
|
|
15960
15942
|
"description": "Send an email from an AgentMail inbox.",
|
|
15961
|
-
"category": "
|
|
15943
|
+
"category": "messaging",
|
|
15962
15944
|
"providers": [
|
|
15963
15945
|
"multi"
|
|
15964
15946
|
],
|
|
@@ -15967,7 +15949,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
15967
15949
|
"properties": {
|
|
15968
15950
|
"inboxId": {
|
|
15969
15951
|
"type": "string",
|
|
15970
|
-
"description": "
|
|
15952
|
+
"description": "Path parameter: inbox_id"
|
|
15971
15953
|
},
|
|
15972
15954
|
"to": {
|
|
15973
15955
|
"type": "array",
|
|
@@ -16041,7 +16023,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
16041
16023
|
"pathTemplate": "/v0/inboxes/{inbox_id}/messages/send",
|
|
16042
16024
|
"method": "POST",
|
|
16043
16025
|
"verified": true,
|
|
16044
|
-
"
|
|
16026
|
+
"listPrice": "0.01",
|
|
16027
|
+
"listPriceThousandths": 1e3,
|
|
16028
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
16045
16029
|
"params": [
|
|
16046
16030
|
{
|
|
16047
16031
|
"toolName": "inboxId",
|
|
@@ -16051,14 +16035,6 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
16051
16035
|
"required": true,
|
|
16052
16036
|
"description": "Path parameter: inbox_id"
|
|
16053
16037
|
},
|
|
16054
|
-
{
|
|
16055
|
-
"toolName": "inboxId",
|
|
16056
|
-
"wireName": "inbox_id",
|
|
16057
|
-
"location": "query",
|
|
16058
|
-
"type": "string",
|
|
16059
|
-
"required": true,
|
|
16060
|
-
"description": "The inbox ID to send from, in email format (e.g., myagent@agentmail.to)."
|
|
16061
|
-
},
|
|
16062
16038
|
{
|
|
16063
16039
|
"toolName": "to",
|
|
16064
16040
|
"wireName": "to",
|
|
@@ -16147,7 +16123,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
16147
16123
|
"idPrefix": "platform",
|
|
16148
16124
|
"name": "Andi Search",
|
|
16149
16125
|
"description": "AI-powered web search via Andi.",
|
|
16150
|
-
"category": "
|
|
16126
|
+
"category": "web_search",
|
|
16151
16127
|
"providers": [
|
|
16152
16128
|
"multi"
|
|
16153
16129
|
],
|
|
@@ -16242,7 +16218,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
16242
16218
|
"method": "GET",
|
|
16243
16219
|
"verified": true,
|
|
16244
16220
|
"docsUrl": "https://www.andi.co/api",
|
|
16245
|
-
"
|
|
16221
|
+
"listPrice": "0.01",
|
|
16222
|
+
"listPriceThousandths": 1e3,
|
|
16223
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
16246
16224
|
"params": [
|
|
16247
16225
|
{
|
|
16248
16226
|
"toolName": "q",
|
|
@@ -16396,7 +16374,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
16396
16374
|
"idPrefix": "platform",
|
|
16397
16375
|
"name": "Apollo Companies Search",
|
|
16398
16376
|
"description": "Search the Apollo database for companies matching location, industry, employee count, and other filters.",
|
|
16399
|
-
"category": "
|
|
16377
|
+
"category": "knowledge_retrieval",
|
|
16400
16378
|
"providers": [
|
|
16401
16379
|
"multi"
|
|
16402
16380
|
],
|
|
@@ -16448,7 +16426,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
16448
16426
|
"pathTemplate": "/api/v1/mixed_companies/search",
|
|
16449
16427
|
"method": "POST",
|
|
16450
16428
|
"verified": true,
|
|
16451
|
-
"
|
|
16429
|
+
"listPrice": "0.01",
|
|
16430
|
+
"listPriceThousandths": 1e3,
|
|
16431
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
16452
16432
|
"params": [
|
|
16453
16433
|
{
|
|
16454
16434
|
"toolName": "organizationLocations",
|
|
@@ -16506,7 +16486,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
16506
16486
|
"idPrefix": "platform",
|
|
16507
16487
|
"name": "Apollo Organization Enrich",
|
|
16508
16488
|
"description": "Enrich a company by domain \u2014 returns industry, revenue, employee count, funding, and more via Apollo.",
|
|
16509
|
-
"category": "
|
|
16489
|
+
"category": "knowledge_retrieval",
|
|
16510
16490
|
"providers": [
|
|
16511
16491
|
"multi"
|
|
16512
16492
|
],
|
|
@@ -16531,7 +16511,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
16531
16511
|
"pathTemplate": "/api/v1/organizations/enrich",
|
|
16532
16512
|
"method": "GET",
|
|
16533
16513
|
"verified": true,
|
|
16534
|
-
"
|
|
16514
|
+
"listPrice": "0.01",
|
|
16515
|
+
"listPriceThousandths": 1e3,
|
|
16516
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
16535
16517
|
"params": [
|
|
16536
16518
|
{
|
|
16537
16519
|
"toolName": "domain",
|
|
@@ -16549,7 +16531,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
16549
16531
|
"idPrefix": "platform",
|
|
16550
16532
|
"name": "Apollo People Match",
|
|
16551
16533
|
"description": "Enrich a person by email, LinkedIn URL, name+company, or other identifiers via Apollo.",
|
|
16552
|
-
"category": "
|
|
16534
|
+
"category": "knowledge_retrieval",
|
|
16553
16535
|
"providers": [
|
|
16554
16536
|
"multi"
|
|
16555
16537
|
],
|
|
@@ -16602,7 +16584,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
16602
16584
|
"method": "POST",
|
|
16603
16585
|
"verified": true,
|
|
16604
16586
|
"docsUrl": "https://apolloio.github.io/apollo-api-docs",
|
|
16605
|
-
"
|
|
16587
|
+
"listPrice": "0.01",
|
|
16588
|
+
"listPriceThousandths": 1e3,
|
|
16589
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
16606
16590
|
"params": [
|
|
16607
16591
|
{
|
|
16608
16592
|
"toolName": "email",
|
|
@@ -16676,7 +16660,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
16676
16660
|
"idPrefix": "platform",
|
|
16677
16661
|
"name": "Apollo People Search",
|
|
16678
16662
|
"description": "Search the Apollo database for people matching title, seniority, location, and other filters.",
|
|
16679
|
-
"category": "
|
|
16663
|
+
"category": "knowledge_retrieval",
|
|
16680
16664
|
"providers": [
|
|
16681
16665
|
"multi"
|
|
16682
16666
|
],
|
|
@@ -16742,7 +16726,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
16742
16726
|
"pathTemplate": "/api/v1/mixed_people/api_search",
|
|
16743
16727
|
"method": "POST",
|
|
16744
16728
|
"verified": true,
|
|
16745
|
-
"
|
|
16729
|
+
"listPrice": "0",
|
|
16730
|
+
"listPriceThousandths": 0,
|
|
16731
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
16746
16732
|
"params": [
|
|
16747
16733
|
{
|
|
16748
16734
|
"toolName": "personTitles",
|
|
@@ -16816,7 +16802,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
16816
16802
|
"idPrefix": "platform",
|
|
16817
16803
|
"name": "Aviato Company Enrich",
|
|
16818
16804
|
"description": "Enrich a company with funding rounds, headcount, acquisitions, and social data via Aviato.",
|
|
16819
|
-
"category": "
|
|
16805
|
+
"category": "knowledge_retrieval",
|
|
16820
16806
|
"providers": [
|
|
16821
16807
|
"multi"
|
|
16822
16808
|
],
|
|
@@ -16895,7 +16881,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
16895
16881
|
"pathTemplate": "/company/enrich",
|
|
16896
16882
|
"method": "GET",
|
|
16897
16883
|
"verified": true,
|
|
16898
|
-
"
|
|
16884
|
+
"listPrice": "0.12",
|
|
16885
|
+
"listPriceThousandths": 12e3,
|
|
16886
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
16899
16887
|
"params": [
|
|
16900
16888
|
{
|
|
16901
16889
|
"toolName": "id",
|
|
@@ -17037,7 +17025,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
17037
17025
|
"idPrefix": "platform",
|
|
17038
17026
|
"name": "Aviato Company Funding Rounds",
|
|
17039
17027
|
"description": "Get funding round history for a company via Aviato.",
|
|
17040
|
-
"category": "
|
|
17028
|
+
"category": "knowledge_retrieval",
|
|
17041
17029
|
"providers": [
|
|
17042
17030
|
"multi"
|
|
17043
17031
|
],
|
|
@@ -17083,7 +17071,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
17083
17071
|
"pathTemplate": "/company/funding-rounds",
|
|
17084
17072
|
"method": "GET",
|
|
17085
17073
|
"verified": true,
|
|
17086
|
-
"
|
|
17074
|
+
"listPrice": "0.08",
|
|
17075
|
+
"listPriceThousandths": 8e3,
|
|
17076
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
17087
17077
|
"params": [
|
|
17088
17078
|
{
|
|
17089
17079
|
"toolName": "id",
|
|
@@ -17145,7 +17135,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
17145
17135
|
"idPrefix": "platform",
|
|
17146
17136
|
"name": "Aviato Company Search",
|
|
17147
17137
|
"description": "Search for companies by filters via Aviato.",
|
|
17148
|
-
"category": "
|
|
17138
|
+
"category": "knowledge_retrieval",
|
|
17149
17139
|
"providers": [
|
|
17150
17140
|
"multi"
|
|
17151
17141
|
],
|
|
@@ -17170,7 +17160,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
17170
17160
|
"pathTemplate": "/company/search",
|
|
17171
17161
|
"method": "POST",
|
|
17172
17162
|
"verified": true,
|
|
17173
|
-
"
|
|
17163
|
+
"listPrice": "0.02",
|
|
17164
|
+
"listPriceThousandths": 2e3,
|
|
17165
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
17174
17166
|
"params": [
|
|
17175
17167
|
{
|
|
17176
17168
|
"toolName": "dsl",
|
|
@@ -17188,7 +17180,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
17188
17180
|
"idPrefix": "platform",
|
|
17189
17181
|
"name": "Aviato Market Map Generate",
|
|
17190
17182
|
"description": "Generate a market map of companies in a category via Aviato.",
|
|
17191
|
-
"category": "
|
|
17183
|
+
"category": "knowledge_retrieval",
|
|
17192
17184
|
"providers": [
|
|
17193
17185
|
"multi"
|
|
17194
17186
|
],
|
|
@@ -17219,7 +17211,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
17219
17211
|
"pathTemplate": "/marketmap/generate",
|
|
17220
17212
|
"method": "POST",
|
|
17221
17213
|
"verified": true,
|
|
17222
|
-
"
|
|
17214
|
+
"listPrice": "0.2",
|
|
17215
|
+
"listPriceThousandths": 2e4,
|
|
17216
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
17223
17217
|
"params": [
|
|
17224
17218
|
{
|
|
17225
17219
|
"toolName": "name",
|
|
@@ -17253,7 +17247,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
17253
17247
|
"idPrefix": "platform",
|
|
17254
17248
|
"name": "Aviato Person Enrich",
|
|
17255
17249
|
"description": "Enrich a person profile with LinkedIn, career history, and social data via Aviato.",
|
|
17256
|
-
"category": "
|
|
17250
|
+
"category": "knowledge_retrieval",
|
|
17257
17251
|
"providers": [
|
|
17258
17252
|
"multi"
|
|
17259
17253
|
],
|
|
@@ -17316,7 +17310,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
17316
17310
|
"pathTemplate": "/person/enrich",
|
|
17317
17311
|
"method": "GET",
|
|
17318
17312
|
"verified": true,
|
|
17319
|
-
"
|
|
17313
|
+
"listPrice": "0.03",
|
|
17314
|
+
"listPriceThousandths": 3e3,
|
|
17315
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
17320
17316
|
"params": [
|
|
17321
17317
|
{
|
|
17322
17318
|
"toolName": "id",
|
|
@@ -17426,7 +17422,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
17426
17422
|
"idPrefix": "platform",
|
|
17427
17423
|
"name": "Aviato Person Search",
|
|
17428
17424
|
"description": "Search for people by filters via Aviato.",
|
|
17429
|
-
"category": "
|
|
17425
|
+
"category": "knowledge_retrieval",
|
|
17430
17426
|
"providers": [
|
|
17431
17427
|
"multi"
|
|
17432
17428
|
],
|
|
@@ -17451,7 +17447,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
17451
17447
|
"pathTemplate": "/person/search",
|
|
17452
17448
|
"method": "POST",
|
|
17453
17449
|
"verified": true,
|
|
17454
|
-
"
|
|
17450
|
+
"listPrice": "0.02",
|
|
17451
|
+
"listPriceThousandths": 2e3,
|
|
17452
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
17455
17453
|
"params": [
|
|
17456
17454
|
{
|
|
17457
17455
|
"toolName": "dsl",
|
|
@@ -17469,7 +17467,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
17469
17467
|
"idPrefix": "platform",
|
|
17470
17468
|
"name": "Brand.dev AI Query",
|
|
17471
17469
|
"description": "Query brand information using natural language via Brand.dev.",
|
|
17472
|
-
"category": "
|
|
17470
|
+
"category": "web_scraping",
|
|
17473
17471
|
"providers": [
|
|
17474
17472
|
"multi"
|
|
17475
17473
|
],
|
|
@@ -17512,7 +17510,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
17512
17510
|
"method": "POST",
|
|
17513
17511
|
"verified": true,
|
|
17514
17512
|
"docsUrl": "https://docs.brand.dev/api-reference/ai-data-extraction/query-website-data-using-ai",
|
|
17515
|
-
"
|
|
17513
|
+
"listPrice": "0.03",
|
|
17514
|
+
"listPriceThousandths": 3e3,
|
|
17515
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
17516
17516
|
"params": [
|
|
17517
17517
|
{
|
|
17518
17518
|
"toolName": "domain",
|
|
@@ -17554,7 +17554,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
17554
17554
|
"idPrefix": "platform",
|
|
17555
17555
|
"name": "Brand.dev Retrieve",
|
|
17556
17556
|
"description": "Retrieve brand data (logo, colors, fonts) for a domain via Brand.dev.",
|
|
17557
|
-
"category": "
|
|
17557
|
+
"category": "web_scraping",
|
|
17558
17558
|
"providers": [
|
|
17559
17559
|
"multi"
|
|
17560
17560
|
],
|
|
@@ -17593,7 +17593,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
17593
17593
|
"method": "GET",
|
|
17594
17594
|
"verified": true,
|
|
17595
17595
|
"docsUrl": "https://docs.brand.dev/api-reference/retrieve-brand/retrieve-brand-data-by-domain",
|
|
17596
|
-
"
|
|
17596
|
+
"listPrice": "0.03",
|
|
17597
|
+
"listPriceThousandths": 3e3,
|
|
17598
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
17597
17599
|
"params": [
|
|
17598
17600
|
{
|
|
17599
17601
|
"toolName": "domain",
|
|
@@ -17635,7 +17637,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
17635
17637
|
"idPrefix": "platform",
|
|
17636
17638
|
"name": "Brand.dev Retrieve by Name",
|
|
17637
17639
|
"description": "Retrieve brand data by company name via Brand.dev.",
|
|
17638
|
-
"category": "
|
|
17640
|
+
"category": "web_scraping",
|
|
17639
17641
|
"providers": [
|
|
17640
17642
|
"multi"
|
|
17641
17643
|
],
|
|
@@ -17674,7 +17676,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
17674
17676
|
"method": "GET",
|
|
17675
17677
|
"verified": true,
|
|
17676
17678
|
"docsUrl": "https://docs.brand.dev/api-reference/retrieve-brand/retrieve-brand-data-by-company-name",
|
|
17677
|
-
"
|
|
17679
|
+
"listPrice": "0.03",
|
|
17680
|
+
"listPriceThousandths": 3e3,
|
|
17681
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
17678
17682
|
"params": [
|
|
17679
17683
|
{
|
|
17680
17684
|
"toolName": "name",
|
|
@@ -17716,7 +17720,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
17716
17720
|
"idPrefix": "platform",
|
|
17717
17721
|
"name": "Brand.dev Screenshot",
|
|
17718
17722
|
"description": "Get a screenshot of a brand's website via Brand.dev.",
|
|
17719
|
-
"category": "
|
|
17723
|
+
"category": "web_scraping",
|
|
17720
17724
|
"providers": [
|
|
17721
17725
|
"multi"
|
|
17722
17726
|
],
|
|
@@ -17755,7 +17759,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
17755
17759
|
"method": "GET",
|
|
17756
17760
|
"verified": true,
|
|
17757
17761
|
"docsUrl": "https://docs.brand.dev/api-reference/screenshot-styleguide/take-screenshot-of-website",
|
|
17758
|
-
"
|
|
17762
|
+
"listPrice": "0.03",
|
|
17763
|
+
"listPriceThousandths": 3e3,
|
|
17764
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
17759
17765
|
"params": [
|
|
17760
17766
|
{
|
|
17761
17767
|
"toolName": "domain",
|
|
@@ -17797,7 +17803,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
17797
17803
|
"idPrefix": "platform",
|
|
17798
17804
|
"name": "ContactOut Domain Enrich",
|
|
17799
17805
|
"description": "Get contacts at a company by domain via ContactOut.",
|
|
17800
|
-
"category": "
|
|
17806
|
+
"category": "knowledge_retrieval",
|
|
17801
17807
|
"providers": [
|
|
17802
17808
|
"multi"
|
|
17803
17809
|
],
|
|
@@ -17824,7 +17830,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
17824
17830
|
"pathTemplate": "/v1/domain/enrich",
|
|
17825
17831
|
"method": "POST",
|
|
17826
17832
|
"verified": true,
|
|
17827
|
-
"
|
|
17833
|
+
"listPrice": "0.03",
|
|
17834
|
+
"listPriceThousandths": 3e3,
|
|
17835
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
17828
17836
|
"params": [
|
|
17829
17837
|
{
|
|
17830
17838
|
"toolName": "domains",
|
|
@@ -17841,7 +17849,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
17841
17849
|
"idPrefix": "platform",
|
|
17842
17850
|
"name": "ContactOut Email Enrich",
|
|
17843
17851
|
"description": "Enrich a contact record by email address via ContactOut.",
|
|
17844
|
-
"category": "
|
|
17852
|
+
"category": "knowledge_retrieval",
|
|
17845
17853
|
"providers": [
|
|
17846
17854
|
"multi"
|
|
17847
17855
|
],
|
|
@@ -17870,7 +17878,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
17870
17878
|
"pathTemplate": "/v1/email/enrich",
|
|
17871
17879
|
"method": "GET",
|
|
17872
17880
|
"verified": true,
|
|
17873
|
-
"
|
|
17881
|
+
"listPrice": "0.33",
|
|
17882
|
+
"listPriceThousandths": 33e3,
|
|
17883
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
17874
17884
|
"params": [
|
|
17875
17885
|
{
|
|
17876
17886
|
"toolName": "email",
|
|
@@ -17896,7 +17906,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
17896
17906
|
"idPrefix": "platform",
|
|
17897
17907
|
"name": "ContactOut People Enrich",
|
|
17898
17908
|
"description": "Enrich people records with contact details via ContactOut.",
|
|
17899
|
-
"category": "
|
|
17909
|
+
"category": "knowledge_retrieval",
|
|
17900
17910
|
"providers": [
|
|
17901
17911
|
"multi"
|
|
17902
17912
|
],
|
|
@@ -17961,7 +17971,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
17961
17971
|
"pathTemplate": "/v1/people/enrich",
|
|
17962
17972
|
"method": "POST",
|
|
17963
17973
|
"verified": true,
|
|
17964
|
-
"
|
|
17974
|
+
"listPrice": "0.55",
|
|
17975
|
+
"listPriceThousandths": 55e3,
|
|
17976
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
17965
17977
|
"params": [
|
|
17966
17978
|
{
|
|
17967
17979
|
"toolName": "fullName",
|
|
@@ -18056,7 +18068,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
18056
18068
|
"idPrefix": "platform",
|
|
18057
18069
|
"name": "ContactOut LinkedIn Lookup",
|
|
18058
18070
|
"description": "Find email and phone for a person by LinkedIn URL via ContactOut.",
|
|
18059
|
-
"category": "
|
|
18071
|
+
"category": "knowledge_retrieval",
|
|
18060
18072
|
"providers": [
|
|
18061
18073
|
"multi"
|
|
18062
18074
|
],
|
|
@@ -18086,7 +18098,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
18086
18098
|
"pathTemplate": "/v1/people/linkedin",
|
|
18087
18099
|
"method": "GET",
|
|
18088
18100
|
"verified": true,
|
|
18089
|
-
"
|
|
18101
|
+
"listPrice": "0.03",
|
|
18102
|
+
"listPriceThousandths": 3e3,
|
|
18103
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
18090
18104
|
"params": [
|
|
18091
18105
|
{
|
|
18092
18106
|
"toolName": "profile",
|
|
@@ -18117,7 +18131,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
18117
18131
|
"idPrefix": "platform",
|
|
18118
18132
|
"name": "Coresignal Company Enrich",
|
|
18119
18133
|
"description": "Enrich a company by domain or name with clean structured data via Coresignal.",
|
|
18120
|
-
"category": "
|
|
18134
|
+
"category": "knowledge_retrieval",
|
|
18121
18135
|
"providers": [
|
|
18122
18136
|
"multi"
|
|
18123
18137
|
],
|
|
@@ -18144,7 +18158,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
18144
18158
|
"method": "GET",
|
|
18145
18159
|
"verified": true,
|
|
18146
18160
|
"docsUrl": "https://docs.coresignal.com/company-api/clean-company-api",
|
|
18147
|
-
"
|
|
18161
|
+
"listPrice": "0.042",
|
|
18162
|
+
"listPriceThousandths": 4200,
|
|
18163
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
18148
18164
|
"params": [
|
|
18149
18165
|
{
|
|
18150
18166
|
"toolName": "website",
|
|
@@ -18162,7 +18178,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
18162
18178
|
"idPrefix": "platform",
|
|
18163
18179
|
"name": "Coresignal Company Multi-Source Enrich",
|
|
18164
18180
|
"description": "Enrich a company with data aggregated from multiple sources via Coresignal.",
|
|
18165
|
-
"category": "
|
|
18181
|
+
"category": "knowledge_retrieval",
|
|
18166
18182
|
"providers": [
|
|
18167
18183
|
"multi"
|
|
18168
18184
|
],
|
|
@@ -18189,7 +18205,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
18189
18205
|
"method": "GET",
|
|
18190
18206
|
"verified": true,
|
|
18191
18207
|
"docsUrl": "https://docs.coresignal.com/company-api/multi-source-company-api",
|
|
18192
|
-
"
|
|
18208
|
+
"listPrice": "0.084",
|
|
18209
|
+
"listPriceThousandths": 8400,
|
|
18210
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
18193
18211
|
"params": [
|
|
18194
18212
|
{
|
|
18195
18213
|
"toolName": "website",
|
|
@@ -18207,7 +18225,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
18207
18225
|
"idPrefix": "platform",
|
|
18208
18226
|
"name": "Coresignal Employee Collect",
|
|
18209
18227
|
"description": "Collect employee data by LinkedIn profile URL via Coresignal.",
|
|
18210
|
-
"category": "
|
|
18228
|
+
"category": "knowledge_retrieval",
|
|
18211
18229
|
"providers": [
|
|
18212
18230
|
"multi"
|
|
18213
18231
|
],
|
|
@@ -18234,7 +18252,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
18234
18252
|
"method": "GET",
|
|
18235
18253
|
"verified": true,
|
|
18236
18254
|
"docsUrl": "https://docs.coresignal.com/employee-api/base-employee-api",
|
|
18237
|
-
"
|
|
18255
|
+
"listPrice": "0.042",
|
|
18256
|
+
"listPriceThousandths": 4200,
|
|
18257
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
18238
18258
|
"params": [
|
|
18239
18259
|
{
|
|
18240
18260
|
"toolName": "profileUrl",
|
|
@@ -18252,7 +18272,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
18252
18272
|
"idPrefix": "platform",
|
|
18253
18273
|
"name": "Crustdata Company Search",
|
|
18254
18274
|
"description": "Search the Crustdata company database with growth-signal filters.",
|
|
18255
|
-
"category": "
|
|
18275
|
+
"category": "knowledge_retrieval",
|
|
18256
18276
|
"providers": [
|
|
18257
18277
|
"multi"
|
|
18258
18278
|
],
|
|
@@ -18292,7 +18312,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
18292
18312
|
"pathTemplate": "/screener/companydb/search",
|
|
18293
18313
|
"method": "POST",
|
|
18294
18314
|
"verified": true,
|
|
18295
|
-
"
|
|
18315
|
+
"listPrice": "0.22",
|
|
18316
|
+
"listPriceThousandths": 22e3,
|
|
18317
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
18296
18318
|
"params": [
|
|
18297
18319
|
{
|
|
18298
18320
|
"toolName": "filters",
|
|
@@ -18334,7 +18356,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
18334
18356
|
"idPrefix": "platform",
|
|
18335
18357
|
"name": "Crustdata Identify Company",
|
|
18336
18358
|
"description": "Identify a company by name, domain, or LinkedIn URL via Crustdata.",
|
|
18337
|
-
"category": "
|
|
18359
|
+
"category": "knowledge_retrieval",
|
|
18338
18360
|
"providers": [
|
|
18339
18361
|
"multi"
|
|
18340
18362
|
],
|
|
@@ -18377,7 +18399,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
18377
18399
|
"pathTemplate": "/screener/identify/",
|
|
18378
18400
|
"method": "POST",
|
|
18379
18401
|
"verified": true,
|
|
18380
|
-
"
|
|
18402
|
+
"listPrice": "0.22",
|
|
18403
|
+
"listPriceThousandths": 22e3,
|
|
18404
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
18381
18405
|
"params": [
|
|
18382
18406
|
{
|
|
18383
18407
|
"toolName": "queryCompanyName",
|
|
@@ -18435,7 +18459,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
18435
18459
|
"idPrefix": "platform",
|
|
18436
18460
|
"name": "Crustdata Person Enrich",
|
|
18437
18461
|
"description": "Enrich a person by LinkedIn URL via Crustdata.",
|
|
18438
|
-
"category": "
|
|
18462
|
+
"category": "knowledge_retrieval",
|
|
18439
18463
|
"providers": [
|
|
18440
18464
|
"multi"
|
|
18441
18465
|
],
|
|
@@ -18456,7 +18480,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
18456
18480
|
},
|
|
18457
18481
|
"fields": {
|
|
18458
18482
|
"type": "string",
|
|
18459
|
-
"description": 'Comma-separated fields to return. Recommended
|
|
18483
|
+
"description": 'Comma-separated fields to return. Recommended: "name,title,headline,email,current_employers,past_employers,education_background,skills,linkedin_profile_url,linkedin_flagship_url". Available fields: name, location, email, title, last_updated, headline, summary, num_of_connections, skills, profile_picture_url, profile_picture_permalink, twitter_handle, languages, all_employers, past_employers, current_employers, education_background, all_titles, all_schools, all_degrees, linkedin_profile_url, linkedin_flagship_url. NOT AVAILABLE (access denied): github_profiles, personal_contact_info.personal_emails, personal_contact_info.phone_numbers.'
|
|
18460
18484
|
}
|
|
18461
18485
|
},
|
|
18462
18486
|
"required": []
|
|
@@ -18470,7 +18494,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
18470
18494
|
"pathTemplate": "/screener/person/enrich",
|
|
18471
18495
|
"method": "GET",
|
|
18472
18496
|
"verified": true,
|
|
18473
|
-
"
|
|
18497
|
+
"listPrice": "1.563",
|
|
18498
|
+
"listPriceThousandths": 156300,
|
|
18499
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
18474
18500
|
"params": [
|
|
18475
18501
|
{
|
|
18476
18502
|
"toolName": "linkedinProfileUrl",
|
|
@@ -18502,7 +18528,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
18502
18528
|
"location": "query",
|
|
18503
18529
|
"type": "string",
|
|
18504
18530
|
"required": false,
|
|
18505
|
-
"description": 'Comma-separated fields to return. Recommended
|
|
18531
|
+
"description": 'Comma-separated fields to return. Recommended: "name,title,headline,email,current_employers,past_employers,education_background,skills,linkedin_profile_url,linkedin_flagship_url". Available fields: name, location, email, title, last_updated, headline, summary, num_of_connections, skills, profile_picture_url, profile_picture_permalink, twitter_handle, languages, all_employers, past_employers, current_employers, education_background, all_titles, all_schools, all_degrees, linkedin_profile_url, linkedin_flagship_url. NOT AVAILABLE (access denied): github_profiles, personal_contact_info.personal_emails, personal_contact_info.phone_numbers.'
|
|
18506
18532
|
}
|
|
18507
18533
|
]
|
|
18508
18534
|
}
|
|
@@ -18512,7 +18538,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
18512
18538
|
"idPrefix": "platform",
|
|
18513
18539
|
"name": "Crustdata Person Search",
|
|
18514
18540
|
"description": "Search the Crustdata people database with filters via Crustdata.",
|
|
18515
|
-
"category": "
|
|
18541
|
+
"category": "knowledge_retrieval",
|
|
18516
18542
|
"providers": [
|
|
18517
18543
|
"multi"
|
|
18518
18544
|
],
|
|
@@ -18521,7 +18547,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
18521
18547
|
"properties": {
|
|
18522
18548
|
"filters": {
|
|
18523
18549
|
"type": "object",
|
|
18524
|
-
"description": 'Filter object with "op" ("and"/"or") and "conditions" array. Each condition has: "column" (field name), "type" (operator), "value".
|
|
18550
|
+
"description": 'Filter object with "op" ("and"/"or") and "conditions" array. Each condition has: "column" (field name), "type" (operator), "value". SUPPORTED COLUMNS: current_employers.title, current_employers.name, current_employers.seniority_level (CXO, VP, Director, Manager, Senior, Entry), past_employers.title, past_employers.name, region, skills, languages, name, first_name, last_name, headline, years_of_experience_raw, recently_changed_jobs, emails, linkedin_profile_url. SUPPORTED OPERATORS: "=", "!=", "in", "not_in", ">", "<", "(.)" (fuzzy text match). NOT SUPPORTED: "country" column (use "region" instead), "current_employers.headcount", "education_background.field_of_study", "between" operator, ">="/"<=" operators, "preview" parameter. Example: {"op": "and", "conditions": [{"column": "current_employers.seniority_level", "type": "=", "value": "CXO"}, {"column": "region", "type": "=", "value": "San Francisco Bay Area"}]}'
|
|
18525
18551
|
},
|
|
18526
18552
|
"limit": {
|
|
18527
18553
|
"type": "number",
|
|
@@ -18549,7 +18575,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
18549
18575
|
"pathTemplate": "/screener/persondb/search",
|
|
18550
18576
|
"method": "POST",
|
|
18551
18577
|
"verified": true,
|
|
18552
|
-
"
|
|
18578
|
+
"listPrice": "0.66",
|
|
18579
|
+
"listPriceThousandths": 66e3,
|
|
18580
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
18553
18581
|
"params": [
|
|
18554
18582
|
{
|
|
18555
18583
|
"toolName": "filters",
|
|
@@ -18557,7 +18585,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
18557
18585
|
"location": "body",
|
|
18558
18586
|
"type": "object",
|
|
18559
18587
|
"required": true,
|
|
18560
|
-
"description": 'Filter object with "op" ("and"/"or") and "conditions" array. Each condition has: "column" (field name), "type" (operator), "value".
|
|
18588
|
+
"description": 'Filter object with "op" ("and"/"or") and "conditions" array. Each condition has: "column" (field name), "type" (operator), "value". SUPPORTED COLUMNS: current_employers.title, current_employers.name, current_employers.seniority_level (CXO, VP, Director, Manager, Senior, Entry), past_employers.title, past_employers.name, region, skills, languages, name, first_name, last_name, headline, years_of_experience_raw, recently_changed_jobs, emails, linkedin_profile_url. SUPPORTED OPERATORS: "=", "!=", "in", "not_in", ">", "<", "(.)" (fuzzy text match). NOT SUPPORTED: "country" column (use "region" instead), "current_employers.headcount", "education_background.field_of_study", "between" operator, ">="/"<=" operators, "preview" parameter. Example: {"op": "and", "conditions": [{"column": "current_employers.seniority_level", "type": "=", "value": "CXO"}, {"column": "region", "type": "=", "value": "San Francisco Bay Area"}]}'
|
|
18561
18589
|
},
|
|
18562
18590
|
{
|
|
18563
18591
|
"toolName": "limit",
|
|
@@ -18674,7 +18702,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
18674
18702
|
"method": "POST",
|
|
18675
18703
|
"verified": true,
|
|
18676
18704
|
"docsUrl": "https://docs.didit.me/reference/aml-screening-standalone-api",
|
|
18677
|
-
"
|
|
18705
|
+
"listPrice": "0.36",
|
|
18706
|
+
"listPriceThousandths": 36e3,
|
|
18707
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
18678
18708
|
"params": [
|
|
18679
18709
|
{
|
|
18680
18710
|
"toolName": "fullName",
|
|
@@ -18869,7 +18899,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
18869
18899
|
"method": "POST",
|
|
18870
18900
|
"verified": true,
|
|
18871
18901
|
"docsUrl": "https://docs.didit.me/reference/database-validation-api",
|
|
18872
|
-
"
|
|
18902
|
+
"listPrice": "0.31",
|
|
18903
|
+
"listPriceThousandths": 31e3,
|
|
18904
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
18873
18905
|
"params": [
|
|
18874
18906
|
{
|
|
18875
18907
|
"toolName": "issuingState",
|
|
@@ -18998,7 +19030,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
18998
19030
|
"method": "POST",
|
|
18999
19031
|
"verified": true,
|
|
19000
19032
|
"docsUrl": "https://docs.didit.me/reference/send-email-verification-code-api",
|
|
19001
|
-
"
|
|
19033
|
+
"listPrice": "0.04",
|
|
19034
|
+
"listPriceThousandths": 4e3,
|
|
19035
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
19002
19036
|
"params": [
|
|
19003
19037
|
{
|
|
19004
19038
|
"toolName": "email",
|
|
@@ -19079,7 +19113,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
19079
19113
|
"method": "POST",
|
|
19080
19114
|
"verified": true,
|
|
19081
19115
|
"docsUrl": "https://docs.didit.me/reference/send-phone-verification-code-api",
|
|
19082
|
-
"
|
|
19116
|
+
"listPrice": "0.3",
|
|
19117
|
+
"listPriceThousandths": 3e4,
|
|
19118
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
19083
19119
|
"params": [
|
|
19084
19120
|
{
|
|
19085
19121
|
"toolName": "phoneNumber",
|
|
@@ -19121,7 +19157,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
19121
19157
|
"idPrefix": "platform",
|
|
19122
19158
|
"name": "Dome Crypto Prices (Binance)",
|
|
19123
19159
|
"description": "Get real-time cryptocurrency prices from Binance via Dome.",
|
|
19124
|
-
"category": "
|
|
19160
|
+
"category": "knowledge_retrieval",
|
|
19125
19161
|
"providers": [
|
|
19126
19162
|
"multi"
|
|
19127
19163
|
],
|
|
@@ -19164,7 +19200,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
19164
19200
|
"method": "GET",
|
|
19165
19201
|
"verified": false,
|
|
19166
19202
|
"docsUrl": "https://docs.domeapi.io/api-reference/endpoint/get-binance-crypto-prices",
|
|
19167
|
-
"
|
|
19203
|
+
"listPrice": "0.01",
|
|
19204
|
+
"listPriceThousandths": 1e3,
|
|
19205
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
19168
19206
|
"params": [
|
|
19169
19207
|
{
|
|
19170
19208
|
"toolName": "currency",
|
|
@@ -19214,7 +19252,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
19214
19252
|
"idPrefix": "platform",
|
|
19215
19253
|
"name": "Dome Kalshi Markets",
|
|
19216
19254
|
"description": "Get active prediction markets and prices from Kalshi via Dome.",
|
|
19217
|
-
"category": "
|
|
19255
|
+
"category": "knowledge_retrieval",
|
|
19218
19256
|
"providers": [
|
|
19219
19257
|
"multi"
|
|
19220
19258
|
],
|
|
@@ -19269,7 +19307,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
19269
19307
|
"method": "GET",
|
|
19270
19308
|
"verified": false,
|
|
19271
19309
|
"docsUrl": "https://docs.domeapi.io/api-reference/endpoint/get-kalshi-markets",
|
|
19272
|
-
"
|
|
19310
|
+
"listPrice": "0.01",
|
|
19311
|
+
"listPriceThousandths": 1e3,
|
|
19312
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
19273
19313
|
"params": [
|
|
19274
19314
|
{
|
|
19275
19315
|
"toolName": "marketTicker",
|
|
@@ -19335,7 +19375,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
19335
19375
|
"idPrefix": "platform",
|
|
19336
19376
|
"name": "Dome Polymarket Markets",
|
|
19337
19377
|
"description": "Get active prediction markets and prices from Polymarket via Dome.",
|
|
19338
|
-
"category": "
|
|
19378
|
+
"category": "knowledge_retrieval",
|
|
19339
19379
|
"providers": [
|
|
19340
19380
|
"multi"
|
|
19341
19381
|
],
|
|
@@ -19412,7 +19452,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
19412
19452
|
"method": "GET",
|
|
19413
19453
|
"verified": false,
|
|
19414
19454
|
"docsUrl": "https://docs.domeapi.io/api-reference/endpoint/get-markets",
|
|
19415
|
-
"
|
|
19455
|
+
"listPrice": "0.01",
|
|
19456
|
+
"listPriceThousandths": 1e3,
|
|
19457
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
19416
19458
|
"params": [
|
|
19417
19459
|
{
|
|
19418
19460
|
"toolName": "marketSlug",
|
|
@@ -19510,7 +19552,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
19510
19552
|
"idPrefix": "platform",
|
|
19511
19553
|
"name": "Exa Answer",
|
|
19512
19554
|
"description": "Get an AI-generated answer with cited sources via Exa.",
|
|
19513
|
-
"category": "
|
|
19555
|
+
"category": "web_search",
|
|
19514
19556
|
"providers": [
|
|
19515
19557
|
"multi"
|
|
19516
19558
|
],
|
|
@@ -19545,7 +19587,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
19545
19587
|
"method": "POST",
|
|
19546
19588
|
"verified": false,
|
|
19547
19589
|
"docsUrl": "https://exa.ai/docs/reference/answer",
|
|
19548
|
-
"
|
|
19590
|
+
"listPrice": "0.01",
|
|
19591
|
+
"listPriceThousandths": 1e3,
|
|
19592
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
19549
19593
|
"params": [
|
|
19550
19594
|
{
|
|
19551
19595
|
"toolName": "query",
|
|
@@ -19579,7 +19623,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
19579
19623
|
"idPrefix": "platform",
|
|
19580
19624
|
"name": "Exa Contents",
|
|
19581
19625
|
"description": "Fetch full cleaned page contents for a list of URLs via Exa.",
|
|
19582
|
-
"category": "
|
|
19626
|
+
"category": "web_search",
|
|
19583
19627
|
"providers": [
|
|
19584
19628
|
"multi"
|
|
19585
19629
|
],
|
|
@@ -19652,7 +19696,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
19652
19696
|
"method": "POST",
|
|
19653
19697
|
"verified": false,
|
|
19654
19698
|
"docsUrl": "https://exa.ai/docs/reference/get-contents",
|
|
19655
|
-
"
|
|
19699
|
+
"listPrice": "0.01",
|
|
19700
|
+
"listPriceThousandths": 1e3,
|
|
19701
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
19656
19702
|
"params": [
|
|
19657
19703
|
{
|
|
19658
19704
|
"toolName": "urls",
|
|
@@ -19750,7 +19796,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
19750
19796
|
"idPrefix": "platform",
|
|
19751
19797
|
"name": "Exa Search",
|
|
19752
19798
|
"description": "Semantic neural web search \u2014 finds the most relevant pages, not just keyword matches, via Exa.",
|
|
19753
|
-
"category": "
|
|
19799
|
+
"category": "web_search",
|
|
19754
19800
|
"providers": [
|
|
19755
19801
|
"multi"
|
|
19756
19802
|
],
|
|
@@ -19855,7 +19901,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
19855
19901
|
"method": "POST",
|
|
19856
19902
|
"verified": false,
|
|
19857
19903
|
"docsUrl": "https://exa.ai/docs/reference/search",
|
|
19858
|
-
"
|
|
19904
|
+
"listPrice": "0.01",
|
|
19905
|
+
"listPriceThousandths": 1e3,
|
|
19906
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
19859
19907
|
"params": [
|
|
19860
19908
|
{
|
|
19861
19909
|
"toolName": "query",
|
|
@@ -20000,7 +20048,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
20000
20048
|
"idPrefix": "platform",
|
|
20001
20049
|
"name": "Fiber Company Search",
|
|
20002
20050
|
"description": "Search for companies with structured filters via Fiber AI.",
|
|
20003
|
-
"category": "
|
|
20051
|
+
"category": "knowledge_retrieval",
|
|
20004
20052
|
"providers": [
|
|
20005
20053
|
"multi"
|
|
20006
20054
|
],
|
|
@@ -20042,7 +20090,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
20042
20090
|
"method": "POST",
|
|
20043
20091
|
"verified": true,
|
|
20044
20092
|
"docsUrl": "https://api.fiber.ai/docs/#tag/search/POST/v1/company-search",
|
|
20045
|
-
"
|
|
20093
|
+
"listPrice": "0.01",
|
|
20094
|
+
"listPriceThousandths": 1e3,
|
|
20095
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
20046
20096
|
"params": [
|
|
20047
20097
|
{
|
|
20048
20098
|
"toolName": "searchParams",
|
|
@@ -20084,7 +20134,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
20084
20134
|
"idPrefix": "platform",
|
|
20085
20135
|
"name": "Fiber Email to Person",
|
|
20086
20136
|
"description": "Look up a person profile by email address via Fiber AI.",
|
|
20087
|
-
"category": "
|
|
20137
|
+
"category": "knowledge_retrieval",
|
|
20088
20138
|
"providers": [
|
|
20089
20139
|
"multi"
|
|
20090
20140
|
],
|
|
@@ -20115,7 +20165,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
20115
20165
|
"method": "POST",
|
|
20116
20166
|
"verified": true,
|
|
20117
20167
|
"docsUrl": "https://api.fiber.ai/docs/#tag/email-lookup/POST/v1/email-to-person/single",
|
|
20118
|
-
"
|
|
20168
|
+
"listPrice": "0.04",
|
|
20169
|
+
"listPriceThousandths": 4e3,
|
|
20170
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
20119
20171
|
"params": [
|
|
20120
20172
|
{
|
|
20121
20173
|
"toolName": "email",
|
|
@@ -20141,7 +20193,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
20141
20193
|
"idPrefix": "platform",
|
|
20142
20194
|
"name": "Fiber Natural Language Company Search",
|
|
20143
20195
|
"description": "Search for companies using a natural language description via Fiber AI.",
|
|
20144
|
-
"category": "
|
|
20196
|
+
"category": "knowledge_retrieval",
|
|
20145
20197
|
"providers": [
|
|
20146
20198
|
"multi"
|
|
20147
20199
|
],
|
|
@@ -20175,7 +20227,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
20175
20227
|
"method": "POST",
|
|
20176
20228
|
"verified": true,
|
|
20177
20229
|
"docsUrl": "https://api.fiber.ai/docs/#tag/agentic-search/POST/v1/natural-language-search/companies",
|
|
20178
|
-
"
|
|
20230
|
+
"listPrice": "0.54",
|
|
20231
|
+
"listPriceThousandths": 54e3,
|
|
20232
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
20179
20233
|
"params": [
|
|
20180
20234
|
{
|
|
20181
20235
|
"toolName": "query",
|
|
@@ -20208,7 +20262,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
20208
20262
|
"idPrefix": "platform",
|
|
20209
20263
|
"name": "Fiber Natural Language People Search",
|
|
20210
20264
|
"description": "Search for people using a natural language description via Fiber AI.",
|
|
20211
|
-
"category": "
|
|
20265
|
+
"category": "knowledge_retrieval",
|
|
20212
20266
|
"providers": [
|
|
20213
20267
|
"multi"
|
|
20214
20268
|
],
|
|
@@ -20250,7 +20304,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
20250
20304
|
"method": "POST",
|
|
20251
20305
|
"verified": true,
|
|
20252
20306
|
"docsUrl": "https://api.fiber.ai/docs/#tag/agentic-search/POST/v1/natural-language-search/profiles",
|
|
20253
|
-
"
|
|
20307
|
+
"listPrice": "0.54",
|
|
20308
|
+
"listPriceThousandths": 54e3,
|
|
20309
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
20254
20310
|
"params": [
|
|
20255
20311
|
{
|
|
20256
20312
|
"toolName": "query",
|
|
@@ -20299,7 +20355,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
20299
20355
|
"idPrefix": "platform",
|
|
20300
20356
|
"name": "Fiber People Search",
|
|
20301
20357
|
"description": "Search for people with structured filters via Fiber AI.",
|
|
20302
|
-
"category": "
|
|
20358
|
+
"category": "knowledge_retrieval",
|
|
20303
20359
|
"providers": [
|
|
20304
20360
|
"multi"
|
|
20305
20361
|
],
|
|
@@ -20353,7 +20409,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
20353
20409
|
"method": "POST",
|
|
20354
20410
|
"verified": true,
|
|
20355
20411
|
"docsUrl": "https://api.fiber.ai/docs/#tag/search/POST/v1/people-search",
|
|
20356
|
-
"
|
|
20412
|
+
"listPrice": "0.01",
|
|
20413
|
+
"listPriceThousandths": 1e3,
|
|
20414
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
20357
20415
|
"params": [
|
|
20358
20416
|
{
|
|
20359
20417
|
"toolName": "searchParams",
|
|
@@ -20411,7 +20469,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
20411
20469
|
"idPrefix": "platform",
|
|
20412
20470
|
"name": "Fiber Validate Email",
|
|
20413
20471
|
"description": "Validate whether an email address is deliverable via Fiber AI.",
|
|
20414
|
-
"category": "
|
|
20472
|
+
"category": "knowledge_retrieval",
|
|
20415
20473
|
"providers": [
|
|
20416
20474
|
"multi"
|
|
20417
20475
|
],
|
|
@@ -20438,7 +20496,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
20438
20496
|
"method": "POST",
|
|
20439
20497
|
"verified": true,
|
|
20440
20498
|
"docsUrl": "https://api.fiber.ai/docs/#tag/validation/POST/v1/validate-email/single",
|
|
20441
|
-
"
|
|
20499
|
+
"listPrice": "0.02",
|
|
20500
|
+
"listPriceThousandths": 2e3,
|
|
20501
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
20442
20502
|
"params": [
|
|
20443
20503
|
{
|
|
20444
20504
|
"toolName": "email",
|
|
@@ -20451,12 +20511,102 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
20451
20511
|
]
|
|
20452
20512
|
}
|
|
20453
20513
|
},
|
|
20514
|
+
{
|
|
20515
|
+
"id": "orthogonal:happenstance:research",
|
|
20516
|
+
"idPrefix": "platform",
|
|
20517
|
+
"name": "Happenstance Person Research",
|
|
20518
|
+
"description": "Submit a description of a person and receive a detailed research profile including employment, education, projects, and writings via Happenstance.",
|
|
20519
|
+
"category": "third_party_api",
|
|
20520
|
+
"providers": [
|
|
20521
|
+
"multi"
|
|
20522
|
+
],
|
|
20523
|
+
"parametersSchema": {
|
|
20524
|
+
"type": "object",
|
|
20525
|
+
"properties": {
|
|
20526
|
+
"description": {
|
|
20527
|
+
"type": "string",
|
|
20528
|
+
"description": "Description of the person to research. Include name, company, role, or any identifying details."
|
|
20529
|
+
}
|
|
20530
|
+
},
|
|
20531
|
+
"required": [
|
|
20532
|
+
"description"
|
|
20533
|
+
]
|
|
20534
|
+
},
|
|
20535
|
+
"requiresApiKey": false,
|
|
20536
|
+
"executionHint": "platform",
|
|
20537
|
+
"platformKeySupport": true,
|
|
20538
|
+
"managedExecution": {
|
|
20539
|
+
"kind": "orthogonal",
|
|
20540
|
+
"apiSlug": "happenstance",
|
|
20541
|
+
"pathTemplate": "/v1/research",
|
|
20542
|
+
"method": "POST",
|
|
20543
|
+
"verified": true,
|
|
20544
|
+
"listPrice": "0.3",
|
|
20545
|
+
"listPriceThousandths": 3e4,
|
|
20546
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
20547
|
+
"params": [
|
|
20548
|
+
{
|
|
20549
|
+
"toolName": "description",
|
|
20550
|
+
"wireName": "description",
|
|
20551
|
+
"location": "body",
|
|
20552
|
+
"type": "string",
|
|
20553
|
+
"required": true,
|
|
20554
|
+
"description": "Description of the person to research. Include name, company, role, or any identifying details."
|
|
20555
|
+
}
|
|
20556
|
+
]
|
|
20557
|
+
}
|
|
20558
|
+
},
|
|
20559
|
+
{
|
|
20560
|
+
"id": "orthogonal:happenstance:research_status",
|
|
20561
|
+
"idPrefix": "platform",
|
|
20562
|
+
"name": "Happenstance Research Status",
|
|
20563
|
+
"description": "Check the status and retrieve results of a person research request via Happenstance.",
|
|
20564
|
+
"category": "third_party_api",
|
|
20565
|
+
"providers": [
|
|
20566
|
+
"multi"
|
|
20567
|
+
],
|
|
20568
|
+
"parametersSchema": {
|
|
20569
|
+
"type": "object",
|
|
20570
|
+
"properties": {
|
|
20571
|
+
"researchId": {
|
|
20572
|
+
"type": "string",
|
|
20573
|
+
"description": "Path parameter: research_id"
|
|
20574
|
+
}
|
|
20575
|
+
},
|
|
20576
|
+
"required": [
|
|
20577
|
+
"researchId"
|
|
20578
|
+
]
|
|
20579
|
+
},
|
|
20580
|
+
"requiresApiKey": false,
|
|
20581
|
+
"executionHint": "platform",
|
|
20582
|
+
"platformKeySupport": true,
|
|
20583
|
+
"managedExecution": {
|
|
20584
|
+
"kind": "orthogonal",
|
|
20585
|
+
"apiSlug": "happenstance",
|
|
20586
|
+
"pathTemplate": "/v1/research/{research_id}",
|
|
20587
|
+
"method": "GET",
|
|
20588
|
+
"verified": true,
|
|
20589
|
+
"listPrice": "0",
|
|
20590
|
+
"listPriceThousandths": 0,
|
|
20591
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
20592
|
+
"params": [
|
|
20593
|
+
{
|
|
20594
|
+
"toolName": "researchId",
|
|
20595
|
+
"wireName": "research_id",
|
|
20596
|
+
"location": "path",
|
|
20597
|
+
"type": "string",
|
|
20598
|
+
"required": true,
|
|
20599
|
+
"description": "Path parameter: research_id"
|
|
20600
|
+
}
|
|
20601
|
+
]
|
|
20602
|
+
}
|
|
20603
|
+
},
|
|
20454
20604
|
{
|
|
20455
20605
|
"id": "orthogonal:hunter:domain_search",
|
|
20456
20606
|
"idPrefix": "platform",
|
|
20457
20607
|
"name": "Hunter Domain Search",
|
|
20458
20608
|
"description": "Find all email addresses associated with a company domain via Hunter.",
|
|
20459
|
-
"category": "
|
|
20609
|
+
"category": "knowledge_retrieval",
|
|
20460
20610
|
"providers": [
|
|
20461
20611
|
"multi"
|
|
20462
20612
|
],
|
|
@@ -20501,7 +20651,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
20501
20651
|
"pathTemplate": "/v2/domain-search",
|
|
20502
20652
|
"method": "GET",
|
|
20503
20653
|
"verified": false,
|
|
20504
|
-
"
|
|
20654
|
+
"listPrice": "0.01",
|
|
20655
|
+
"listPriceThousandths": 1e3,
|
|
20656
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
20505
20657
|
"params": [
|
|
20506
20658
|
{
|
|
20507
20659
|
"toolName": "domain",
|
|
@@ -20559,7 +20711,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
20559
20711
|
"idPrefix": "platform",
|
|
20560
20712
|
"name": "Hunter Email Finder",
|
|
20561
20713
|
"description": "Find a professional email address by first name, last name, and company domain via Hunter.",
|
|
20562
|
-
"category": "
|
|
20714
|
+
"category": "knowledge_retrieval",
|
|
20563
20715
|
"providers": [
|
|
20564
20716
|
"multi"
|
|
20565
20717
|
],
|
|
@@ -20602,7 +20754,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
20602
20754
|
"pathTemplate": "/v2/email-finder",
|
|
20603
20755
|
"method": "GET",
|
|
20604
20756
|
"verified": false,
|
|
20605
|
-
"
|
|
20757
|
+
"listPrice": "0.01",
|
|
20758
|
+
"listPriceThousandths": 1e3,
|
|
20759
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
20606
20760
|
"params": [
|
|
20607
20761
|
{
|
|
20608
20762
|
"toolName": "domain",
|
|
@@ -20660,7 +20814,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
20660
20814
|
"idPrefix": "platform",
|
|
20661
20815
|
"name": "Hunter Email Verifier",
|
|
20662
20816
|
"description": "Verify the deliverability and validity of an email address via Hunter.",
|
|
20663
|
-
"category": "
|
|
20817
|
+
"category": "knowledge_retrieval",
|
|
20664
20818
|
"providers": [
|
|
20665
20819
|
"multi"
|
|
20666
20820
|
],
|
|
@@ -20685,7 +20839,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
20685
20839
|
"pathTemplate": "/v2/email-verifier",
|
|
20686
20840
|
"method": "GET",
|
|
20687
20841
|
"verified": false,
|
|
20688
|
-
"
|
|
20842
|
+
"listPrice": "0.01",
|
|
20843
|
+
"listPriceThousandths": 1e3,
|
|
20844
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
20689
20845
|
"params": [
|
|
20690
20846
|
{
|
|
20691
20847
|
"toolName": "email",
|
|
@@ -20703,7 +20859,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
20703
20859
|
"idPrefix": "platform",
|
|
20704
20860
|
"name": "Influencers Club Creator Enrich by Email",
|
|
20705
20861
|
"description": "Get a creator profile by email address via Influencers Club.",
|
|
20706
|
-
"category": "
|
|
20862
|
+
"category": "knowledge_retrieval",
|
|
20707
20863
|
"providers": [
|
|
20708
20864
|
"multi"
|
|
20709
20865
|
],
|
|
@@ -20728,7 +20884,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
20728
20884
|
"pathTemplate": "/public/v1/creators/enrich/email/",
|
|
20729
20885
|
"method": "POST",
|
|
20730
20886
|
"verified": true,
|
|
20731
|
-
"
|
|
20887
|
+
"listPrice": "0.033",
|
|
20888
|
+
"listPriceThousandths": 3300,
|
|
20889
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
20732
20890
|
"params": [
|
|
20733
20891
|
{
|
|
20734
20892
|
"toolName": "email",
|
|
@@ -20746,7 +20904,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
20746
20904
|
"idPrefix": "platform",
|
|
20747
20905
|
"name": "Influencers Club Creator Enrich by Handle",
|
|
20748
20906
|
"description": "Get full creator profile, audience stats, and contact info by social handle via Influencers Club.",
|
|
20749
|
-
"category": "
|
|
20907
|
+
"category": "knowledge_retrieval",
|
|
20750
20908
|
"providers": [
|
|
20751
20909
|
"multi"
|
|
20752
20910
|
],
|
|
@@ -20788,7 +20946,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
20788
20946
|
"pathTemplate": "/public/v1/creators/enrich/handle/full/",
|
|
20789
20947
|
"method": "POST",
|
|
20790
20948
|
"verified": true,
|
|
20791
|
-
"
|
|
20949
|
+
"listPrice": "0.66",
|
|
20950
|
+
"listPriceThousandths": 66e3,
|
|
20951
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
20792
20952
|
"params": [
|
|
20793
20953
|
{
|
|
20794
20954
|
"toolName": "handle",
|
|
@@ -20838,7 +20998,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
20838
20998
|
"idPrefix": "platform",
|
|
20839
20999
|
"name": "Influencers Club Discovery",
|
|
20840
21000
|
"description": "Discover social media influencers by niche, platform, audience size, and other filters.",
|
|
20841
|
-
"category": "
|
|
21001
|
+
"category": "knowledge_retrieval",
|
|
20842
21002
|
"providers": [
|
|
20843
21003
|
"multi"
|
|
20844
21004
|
],
|
|
@@ -20875,7 +21035,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
20875
21035
|
"pathTemplate": "/public/v1/discovery/",
|
|
20876
21036
|
"method": "POST",
|
|
20877
21037
|
"verified": true,
|
|
20878
|
-
"
|
|
21038
|
+
"listPrice": "0.03",
|
|
21039
|
+
"listPriceThousandths": 3e3,
|
|
21040
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
20879
21041
|
"params": [
|
|
20880
21042
|
{
|
|
20881
21043
|
"toolName": "platform",
|
|
@@ -20917,7 +21079,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
20917
21079
|
"idPrefix": "platform",
|
|
20918
21080
|
"name": "LinkUp Fetch",
|
|
20919
21081
|
"description": "Fetch and extract clean content from a URL via LinkUp.",
|
|
20920
|
-
"category": "
|
|
21082
|
+
"category": "web_search",
|
|
20921
21083
|
"providers": [
|
|
20922
21084
|
"multi"
|
|
20923
21085
|
],
|
|
@@ -20956,7 +21118,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
20956
21118
|
"method": "POST",
|
|
20957
21119
|
"verified": true,
|
|
20958
21120
|
"docsUrl": "https://docs.linkup.so/pages/documentation/api-reference/endpoint/post-fetch",
|
|
20959
|
-
"
|
|
21121
|
+
"listPrice": "0.01",
|
|
21122
|
+
"listPriceThousandths": 1e3,
|
|
21123
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
20960
21124
|
"params": [
|
|
20961
21125
|
{
|
|
20962
21126
|
"toolName": "url",
|
|
@@ -20998,7 +21162,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
20998
21162
|
"idPrefix": "platform",
|
|
20999
21163
|
"name": "LinkUp Search",
|
|
21000
21164
|
"description": "Run AI-native web research queries through LinkUp via Orthogonal.",
|
|
21001
|
-
"category": "
|
|
21165
|
+
"category": "web_search",
|
|
21002
21166
|
"providers": [
|
|
21003
21167
|
"multi"
|
|
21004
21168
|
],
|
|
@@ -21084,7 +21248,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
21084
21248
|
"method": "POST",
|
|
21085
21249
|
"verified": true,
|
|
21086
21250
|
"docsUrl": "https://docs.linkup.so/pages/documentation/api-reference/endpoint/post-search",
|
|
21087
|
-
"
|
|
21251
|
+
"listPrice": "0.01",
|
|
21252
|
+
"listPriceThousandths": 1e3,
|
|
21253
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
21088
21254
|
"params": [
|
|
21089
21255
|
{
|
|
21090
21256
|
"toolName": "q",
|
|
@@ -21194,7 +21360,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
21194
21360
|
"idPrefix": "platform",
|
|
21195
21361
|
"name": "Logo.dev Search",
|
|
21196
21362
|
"description": "Search for company logos by company name or domain via Logo.dev.",
|
|
21197
|
-
"category": "
|
|
21363
|
+
"category": "knowledge_retrieval",
|
|
21198
21364
|
"providers": [
|
|
21199
21365
|
"multi"
|
|
21200
21366
|
],
|
|
@@ -21221,7 +21387,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
21221
21387
|
"pathTemplate": "/search",
|
|
21222
21388
|
"method": "GET",
|
|
21223
21389
|
"verified": false,
|
|
21224
|
-
"
|
|
21390
|
+
"listPrice": "0.01",
|
|
21391
|
+
"listPriceThousandths": 1e3,
|
|
21392
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
21225
21393
|
"params": [
|
|
21226
21394
|
{
|
|
21227
21395
|
"toolName": "q",
|
|
@@ -21245,7 +21413,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
21245
21413
|
"idPrefix": "platform",
|
|
21246
21414
|
"name": "Notte Scrape",
|
|
21247
21415
|
"description": "Scrape a webpage using a real browser session \u2014 handles JS-rendered content via Notte.",
|
|
21248
|
-
"category": "
|
|
21416
|
+
"category": "browser",
|
|
21249
21417
|
"providers": [
|
|
21250
21418
|
"multi"
|
|
21251
21419
|
],
|
|
@@ -21274,7 +21442,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
21274
21442
|
"pathTemplate": "/scrape",
|
|
21275
21443
|
"method": "POST",
|
|
21276
21444
|
"verified": true,
|
|
21277
|
-
"
|
|
21445
|
+
"listPrice": "0.01",
|
|
21446
|
+
"listPriceThousandths": 1e3,
|
|
21447
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
21278
21448
|
"params": [
|
|
21279
21449
|
{
|
|
21280
21450
|
"toolName": "url",
|
|
@@ -21300,7 +21470,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
21300
21470
|
"idPrefix": "platform",
|
|
21301
21471
|
"name": "Notte Scrape from HTML",
|
|
21302
21472
|
"description": "Extract structured data from raw HTML via Notte.",
|
|
21303
|
-
"category": "
|
|
21473
|
+
"category": "browser",
|
|
21304
21474
|
"providers": [
|
|
21305
21475
|
"multi"
|
|
21306
21476
|
],
|
|
@@ -21328,7 +21498,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
21328
21498
|
"pathTemplate": "/scrape_from_html",
|
|
21329
21499
|
"method": "POST",
|
|
21330
21500
|
"verified": true,
|
|
21331
|
-
"
|
|
21501
|
+
"listPrice": "0.002",
|
|
21502
|
+
"listPriceThousandths": 200,
|
|
21503
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
21332
21504
|
"params": [
|
|
21333
21505
|
{
|
|
21334
21506
|
"toolName": "frames",
|
|
@@ -21346,7 +21518,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
21346
21518
|
"idPrefix": "platform",
|
|
21347
21519
|
"name": "Nyne Company Enrichment",
|
|
21348
21520
|
"description": "Enrich a company with funding, headcount, and competitive data via Nyne.",
|
|
21349
|
-
"category": "
|
|
21521
|
+
"category": "knowledge_retrieval",
|
|
21350
21522
|
"providers": [
|
|
21351
21523
|
"multi"
|
|
21352
21524
|
],
|
|
@@ -21373,7 +21545,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
21373
21545
|
"method": "GET",
|
|
21374
21546
|
"verified": true,
|
|
21375
21547
|
"docsUrl": "https://api.nyne.ai/documentation/company/enrichment",
|
|
21376
|
-
"
|
|
21548
|
+
"listPrice": "0",
|
|
21549
|
+
"listPriceThousandths": 0,
|
|
21550
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
21377
21551
|
"params": [
|
|
21378
21552
|
{
|
|
21379
21553
|
"toolName": "requestId",
|
|
@@ -21391,7 +21565,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
21391
21565
|
"idPrefix": "platform",
|
|
21392
21566
|
"name": "Nyne Company Search",
|
|
21393
21567
|
"description": "Search for companies with filters via Nyne.",
|
|
21394
|
-
"category": "
|
|
21568
|
+
"category": "knowledge_retrieval",
|
|
21395
21569
|
"providers": [
|
|
21396
21570
|
"multi"
|
|
21397
21571
|
],
|
|
@@ -21418,7 +21592,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
21418
21592
|
"method": "GET",
|
|
21419
21593
|
"verified": true,
|
|
21420
21594
|
"docsUrl": "https://api.nyne.ai/documentation/company/search",
|
|
21421
|
-
"
|
|
21595
|
+
"listPrice": "0",
|
|
21596
|
+
"listPriceThousandths": 0,
|
|
21597
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
21422
21598
|
"params": [
|
|
21423
21599
|
{
|
|
21424
21600
|
"toolName": "requestId",
|
|
@@ -21436,7 +21612,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
21436
21612
|
"idPrefix": "platform",
|
|
21437
21613
|
"name": "Nyne Person Enrichment",
|
|
21438
21614
|
"description": "Enrich a person profile with social, professional, and behavioral data via Nyne.",
|
|
21439
|
-
"category": "
|
|
21615
|
+
"category": "knowledge_retrieval",
|
|
21440
21616
|
"providers": [
|
|
21441
21617
|
"multi"
|
|
21442
21618
|
],
|
|
@@ -21463,7 +21639,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
21463
21639
|
"method": "GET",
|
|
21464
21640
|
"verified": true,
|
|
21465
21641
|
"docsUrl": "https://api.nyne.ai/documentation/person/enrichment",
|
|
21466
|
-
"
|
|
21642
|
+
"listPrice": "0",
|
|
21643
|
+
"listPriceThousandths": 0,
|
|
21644
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
21467
21645
|
"params": [
|
|
21468
21646
|
{
|
|
21469
21647
|
"toolName": "requestId",
|
|
@@ -21481,7 +21659,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
21481
21659
|
"idPrefix": "platform",
|
|
21482
21660
|
"name": "Nyne Person Search",
|
|
21483
21661
|
"description": "Search for people with filters via Nyne.",
|
|
21484
|
-
"category": "
|
|
21662
|
+
"category": "knowledge_retrieval",
|
|
21485
21663
|
"providers": [
|
|
21486
21664
|
"multi"
|
|
21487
21665
|
],
|
|
@@ -21508,7 +21686,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
21508
21686
|
"method": "GET",
|
|
21509
21687
|
"verified": true,
|
|
21510
21688
|
"docsUrl": "https://api.nyne.ai/documentation/person/search",
|
|
21511
|
-
"
|
|
21689
|
+
"listPrice": "0",
|
|
21690
|
+
"listPriceThousandths": 0,
|
|
21691
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
21512
21692
|
"params": [
|
|
21513
21693
|
{
|
|
21514
21694
|
"toolName": "requestId",
|
|
@@ -21526,7 +21706,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
21526
21706
|
"idPrefix": "platform",
|
|
21527
21707
|
"name": "Ocean.io Companies Search",
|
|
21528
21708
|
"description": "Search for B2B companies by ideal customer profile similarity via Ocean.io.",
|
|
21529
|
-
"category": "
|
|
21709
|
+
"category": "knowledge_retrieval",
|
|
21530
21710
|
"providers": [
|
|
21531
21711
|
"multi"
|
|
21532
21712
|
],
|
|
@@ -21568,7 +21748,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
21568
21748
|
"pathTemplate": "/v3/search/companies",
|
|
21569
21749
|
"method": "POST",
|
|
21570
21750
|
"verified": true,
|
|
21571
|
-
"
|
|
21751
|
+
"listPrice": "0.018",
|
|
21752
|
+
"listPriceThousandths": 1800,
|
|
21753
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
21572
21754
|
"params": [
|
|
21573
21755
|
{
|
|
21574
21756
|
"toolName": "size",
|
|
@@ -21618,7 +21800,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
21618
21800
|
"idPrefix": "platform",
|
|
21619
21801
|
"name": "Ocean.io Company Enrich",
|
|
21620
21802
|
"description": "Enrich a company profile with firmographic data via Ocean.io.",
|
|
21621
|
-
"category": "
|
|
21803
|
+
"category": "knowledge_retrieval",
|
|
21622
21804
|
"providers": [
|
|
21623
21805
|
"multi"
|
|
21624
21806
|
],
|
|
@@ -21655,7 +21837,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
21655
21837
|
"pathTemplate": "/v2/enrich/company",
|
|
21656
21838
|
"method": "POST",
|
|
21657
21839
|
"verified": true,
|
|
21658
|
-
"
|
|
21840
|
+
"listPrice": "0.01",
|
|
21841
|
+
"listPriceThousandths": 1e3,
|
|
21842
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
21659
21843
|
"params": [
|
|
21660
21844
|
{
|
|
21661
21845
|
"toolName": "company",
|
|
@@ -21689,7 +21873,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
21689
21873
|
"idPrefix": "platform",
|
|
21690
21874
|
"name": "Ocean.io People Search",
|
|
21691
21875
|
"description": "Search for contacts/people with filters via Ocean.io.",
|
|
21692
|
-
"category": "
|
|
21876
|
+
"category": "knowledge_retrieval",
|
|
21693
21877
|
"providers": [
|
|
21694
21878
|
"multi"
|
|
21695
21879
|
],
|
|
@@ -21739,7 +21923,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
21739
21923
|
"pathTemplate": "/v3/search/people",
|
|
21740
21924
|
"method": "POST",
|
|
21741
21925
|
"verified": true,
|
|
21742
|
-
"
|
|
21926
|
+
"listPrice": "0.018",
|
|
21927
|
+
"listPriceThousandths": 1800,
|
|
21928
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
21743
21929
|
"params": [
|
|
21744
21930
|
{
|
|
21745
21931
|
"toolName": "size",
|
|
@@ -21805,7 +21991,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
21805
21991
|
"idPrefix": "platform",
|
|
21806
21992
|
"name": "Ocean.io Person Enrich",
|
|
21807
21993
|
"description": "Enrich a person profile via Ocean.io.",
|
|
21808
|
-
"category": "
|
|
21994
|
+
"category": "knowledge_retrieval",
|
|
21809
21995
|
"providers": [
|
|
21810
21996
|
"multi"
|
|
21811
21997
|
],
|
|
@@ -21834,7 +22020,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
21834
22020
|
"pathTemplate": "/v2/enrich/person",
|
|
21835
22021
|
"method": "POST",
|
|
21836
22022
|
"verified": true,
|
|
21837
|
-
"
|
|
22023
|
+
"listPrice": "0.01",
|
|
22024
|
+
"listPriceThousandths": 1e3,
|
|
22025
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
21838
22026
|
"params": [
|
|
21839
22027
|
{
|
|
21840
22028
|
"toolName": "person",
|
|
@@ -21860,7 +22048,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
21860
22048
|
"idPrefix": "platform",
|
|
21861
22049
|
"name": "Olostep Answers",
|
|
21862
22050
|
"description": "Ask a question about a URL and get a structured AI-generated answer via Olostep.",
|
|
21863
|
-
"category": "
|
|
22051
|
+
"category": "web_scraping",
|
|
21864
22052
|
"providers": [
|
|
21865
22053
|
"multi"
|
|
21866
22054
|
],
|
|
@@ -21891,7 +22079,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
21891
22079
|
"method": "POST",
|
|
21892
22080
|
"verified": true,
|
|
21893
22081
|
"docsUrl": "https://docs.olostep.com/api-reference/answers/create",
|
|
21894
|
-
"
|
|
22082
|
+
"listPrice": "0.05",
|
|
22083
|
+
"listPriceThousandths": 5e3,
|
|
22084
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
21895
22085
|
"params": [
|
|
21896
22086
|
{
|
|
21897
22087
|
"toolName": "task",
|
|
@@ -21917,7 +22107,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
21917
22107
|
"idPrefix": "platform",
|
|
21918
22108
|
"name": "Olostep Crawl",
|
|
21919
22109
|
"description": "Crawl a website and extract content from multiple pages via Olostep.",
|
|
21920
|
-
"category": "
|
|
22110
|
+
"category": "web_scraping",
|
|
21921
22111
|
"providers": [
|
|
21922
22112
|
"multi"
|
|
21923
22113
|
],
|
|
@@ -21991,7 +22181,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
21991
22181
|
"method": "POST",
|
|
21992
22182
|
"verified": true,
|
|
21993
22183
|
"docsUrl": "https://docs.olostep.com/api-reference/crawls/create",
|
|
21994
|
-
"
|
|
22184
|
+
"listPrice": "0.05",
|
|
22185
|
+
"listPriceThousandths": 5e3,
|
|
22186
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
21995
22187
|
"params": [
|
|
21996
22188
|
{
|
|
21997
22189
|
"toolName": "startUrl",
|
|
@@ -22089,7 +22281,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
22089
22281
|
"idPrefix": "platform",
|
|
22090
22282
|
"name": "Olostep Map",
|
|
22091
22283
|
"description": "Get a sitemap of all URLs on a website via Olostep.",
|
|
22092
|
-
"category": "
|
|
22284
|
+
"category": "web_scraping",
|
|
22093
22285
|
"providers": [
|
|
22094
22286
|
"multi"
|
|
22095
22287
|
],
|
|
@@ -22146,7 +22338,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
22146
22338
|
"method": "POST",
|
|
22147
22339
|
"verified": true,
|
|
22148
22340
|
"docsUrl": "https://docs.olostep.com/api-reference/maps/create",
|
|
22149
|
-
"
|
|
22341
|
+
"listPrice": "0.01",
|
|
22342
|
+
"listPriceThousandths": 1e3,
|
|
22343
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
22150
22344
|
"params": [
|
|
22151
22345
|
{
|
|
22152
22346
|
"toolName": "url",
|
|
@@ -22212,7 +22406,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
22212
22406
|
"idPrefix": "platform",
|
|
22213
22407
|
"name": "Olostep Scrapes",
|
|
22214
22408
|
"description": "Scrape a webpage and return extracted content via Olostep through Orthogonal.",
|
|
22215
|
-
"category": "
|
|
22409
|
+
"category": "web_scraping",
|
|
22216
22410
|
"providers": [
|
|
22217
22411
|
"multi"
|
|
22218
22412
|
],
|
|
@@ -22309,7 +22503,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
22309
22503
|
"method": "POST",
|
|
22310
22504
|
"verified": true,
|
|
22311
22505
|
"docsUrl": "https://docs.olostep.com/api/scrape",
|
|
22312
|
-
"
|
|
22506
|
+
"listPrice": "0.01",
|
|
22507
|
+
"listPriceThousandths": 1e3,
|
|
22508
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
22313
22509
|
"params": [
|
|
22314
22510
|
{
|
|
22315
22511
|
"toolName": "url",
|
|
@@ -22430,7 +22626,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
22430
22626
|
"idPrefix": "platform",
|
|
22431
22627
|
"name": "Openmart Enrich Company",
|
|
22432
22628
|
"description": "Enrich a company record with contact info and business data via Openmart.",
|
|
22433
|
-
"category": "
|
|
22629
|
+
"category": "knowledge_retrieval",
|
|
22434
22630
|
"providers": [
|
|
22435
22631
|
"multi"
|
|
22436
22632
|
],
|
|
@@ -22455,7 +22651,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
22455
22651
|
"pathTemplate": "/api/v1/enrich_company",
|
|
22456
22652
|
"method": "POST",
|
|
22457
22653
|
"verified": true,
|
|
22458
|
-
"
|
|
22654
|
+
"listPrice": "0.01",
|
|
22655
|
+
"listPriceThousandths": 1e3,
|
|
22656
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
22459
22657
|
"params": [
|
|
22460
22658
|
{
|
|
22461
22659
|
"toolName": "companyWebsite",
|
|
@@ -22479,7 +22677,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
22479
22677
|
"idPrefix": "platform",
|
|
22480
22678
|
"name": "Openmart Search",
|
|
22481
22679
|
"description": "Search for local businesses and SMBs by category, location, and criteria via Openmart.",
|
|
22482
|
-
"category": "
|
|
22680
|
+
"category": "knowledge_retrieval",
|
|
22483
22681
|
"providers": [
|
|
22484
22682
|
"multi"
|
|
22485
22683
|
],
|
|
@@ -22524,7 +22722,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
22524
22722
|
"pathTemplate": "/api/v1/search",
|
|
22525
22723
|
"method": "POST",
|
|
22526
22724
|
"verified": true,
|
|
22527
|
-
"
|
|
22725
|
+
"listPrice": "0.01",
|
|
22726
|
+
"listPriceThousandths": 1e3,
|
|
22727
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
22528
22728
|
"params": [
|
|
22529
22729
|
{
|
|
22530
22730
|
"toolName": "query",
|
|
@@ -22583,7 +22783,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
22583
22783
|
"idPrefix": "platform",
|
|
22584
22784
|
"name": "People Data Labs Company Enrich",
|
|
22585
22785
|
"description": "Enrich a company by website, name, ticker, or profile URL via People Data Labs.",
|
|
22586
|
-
"category": "
|
|
22786
|
+
"category": "knowledge_retrieval",
|
|
22587
22787
|
"providers": [
|
|
22588
22788
|
"multi"
|
|
22589
22789
|
],
|
|
@@ -22626,7 +22826,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
22626
22826
|
"pathTemplate": "/v5/company/enrich",
|
|
22627
22827
|
"method": "GET",
|
|
22628
22828
|
"verified": true,
|
|
22629
|
-
"
|
|
22829
|
+
"listPrice": "0.11",
|
|
22830
|
+
"listPriceThousandths": 11e3,
|
|
22831
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
22630
22832
|
"params": [
|
|
22631
22833
|
{
|
|
22632
22834
|
"toolName": "name",
|
|
@@ -22684,7 +22886,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
22684
22886
|
"idPrefix": "platform",
|
|
22685
22887
|
"name": "People Data Labs Company Search",
|
|
22686
22888
|
"description": "Search for companies using SQL-like queries across the PDL dataset.",
|
|
22687
|
-
"category": "
|
|
22889
|
+
"category": "knowledge_retrieval",
|
|
22688
22890
|
"providers": [
|
|
22689
22891
|
"multi"
|
|
22690
22892
|
],
|
|
@@ -22733,7 +22935,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
22733
22935
|
"pathTemplate": "/v5/company/search",
|
|
22734
22936
|
"method": "POST",
|
|
22735
22937
|
"verified": true,
|
|
22736
|
-
"
|
|
22938
|
+
"listPrice": "0.11",
|
|
22939
|
+
"listPriceThousandths": 11e3,
|
|
22940
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
22737
22941
|
"params": [
|
|
22738
22942
|
{
|
|
22739
22943
|
"toolName": "pretty",
|
|
@@ -22799,7 +23003,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
22799
23003
|
"idPrefix": "platform",
|
|
22800
23004
|
"name": "People Data Labs Person Enrich",
|
|
22801
23005
|
"description": "Enrich a person by email, LinkedIn, phone, or name+company via People Data Labs.",
|
|
22802
|
-
"category": "
|
|
23006
|
+
"category": "knowledge_retrieval",
|
|
22803
23007
|
"providers": [
|
|
22804
23008
|
"multi"
|
|
22805
23009
|
],
|
|
@@ -22866,7 +23070,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
22866
23070
|
"pathTemplate": "/v5/person/enrich",
|
|
22867
23071
|
"method": "GET",
|
|
22868
23072
|
"verified": true,
|
|
22869
|
-
"
|
|
23073
|
+
"listPrice": "0.35",
|
|
23074
|
+
"listPriceThousandths": 35e3,
|
|
23075
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
22870
23076
|
"params": [
|
|
22871
23077
|
{
|
|
22872
23078
|
"toolName": "name",
|
|
@@ -22972,7 +23178,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
22972
23178
|
"idPrefix": "platform",
|
|
22973
23179
|
"name": "People Data Labs Person Search",
|
|
22974
23180
|
"description": "Search for people using SQL-like queries across the PDL dataset.",
|
|
22975
|
-
"category": "
|
|
23181
|
+
"category": "knowledge_retrieval",
|
|
22976
23182
|
"providers": [
|
|
22977
23183
|
"multi"
|
|
22978
23184
|
],
|
|
@@ -22993,7 +23199,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
22993
23199
|
},
|
|
22994
23200
|
"size": {
|
|
22995
23201
|
"type": "number",
|
|
22996
|
-
"description": "Number of results to return (max 100)"
|
|
23202
|
+
"description": "Number of results to return (max 100, cost is )"
|
|
22997
23203
|
},
|
|
22998
23204
|
"from": {
|
|
22999
23205
|
"type": "number",
|
|
@@ -23025,7 +23231,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
23025
23231
|
"pathTemplate": "/v5/person/search",
|
|
23026
23232
|
"method": "POST",
|
|
23027
23233
|
"verified": true,
|
|
23028
|
-
"
|
|
23234
|
+
"listPrice": "0.35",
|
|
23235
|
+
"listPriceThousandths": 35e3,
|
|
23236
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
23029
23237
|
"params": [
|
|
23030
23238
|
{
|
|
23031
23239
|
"toolName": "pretty",
|
|
@@ -23057,7 +23265,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
23057
23265
|
"location": "body",
|
|
23058
23266
|
"type": "number",
|
|
23059
23267
|
"required": true,
|
|
23060
|
-
"description": "Number of results to return (max 100)"
|
|
23268
|
+
"description": "Number of results to return (max 100, cost is )"
|
|
23061
23269
|
},
|
|
23062
23270
|
{
|
|
23063
23271
|
"toolName": "from",
|
|
@@ -23099,7 +23307,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
23099
23307
|
"idPrefix": "platform",
|
|
23100
23308
|
"name": "Perplexity Search",
|
|
23101
23309
|
"description": "Real-time AI-powered web search with cited answers via Perplexity.",
|
|
23102
|
-
"category": "
|
|
23310
|
+
"category": "web_search",
|
|
23103
23311
|
"providers": [
|
|
23104
23312
|
"multi"
|
|
23105
23313
|
],
|
|
@@ -23176,7 +23384,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
23176
23384
|
"method": "POST",
|
|
23177
23385
|
"verified": false,
|
|
23178
23386
|
"docsUrl": "https://docs.perplexity.ai/api-reference/search-post",
|
|
23179
|
-
"
|
|
23387
|
+
"listPrice": "0.01",
|
|
23388
|
+
"listPriceThousandths": 1e3,
|
|
23389
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
23180
23390
|
"params": [
|
|
23181
23391
|
{
|
|
23182
23392
|
"toolName": "query",
|
|
@@ -23326,7 +23536,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
23326
23536
|
"method": "GET",
|
|
23327
23537
|
"verified": true,
|
|
23328
23538
|
"docsUrl": "https://api-docs.precip.ai/api/precipitation-data#daily-precipitation-data",
|
|
23329
|
-
"
|
|
23539
|
+
"listPrice": "0.01",
|
|
23540
|
+
"listPriceThousandths": 1e3,
|
|
23541
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
23330
23542
|
"params": [
|
|
23331
23543
|
{
|
|
23332
23544
|
"toolName": "start",
|
|
@@ -23422,7 +23634,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
23422
23634
|
"method": "GET",
|
|
23423
23635
|
"verified": true,
|
|
23424
23636
|
"docsUrl": "https://api-docs.precip.ai/api/precipitation-data#hourly-precipitation-data",
|
|
23425
|
-
"
|
|
23637
|
+
"listPrice": "0.01",
|
|
23638
|
+
"listPriceThousandths": 1e3,
|
|
23639
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
23426
23640
|
"params": [
|
|
23427
23641
|
{
|
|
23428
23642
|
"toolName": "start",
|
|
@@ -23510,7 +23724,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
23510
23724
|
"method": "GET",
|
|
23511
23725
|
"verified": true,
|
|
23512
23726
|
"docsUrl": "https://api-docs.precip.ai/api/precipitation-data#last-48-hours-precipitation-data",
|
|
23513
|
-
"
|
|
23727
|
+
"listPrice": "0.01",
|
|
23728
|
+
"listPriceThousandths": 1e3,
|
|
23729
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
23514
23730
|
"params": [
|
|
23515
23731
|
{
|
|
23516
23732
|
"toolName": "longitude",
|
|
@@ -23548,7 +23764,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
23548
23764
|
"idPrefix": "platform",
|
|
23549
23765
|
"name": "PredictLeads Company",
|
|
23550
23766
|
"description": "Get detailed company information and growth signals by domain or ID via PredictLeads.",
|
|
23551
|
-
"category": "
|
|
23767
|
+
"category": "knowledge_retrieval",
|
|
23552
23768
|
"providers": [
|
|
23553
23769
|
"multi"
|
|
23554
23770
|
],
|
|
@@ -23573,7 +23789,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
23573
23789
|
"pathTemplate": "/v3/companies/{id_or_domain}",
|
|
23574
23790
|
"method": "GET",
|
|
23575
23791
|
"verified": true,
|
|
23576
|
-
"
|
|
23792
|
+
"listPrice": "0.04",
|
|
23793
|
+
"listPriceThousandths": 4e3,
|
|
23794
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
23577
23795
|
"params": [
|
|
23578
23796
|
{
|
|
23579
23797
|
"toolName": "idOrDomain",
|
|
@@ -23591,7 +23809,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
23591
23809
|
"idPrefix": "platform",
|
|
23592
23810
|
"name": "PredictLeads Discover Companies",
|
|
23593
23811
|
"description": "Discover companies matching technology, hiring, and growth signal filters via PredictLeads.",
|
|
23594
|
-
"category": "
|
|
23812
|
+
"category": "knowledge_retrieval",
|
|
23595
23813
|
"providers": [
|
|
23596
23814
|
"multi"
|
|
23597
23815
|
],
|
|
@@ -23625,7 +23843,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
23625
23843
|
"pathTemplate": "/v3/discover/companies",
|
|
23626
23844
|
"method": "GET",
|
|
23627
23845
|
"verified": true,
|
|
23628
|
-
"
|
|
23846
|
+
"listPrice": "0.04",
|
|
23847
|
+
"listPriceThousandths": 4e3,
|
|
23848
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
23629
23849
|
"params": [
|
|
23630
23850
|
{
|
|
23631
23851
|
"toolName": "location",
|
|
@@ -23663,7 +23883,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
23663
23883
|
"idPrefix": "platform",
|
|
23664
23884
|
"name": "PredictLeads Discover Job Openings",
|
|
23665
23885
|
"description": "Discover job openings matching role, seniority, and company filters via PredictLeads.",
|
|
23666
|
-
"category": "
|
|
23886
|
+
"category": "knowledge_retrieval",
|
|
23667
23887
|
"providers": [
|
|
23668
23888
|
"multi"
|
|
23669
23889
|
],
|
|
@@ -23696,7 +23916,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
23696
23916
|
"pathTemplate": "/v3/discover/job_openings",
|
|
23697
23917
|
"method": "GET",
|
|
23698
23918
|
"verified": true,
|
|
23699
|
-
"
|
|
23919
|
+
"listPrice": "0.04",
|
|
23920
|
+
"listPriceThousandths": 4e3,
|
|
23921
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
23700
23922
|
"params": [
|
|
23701
23923
|
{
|
|
23702
23924
|
"toolName": "onetCodes",
|
|
@@ -23736,7 +23958,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
23736
23958
|
"idPrefix": "platform",
|
|
23737
23959
|
"name": "PredictLeads Discover News Events",
|
|
23738
23960
|
"description": "Discover company news events (funding, expansion, partnerships) via PredictLeads.",
|
|
23739
|
-
"category": "
|
|
23961
|
+
"category": "knowledge_retrieval",
|
|
23740
23962
|
"providers": [
|
|
23741
23963
|
"multi"
|
|
23742
23964
|
],
|
|
@@ -23767,7 +23989,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
23767
23989
|
"pathTemplate": "/v3/discover/news_events",
|
|
23768
23990
|
"method": "GET",
|
|
23769
23991
|
"verified": true,
|
|
23770
|
-
"
|
|
23992
|
+
"listPrice": "0.04",
|
|
23993
|
+
"listPriceThousandths": 4e3,
|
|
23994
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
23771
23995
|
"params": [
|
|
23772
23996
|
{
|
|
23773
23997
|
"toolName": "page",
|
|
@@ -23805,7 +24029,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
23805
24029
|
"idPrefix": "platform",
|
|
23806
24030
|
"name": "Riveter Scrape",
|
|
23807
24031
|
"description": "Scrape a website and extract structured data via Riveter.",
|
|
23808
|
-
"category": "
|
|
24032
|
+
"category": "web_scraping",
|
|
23809
24033
|
"providers": [
|
|
23810
24034
|
"multi"
|
|
23811
24035
|
],
|
|
@@ -23840,7 +24064,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
23840
24064
|
"method": "POST",
|
|
23841
24065
|
"verified": true,
|
|
23842
24066
|
"docsUrl": "https://docs.riveterhq.com/#tag/tools/post/scrape",
|
|
23843
|
-
"
|
|
24067
|
+
"listPrice": "0.01",
|
|
24068
|
+
"listPriceThousandths": 1e3,
|
|
24069
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
23844
24070
|
"params": [
|
|
23845
24071
|
{
|
|
23846
24072
|
"toolName": "url",
|
|
@@ -23874,7 +24100,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
23874
24100
|
"idPrefix": "platform",
|
|
23875
24101
|
"name": "ScrapeCreators Facebook Ad Library",
|
|
23876
24102
|
"description": "Search Facebook's Ad Library for active ads by keyword or advertiser via ScrapeCreators.",
|
|
23877
|
-
"category": "
|
|
24103
|
+
"category": "web_scraping",
|
|
23878
24104
|
"providers": [
|
|
23879
24105
|
"multi"
|
|
23880
24106
|
],
|
|
@@ -23939,7 +24165,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
23939
24165
|
"pathTemplate": "/v1/facebook/adLibrary/search/ads",
|
|
23940
24166
|
"method": "GET",
|
|
23941
24167
|
"verified": true,
|
|
23942
|
-
"
|
|
24168
|
+
"listPrice": "0.02",
|
|
24169
|
+
"listPriceThousandths": 2e3,
|
|
24170
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
23943
24171
|
"params": [
|
|
23944
24172
|
{
|
|
23945
24173
|
"toolName": "query",
|
|
@@ -24037,7 +24265,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
24037
24265
|
"idPrefix": "platform",
|
|
24038
24266
|
"name": "ScrapeCreators Google Search",
|
|
24039
24267
|
"description": "Scrape Google search results for a query via ScrapeCreators.",
|
|
24040
|
-
"category": "
|
|
24268
|
+
"category": "web_scraping",
|
|
24041
24269
|
"providers": [
|
|
24042
24270
|
"multi"
|
|
24043
24271
|
],
|
|
@@ -24066,7 +24294,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
24066
24294
|
"pathTemplate": "/v1/google/search",
|
|
24067
24295
|
"method": "GET",
|
|
24068
24296
|
"verified": true,
|
|
24069
|
-
"
|
|
24297
|
+
"listPrice": "0.02",
|
|
24298
|
+
"listPriceThousandths": 2e3,
|
|
24299
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
24070
24300
|
"params": [
|
|
24071
24301
|
{
|
|
24072
24302
|
"toolName": "query",
|
|
@@ -24092,7 +24322,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
24092
24322
|
"idPrefix": "platform",
|
|
24093
24323
|
"name": "ScrapeCreators Instagram Profile",
|
|
24094
24324
|
"description": "Scrape an Instagram profile by handle via ScrapeCreators.",
|
|
24095
|
-
"category": "
|
|
24325
|
+
"category": "web_scraping",
|
|
24096
24326
|
"providers": [
|
|
24097
24327
|
"multi"
|
|
24098
24328
|
],
|
|
@@ -24121,7 +24351,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
24121
24351
|
"pathTemplate": "/v1/instagram/profile",
|
|
24122
24352
|
"method": "GET",
|
|
24123
24353
|
"verified": true,
|
|
24124
|
-
"
|
|
24354
|
+
"listPrice": "0.02",
|
|
24355
|
+
"listPriceThousandths": 2e3,
|
|
24356
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
24125
24357
|
"params": [
|
|
24126
24358
|
{
|
|
24127
24359
|
"toolName": "handle",
|
|
@@ -24147,7 +24379,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
24147
24379
|
"idPrefix": "platform",
|
|
24148
24380
|
"name": "ScrapeCreators LinkedIn Company",
|
|
24149
24381
|
"description": "Scrape a LinkedIn company page by URL or handle via ScrapeCreators.",
|
|
24150
|
-
"category": "
|
|
24382
|
+
"category": "web_scraping",
|
|
24151
24383
|
"providers": [
|
|
24152
24384
|
"multi"
|
|
24153
24385
|
],
|
|
@@ -24172,7 +24404,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
24172
24404
|
"pathTemplate": "/v1/linkedin/company",
|
|
24173
24405
|
"method": "GET",
|
|
24174
24406
|
"verified": true,
|
|
24175
|
-
"
|
|
24407
|
+
"listPrice": "0.02",
|
|
24408
|
+
"listPriceThousandths": 2e3,
|
|
24409
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
24176
24410
|
"params": [
|
|
24177
24411
|
{
|
|
24178
24412
|
"toolName": "url",
|
|
@@ -24190,7 +24424,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
24190
24424
|
"idPrefix": "platform",
|
|
24191
24425
|
"name": "ScrapeCreators LinkedIn Profile",
|
|
24192
24426
|
"description": "Scrape a LinkedIn person profile by URL or handle via ScrapeCreators.",
|
|
24193
|
-
"category": "
|
|
24427
|
+
"category": "web_scraping",
|
|
24194
24428
|
"providers": [
|
|
24195
24429
|
"multi"
|
|
24196
24430
|
],
|
|
@@ -24215,7 +24449,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
24215
24449
|
"pathTemplate": "/v1/linkedin/profile",
|
|
24216
24450
|
"method": "GET",
|
|
24217
24451
|
"verified": true,
|
|
24218
|
-
"
|
|
24452
|
+
"listPrice": "0.02",
|
|
24453
|
+
"listPriceThousandths": 2e3,
|
|
24454
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
24219
24455
|
"params": [
|
|
24220
24456
|
{
|
|
24221
24457
|
"toolName": "url",
|
|
@@ -24233,7 +24469,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
24233
24469
|
"idPrefix": "platform",
|
|
24234
24470
|
"name": "ScrapeCreators Reddit Subreddit",
|
|
24235
24471
|
"description": "Scrape a Reddit subreddit for posts and metadata via ScrapeCreators.",
|
|
24236
|
-
"category": "
|
|
24472
|
+
"category": "web_scraping",
|
|
24237
24473
|
"providers": [
|
|
24238
24474
|
"multi"
|
|
24239
24475
|
],
|
|
@@ -24274,7 +24510,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
24274
24510
|
"pathTemplate": "/v1/reddit/subreddit",
|
|
24275
24511
|
"method": "GET",
|
|
24276
24512
|
"verified": true,
|
|
24277
|
-
"
|
|
24513
|
+
"listPrice": "0.02",
|
|
24514
|
+
"listPriceThousandths": 2e3,
|
|
24515
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
24278
24516
|
"params": [
|
|
24279
24517
|
{
|
|
24280
24518
|
"toolName": "subreddit",
|
|
@@ -24324,7 +24562,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
24324
24562
|
"idPrefix": "platform",
|
|
24325
24563
|
"name": "ScrapeCreators TikTok Profile",
|
|
24326
24564
|
"description": "Scrape a TikTok profile by handle via ScrapeCreators.",
|
|
24327
|
-
"category": "
|
|
24565
|
+
"category": "web_scraping",
|
|
24328
24566
|
"providers": [
|
|
24329
24567
|
"multi"
|
|
24330
24568
|
],
|
|
@@ -24349,7 +24587,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
24349
24587
|
"pathTemplate": "/v1/tiktok/profile",
|
|
24350
24588
|
"method": "GET",
|
|
24351
24589
|
"verified": true,
|
|
24352
|
-
"
|
|
24590
|
+
"listPrice": "0.02",
|
|
24591
|
+
"listPriceThousandths": 2e3,
|
|
24592
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
24353
24593
|
"params": [
|
|
24354
24594
|
{
|
|
24355
24595
|
"toolName": "handle",
|
|
@@ -24367,7 +24607,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
24367
24607
|
"idPrefix": "platform",
|
|
24368
24608
|
"name": "ScrapeCreators Twitter/X Profile",
|
|
24369
24609
|
"description": "Scrape a Twitter/X profile by handle via ScrapeCreators.",
|
|
24370
|
-
"category": "
|
|
24610
|
+
"category": "web_scraping",
|
|
24371
24611
|
"providers": [
|
|
24372
24612
|
"multi"
|
|
24373
24613
|
],
|
|
@@ -24392,7 +24632,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
24392
24632
|
"pathTemplate": "/v1/twitter/profile",
|
|
24393
24633
|
"method": "GET",
|
|
24394
24634
|
"verified": true,
|
|
24395
|
-
"
|
|
24635
|
+
"listPrice": "0.02",
|
|
24636
|
+
"listPriceThousandths": 2e3,
|
|
24637
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
24396
24638
|
"params": [
|
|
24397
24639
|
{
|
|
24398
24640
|
"toolName": "handle",
|
|
@@ -24410,7 +24652,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
24410
24652
|
"idPrefix": "platform",
|
|
24411
24653
|
"name": "ScrapeCreators Twitter/X Tweets",
|
|
24412
24654
|
"description": "Get recent tweets from a Twitter/X user via ScrapeCreators.",
|
|
24413
|
-
"category": "
|
|
24655
|
+
"category": "web_scraping",
|
|
24414
24656
|
"providers": [
|
|
24415
24657
|
"multi"
|
|
24416
24658
|
],
|
|
@@ -24439,7 +24681,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
24439
24681
|
"pathTemplate": "/v1/twitter/user-tweets",
|
|
24440
24682
|
"method": "GET",
|
|
24441
24683
|
"verified": true,
|
|
24442
|
-
"
|
|
24684
|
+
"listPrice": "0.02",
|
|
24685
|
+
"listPriceThousandths": 2e3,
|
|
24686
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
24443
24687
|
"params": [
|
|
24444
24688
|
{
|
|
24445
24689
|
"toolName": "handle",
|
|
@@ -24465,7 +24709,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
24465
24709
|
"idPrefix": "platform",
|
|
24466
24710
|
"name": "ScrapeCreators YouTube Channel",
|
|
24467
24711
|
"description": "Scrape a YouTube channel for stats and metadata via ScrapeCreators.",
|
|
24468
|
-
"category": "
|
|
24712
|
+
"category": "web_scraping",
|
|
24469
24713
|
"providers": [
|
|
24470
24714
|
"multi"
|
|
24471
24715
|
],
|
|
@@ -24496,7 +24740,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
24496
24740
|
"pathTemplate": "/v1/youtube/channel",
|
|
24497
24741
|
"method": "GET",
|
|
24498
24742
|
"verified": true,
|
|
24499
|
-
"
|
|
24743
|
+
"listPrice": "0.02",
|
|
24744
|
+
"listPriceThousandths": 2e3,
|
|
24745
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
24500
24746
|
"params": [
|
|
24501
24747
|
{
|
|
24502
24748
|
"toolName": "channelId",
|
|
@@ -24530,7 +24776,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
24530
24776
|
"idPrefix": "platform",
|
|
24531
24777
|
"name": "ScrapeCreators YouTube Video",
|
|
24532
24778
|
"description": "Scrape a YouTube video for stats, metadata, and description via ScrapeCreators.",
|
|
24533
|
-
"category": "
|
|
24779
|
+
"category": "web_scraping",
|
|
24534
24780
|
"providers": [
|
|
24535
24781
|
"multi"
|
|
24536
24782
|
],
|
|
@@ -24555,7 +24801,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
24555
24801
|
"pathTemplate": "/v1/youtube/video",
|
|
24556
24802
|
"method": "GET",
|
|
24557
24803
|
"verified": true,
|
|
24558
|
-
"
|
|
24804
|
+
"listPrice": "0.02",
|
|
24805
|
+
"listPriceThousandths": 2e3,
|
|
24806
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
24559
24807
|
"params": [
|
|
24560
24808
|
{
|
|
24561
24809
|
"toolName": "url",
|
|
@@ -24569,356 +24817,355 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
24569
24817
|
}
|
|
24570
24818
|
},
|
|
24571
24819
|
{
|
|
24572
|
-
"id": "orthogonal:
|
|
24820
|
+
"id": "orthogonal:scrapegraphai:extract",
|
|
24573
24821
|
"idPrefix": "platform",
|
|
24574
|
-
"name": "
|
|
24575
|
-
"description": "
|
|
24576
|
-
"category": "
|
|
24822
|
+
"name": "ScrapeGraphAI Extract",
|
|
24823
|
+
"description": "Extract structured data from a URL using AI \u2014 provide a prompt and get back structured results via ScrapeGraphAI.",
|
|
24824
|
+
"category": "web_scraping",
|
|
24577
24825
|
"providers": [
|
|
24578
24826
|
"multi"
|
|
24579
24827
|
],
|
|
24580
24828
|
"parametersSchema": {
|
|
24581
24829
|
"type": "object",
|
|
24582
24830
|
"properties": {
|
|
24583
|
-
"
|
|
24831
|
+
"prompt": {
|
|
24584
24832
|
"type": "string",
|
|
24585
|
-
"description": "
|
|
24833
|
+
"description": "Extraction prompt (1-10000 chars)"
|
|
24586
24834
|
},
|
|
24587
|
-
"
|
|
24835
|
+
"url": {
|
|
24836
|
+
"type": "string",
|
|
24837
|
+
"description": "URL to extract from"
|
|
24838
|
+
},
|
|
24839
|
+
"html": {
|
|
24840
|
+
"type": "string",
|
|
24841
|
+
"description": "Raw HTML to extract from"
|
|
24842
|
+
},
|
|
24843
|
+
"markdown": {
|
|
24844
|
+
"type": "string",
|
|
24845
|
+
"description": "Markdown to extract from"
|
|
24846
|
+
},
|
|
24847
|
+
"schema": {
|
|
24588
24848
|
"type": "object",
|
|
24589
|
-
"description": "
|
|
24849
|
+
"description": "JSON schema for structured output"
|
|
24590
24850
|
},
|
|
24591
|
-
"
|
|
24592
|
-
"type": "
|
|
24593
|
-
"description": "
|
|
24851
|
+
"mode": {
|
|
24852
|
+
"type": "string",
|
|
24853
|
+
"description": "Content mode: normal, reader, or prune"
|
|
24854
|
+
},
|
|
24855
|
+
"contentType": {
|
|
24856
|
+
"type": "string",
|
|
24857
|
+
"description": "Force content type"
|
|
24858
|
+
},
|
|
24859
|
+
"fetchConfig": {
|
|
24860
|
+
"type": "object",
|
|
24861
|
+
"description": "Fetch options: mode, stealth, timeout, wait, headers, cookies, country, scrolls"
|
|
24594
24862
|
}
|
|
24595
24863
|
},
|
|
24596
24864
|
"required": [
|
|
24597
|
-
"
|
|
24865
|
+
"prompt"
|
|
24598
24866
|
]
|
|
24599
24867
|
},
|
|
24600
|
-
"documentationUrl": "https://docs.scrapegraphai.com/api-reference/endpoint/markdownify/start",
|
|
24601
24868
|
"requiresApiKey": false,
|
|
24602
24869
|
"executionHint": "platform",
|
|
24603
24870
|
"platformKeySupport": true,
|
|
24604
24871
|
"managedExecution": {
|
|
24605
24872
|
"kind": "orthogonal",
|
|
24606
|
-
"apiSlug": "
|
|
24607
|
-
"pathTemplate": "/
|
|
24873
|
+
"apiSlug": "scrapegraphai",
|
|
24874
|
+
"pathTemplate": "/api/extract",
|
|
24608
24875
|
"method": "POST",
|
|
24609
24876
|
"verified": true,
|
|
24610
|
-
"
|
|
24611
|
-
"
|
|
24877
|
+
"listPrice": "0.025",
|
|
24878
|
+
"listPriceThousandths": 2500,
|
|
24879
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
24612
24880
|
"params": [
|
|
24613
24881
|
{
|
|
24614
|
-
"toolName": "
|
|
24615
|
-
"wireName": "
|
|
24882
|
+
"toolName": "prompt",
|
|
24883
|
+
"wireName": "prompt",
|
|
24616
24884
|
"location": "body",
|
|
24617
24885
|
"type": "string",
|
|
24618
24886
|
"required": true,
|
|
24619
|
-
"description": "
|
|
24887
|
+
"description": "Extraction prompt (1-10000 chars)"
|
|
24620
24888
|
},
|
|
24621
24889
|
{
|
|
24622
|
-
"toolName": "
|
|
24623
|
-
"wireName": "
|
|
24890
|
+
"toolName": "url",
|
|
24891
|
+
"wireName": "url",
|
|
24892
|
+
"location": "body",
|
|
24893
|
+
"type": "string",
|
|
24894
|
+
"required": false,
|
|
24895
|
+
"description": "URL to extract from"
|
|
24896
|
+
},
|
|
24897
|
+
{
|
|
24898
|
+
"toolName": "html",
|
|
24899
|
+
"wireName": "html",
|
|
24900
|
+
"location": "body",
|
|
24901
|
+
"type": "string",
|
|
24902
|
+
"required": false,
|
|
24903
|
+
"description": "Raw HTML to extract from"
|
|
24904
|
+
},
|
|
24905
|
+
{
|
|
24906
|
+
"toolName": "markdown",
|
|
24907
|
+
"wireName": "markdown",
|
|
24908
|
+
"location": "body",
|
|
24909
|
+
"type": "string",
|
|
24910
|
+
"required": false,
|
|
24911
|
+
"description": "Markdown to extract from"
|
|
24912
|
+
},
|
|
24913
|
+
{
|
|
24914
|
+
"toolName": "schema",
|
|
24915
|
+
"wireName": "schema",
|
|
24624
24916
|
"location": "body",
|
|
24625
24917
|
"type": "object",
|
|
24626
24918
|
"required": false,
|
|
24627
|
-
"description": "
|
|
24919
|
+
"description": "JSON schema for structured output"
|
|
24920
|
+
},
|
|
24921
|
+
{
|
|
24922
|
+
"toolName": "mode",
|
|
24923
|
+
"wireName": "mode",
|
|
24924
|
+
"location": "body",
|
|
24925
|
+
"type": "string",
|
|
24926
|
+
"required": false,
|
|
24927
|
+
"description": "Content mode: normal, reader, or prune"
|
|
24628
24928
|
},
|
|
24629
24929
|
{
|
|
24630
|
-
"toolName": "
|
|
24631
|
-
"wireName": "
|
|
24930
|
+
"toolName": "contentType",
|
|
24931
|
+
"wireName": "contentType",
|
|
24632
24932
|
"location": "body",
|
|
24633
|
-
"type": "
|
|
24933
|
+
"type": "string",
|
|
24634
24934
|
"required": false,
|
|
24635
|
-
"description": "
|
|
24935
|
+
"description": "Force content type"
|
|
24936
|
+
},
|
|
24937
|
+
{
|
|
24938
|
+
"toolName": "fetchConfig",
|
|
24939
|
+
"wireName": "fetchConfig",
|
|
24940
|
+
"location": "body",
|
|
24941
|
+
"type": "object",
|
|
24942
|
+
"required": false,
|
|
24943
|
+
"description": "Fetch options: mode, stealth, timeout, wait, headers, cookies, country, scrolls"
|
|
24636
24944
|
}
|
|
24637
24945
|
]
|
|
24638
24946
|
}
|
|
24639
24947
|
},
|
|
24640
24948
|
{
|
|
24641
|
-
"id": "orthogonal:
|
|
24949
|
+
"id": "orthogonal:scrapegraphai:scrape",
|
|
24642
24950
|
"idPrefix": "platform",
|
|
24643
|
-
"name": "
|
|
24644
|
-
"description": "
|
|
24645
|
-
"category": "
|
|
24951
|
+
"name": "ScrapeGraphAI Scrape",
|
|
24952
|
+
"description": "Fetch a URL and return its content as markdown, HTML, links, or images via ScrapeGraphAI.",
|
|
24953
|
+
"category": "web_scraping",
|
|
24646
24954
|
"providers": [
|
|
24647
24955
|
"multi"
|
|
24648
24956
|
],
|
|
24649
24957
|
"parametersSchema": {
|
|
24650
24958
|
"type": "object",
|
|
24651
24959
|
"properties": {
|
|
24652
|
-
"
|
|
24960
|
+
"url": {
|
|
24653
24961
|
"type": "string",
|
|
24654
|
-
"description": "
|
|
24655
|
-
},
|
|
24656
|
-
"headers": {
|
|
24657
|
-
"type": "object",
|
|
24658
|
-
"description": 'Optional headers to customize the search behavior. This can include user agent, cookies, or other HTTP headers. Example: { "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36", "Cookie": "cookie1=value1; cookie2=value2" }'
|
|
24962
|
+
"description": "URL to scrape"
|
|
24659
24963
|
},
|
|
24660
|
-
"
|
|
24661
|
-
"type": "
|
|
24662
|
-
"description": '
|
|
24964
|
+
"formats": {
|
|
24965
|
+
"type": "array",
|
|
24966
|
+
"description": 'Output formats array. Each item has a type (markdown, html, screenshot, json, links, images, summary, branding) and optional mode (normal, reader, prune). Defaults to [{"type":"markdown","mode":"normal"}]',
|
|
24967
|
+
"items": {
|
|
24968
|
+
"type": "string"
|
|
24969
|
+
}
|
|
24663
24970
|
},
|
|
24664
|
-
"
|
|
24971
|
+
"contentType": {
|
|
24665
24972
|
"type": "string",
|
|
24666
|
-
"description": "
|
|
24973
|
+
"description": "Force content type (text/html, application/pdf, image/jpeg, etc.)"
|
|
24667
24974
|
},
|
|
24668
|
-
"
|
|
24669
|
-
"type": "
|
|
24670
|
-
"description": "
|
|
24975
|
+
"fetchConfig": {
|
|
24976
|
+
"type": "object",
|
|
24977
|
+
"description": "Fetch options: mode (auto/fast/js), stealth (bool), timeout (ms), wait (ms), headers, cookies, country (2-letter), scrolls (0-100)"
|
|
24671
24978
|
}
|
|
24672
24979
|
},
|
|
24673
24980
|
"required": [
|
|
24674
|
-
"
|
|
24981
|
+
"url"
|
|
24675
24982
|
]
|
|
24676
24983
|
},
|
|
24677
|
-
"documentationUrl": "https://docs.scrapegraphai.com/api-reference/endpoint/searchscraper/start",
|
|
24678
24984
|
"requiresApiKey": false,
|
|
24679
24985
|
"executionHint": "platform",
|
|
24680
24986
|
"platformKeySupport": true,
|
|
24681
24987
|
"managedExecution": {
|
|
24682
24988
|
"kind": "orthogonal",
|
|
24683
|
-
"apiSlug": "
|
|
24684
|
-
"pathTemplate": "/
|
|
24989
|
+
"apiSlug": "scrapegraphai",
|
|
24990
|
+
"pathTemplate": "/api/scrape",
|
|
24685
24991
|
"method": "POST",
|
|
24686
24992
|
"verified": true,
|
|
24687
|
-
"
|
|
24688
|
-
"
|
|
24993
|
+
"listPrice": "0.005",
|
|
24994
|
+
"listPriceThousandths": 500,
|
|
24995
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
24689
24996
|
"params": [
|
|
24690
24997
|
{
|
|
24691
|
-
"toolName": "
|
|
24692
|
-
"wireName": "
|
|
24998
|
+
"toolName": "url",
|
|
24999
|
+
"wireName": "url",
|
|
24693
25000
|
"location": "body",
|
|
24694
25001
|
"type": "string",
|
|
24695
25002
|
"required": true,
|
|
24696
|
-
"description": "
|
|
24697
|
-
},
|
|
24698
|
-
{
|
|
24699
|
-
"toolName": "headers",
|
|
24700
|
-
"wireName": "headers",
|
|
24701
|
-
"location": "body",
|
|
24702
|
-
"type": "object",
|
|
24703
|
-
"required": false,
|
|
24704
|
-
"description": 'Optional headers to customize the search behavior. This can include user agent, cookies, or other HTTP headers. Example: { "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36", "Cookie": "cookie1=value1; cookie2=value2" }'
|
|
25003
|
+
"description": "URL to scrape"
|
|
24705
25004
|
},
|
|
24706
25005
|
{
|
|
24707
|
-
"toolName": "
|
|
24708
|
-
"wireName": "
|
|
25006
|
+
"toolName": "formats",
|
|
25007
|
+
"wireName": "formats",
|
|
24709
25008
|
"location": "body",
|
|
24710
|
-
"type": "
|
|
25009
|
+
"type": "array",
|
|
24711
25010
|
"required": false,
|
|
24712
|
-
"description": '
|
|
25011
|
+
"description": 'Output formats array. Each item has a type (markdown, html, screenshot, json, links, images, summary, branding) and optional mode (normal, reader, prune). Defaults to [{"type":"markdown","mode":"normal"}]'
|
|
24713
25012
|
},
|
|
24714
25013
|
{
|
|
24715
|
-
"toolName": "
|
|
24716
|
-
"wireName": "
|
|
25014
|
+
"toolName": "contentType",
|
|
25015
|
+
"wireName": "contentType",
|
|
24717
25016
|
"location": "body",
|
|
24718
25017
|
"type": "string",
|
|
24719
25018
|
"required": false,
|
|
24720
|
-
"description": "
|
|
25019
|
+
"description": "Force content type (text/html, application/pdf, image/jpeg, etc.)"
|
|
24721
25020
|
},
|
|
24722
25021
|
{
|
|
24723
|
-
"toolName": "
|
|
24724
|
-
"wireName": "
|
|
25022
|
+
"toolName": "fetchConfig",
|
|
25023
|
+
"wireName": "fetchConfig",
|
|
24725
25024
|
"location": "body",
|
|
24726
|
-
"type": "
|
|
25025
|
+
"type": "object",
|
|
24727
25026
|
"required": false,
|
|
24728
|
-
"description": "
|
|
25027
|
+
"description": "Fetch options: mode (auto/fast/js), stealth (bool), timeout (ms), wait (ms), headers, cookies, country (2-letter), scrolls (0-100)"
|
|
24729
25028
|
}
|
|
24730
25029
|
]
|
|
24731
25030
|
}
|
|
24732
25031
|
},
|
|
24733
25032
|
{
|
|
24734
|
-
"id": "orthogonal:
|
|
25033
|
+
"id": "orthogonal:scrapegraphai:search",
|
|
24735
25034
|
"idPrefix": "platform",
|
|
24736
|
-
"name": "
|
|
24737
|
-
"description": "
|
|
24738
|
-
"category": "
|
|
25035
|
+
"name": "ScrapeGraphAI Search",
|
|
25036
|
+
"description": "Search the web and extract structured data from top results using AI via ScrapeGraphAI.",
|
|
25037
|
+
"category": "web_scraping",
|
|
24739
25038
|
"providers": [
|
|
24740
25039
|
"multi"
|
|
24741
25040
|
],
|
|
24742
25041
|
"parametersSchema": {
|
|
24743
25042
|
"type": "object",
|
|
24744
25043
|
"properties": {
|
|
24745
|
-
"
|
|
25044
|
+
"query": {
|
|
24746
25045
|
"type": "string",
|
|
24747
|
-
"description": "
|
|
25046
|
+
"description": "Search query (1-500 chars)"
|
|
25047
|
+
},
|
|
25048
|
+
"numResults": {
|
|
25049
|
+
"type": "number",
|
|
25050
|
+
"description": "Number of results to scrape (1-20, default 3)"
|
|
24748
25051
|
},
|
|
24749
|
-
"
|
|
25052
|
+
"format": {
|
|
24750
25053
|
"type": "string",
|
|
24751
|
-
"description": "
|
|
25054
|
+
"description": "Output format: html or markdown (default markdown)"
|
|
24752
25055
|
},
|
|
24753
|
-
"
|
|
25056
|
+
"mode": {
|
|
24754
25057
|
"type": "string",
|
|
24755
|
-
"description": "
|
|
25058
|
+
"description": "Content mode: normal, reader, or prune (default prune)"
|
|
24756
25059
|
},
|
|
24757
|
-
"
|
|
24758
|
-
"type": "
|
|
24759
|
-
"description":
|
|
25060
|
+
"prompt": {
|
|
25061
|
+
"type": "string",
|
|
25062
|
+
"description": "LLM extraction prompt (1-10000 chars)"
|
|
24760
25063
|
},
|
|
24761
|
-
"
|
|
25064
|
+
"schema": {
|
|
24762
25065
|
"type": "object",
|
|
24763
|
-
"description": "
|
|
25066
|
+
"description": "JSON schema for structured extraction"
|
|
24764
25067
|
},
|
|
24765
|
-
"
|
|
24766
|
-
"type": "boolean",
|
|
24767
|
-
"description": "Enable stealth mode to bypass bot protection using advanced anti-detection techniques. Adds +4 credits to the request cost"
|
|
24768
|
-
},
|
|
24769
|
-
"websiteMarkdown": {
|
|
25068
|
+
"locationGeoCode": {
|
|
24770
25069
|
"type": "string",
|
|
24771
|
-
"description": "
|
|
24772
|
-
},
|
|
24773
|
-
"totalPages": {
|
|
24774
|
-
"type": "number",
|
|
24775
|
-
"description": "Optional parameter to enable pagination and scrape multiple pages. Specify the number of pages to extract data from. Default: 1 Range: 1-100"
|
|
24776
|
-
},
|
|
24777
|
-
"numberOfScrolls": {
|
|
24778
|
-
"type": "number",
|
|
24779
|
-
"description": "Optional parameter for infinite scroll pages. Specify how many times to scroll down to load more content before extraction. Default: 0 Range: 0-50"
|
|
25070
|
+
"description": "Geo code for location-based results (max 10 chars)"
|
|
24780
25071
|
},
|
|
24781
|
-
"
|
|
24782
|
-
"type": "
|
|
24783
|
-
"description": "
|
|
24784
|
-
},
|
|
24785
|
-
"mock": {
|
|
24786
|
-
"type": "boolean",
|
|
24787
|
-
"description": "Optional parameter to enable mock mode. When set to true, the request will return mock data instead of performing an actual extraction. Useful for testing and development. Default: false"
|
|
25072
|
+
"timeRange": {
|
|
25073
|
+
"type": "string",
|
|
25074
|
+
"description": "Time filter: past_hour, past_24_hours, past_week, past_month, past_year"
|
|
24788
25075
|
},
|
|
24789
|
-
"
|
|
25076
|
+
"fetchConfig": {
|
|
24790
25077
|
"type": "object",
|
|
24791
|
-
"description":
|
|
24792
|
-
},
|
|
24793
|
-
"steps": {
|
|
24794
|
-
"type": "array",
|
|
24795
|
-
"description": 'Optional array of interaction steps to perform on the webpage before extraction. Each step is a string describing the action to take (e.g., \u201Cclick on filter button\u201D, \u201Cwait for results to load\u201D). Example: ["click on search button", "type query in search box", "wait for results"]',
|
|
24796
|
-
"items": {
|
|
24797
|
-
"type": "string"
|
|
24798
|
-
}
|
|
25078
|
+
"description": "Fetch options"
|
|
24799
25079
|
}
|
|
24800
25080
|
},
|
|
24801
25081
|
"required": [
|
|
24802
|
-
"
|
|
24803
|
-
"websiteUrl"
|
|
25082
|
+
"query"
|
|
24804
25083
|
]
|
|
24805
25084
|
},
|
|
24806
|
-
"documentationUrl": "https://docs.scrapegraphai.com/api-reference/endpoint/smartscraper/start",
|
|
24807
25085
|
"requiresApiKey": false,
|
|
24808
25086
|
"executionHint": "platform",
|
|
24809
25087
|
"platformKeySupport": true,
|
|
24810
25088
|
"managedExecution": {
|
|
24811
25089
|
"kind": "orthogonal",
|
|
24812
|
-
"apiSlug": "
|
|
24813
|
-
"pathTemplate": "/
|
|
25090
|
+
"apiSlug": "scrapegraphai",
|
|
25091
|
+
"pathTemplate": "/api/search",
|
|
24814
25092
|
"method": "POST",
|
|
24815
25093
|
"verified": true,
|
|
24816
|
-
"
|
|
24817
|
-
"
|
|
25094
|
+
"listPrice": "0.075",
|
|
25095
|
+
"listPriceThousandths": 7500,
|
|
25096
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
24818
25097
|
"params": [
|
|
24819
25098
|
{
|
|
24820
|
-
"toolName": "
|
|
24821
|
-
"wireName": "
|
|
24822
|
-
"location": "body",
|
|
24823
|
-
"type": "string",
|
|
24824
|
-
"required": true,
|
|
24825
|
-
"description": "Natural language description of what information you want to extract from the webpage."
|
|
24826
|
-
},
|
|
24827
|
-
{
|
|
24828
|
-
"toolName": "websiteUrl",
|
|
24829
|
-
"wireName": "website_url",
|
|
25099
|
+
"toolName": "query",
|
|
25100
|
+
"wireName": "query",
|
|
24830
25101
|
"location": "body",
|
|
24831
25102
|
"type": "string",
|
|
24832
25103
|
"required": true,
|
|
24833
|
-
"description": "
|
|
25104
|
+
"description": "Search query (1-500 chars)"
|
|
24834
25105
|
},
|
|
24835
25106
|
{
|
|
24836
|
-
"toolName": "
|
|
24837
|
-
"wireName": "
|
|
24838
|
-
"location": "body",
|
|
24839
|
-
"type": "string",
|
|
24840
|
-
"required": false,
|
|
24841
|
-
"description": "Raw HTML content to process directly (max 2MB). Mutually exclusive with website_url and website_markdown. Useful when you already have HTML content cached or want to process modified HTML."
|
|
24842
|
-
},
|
|
24843
|
-
{
|
|
24844
|
-
"toolName": "headers",
|
|
24845
|
-
"wireName": "headers",
|
|
24846
|
-
"location": "body",
|
|
24847
|
-
"type": "object",
|
|
24848
|
-
"required": false,
|
|
24849
|
-
"description": 'Optional custom HTTP headers to send with the request. Useful for setting User-Agent, cookies, authentication tokens, and other request metadata. Example: {"User-Agent": "Mozilla/5.0...", "Cookie": "session=abc123"}'
|
|
24850
|
-
},
|
|
24851
|
-
{
|
|
24852
|
-
"toolName": "outputSchema",
|
|
24853
|
-
"wireName": "output_schema",
|
|
25107
|
+
"toolName": "numResults",
|
|
25108
|
+
"wireName": "numResults",
|
|
24854
25109
|
"location": "body",
|
|
24855
|
-
"type": "
|
|
25110
|
+
"type": "number",
|
|
24856
25111
|
"required": false,
|
|
24857
|
-
"description": "
|
|
25112
|
+
"description": "Number of results to scrape (1-20, default 3)"
|
|
24858
25113
|
},
|
|
24859
25114
|
{
|
|
24860
|
-
"toolName": "
|
|
24861
|
-
"wireName": "
|
|
25115
|
+
"toolName": "format",
|
|
25116
|
+
"wireName": "format",
|
|
24862
25117
|
"location": "body",
|
|
24863
|
-
"type": "
|
|
25118
|
+
"type": "string",
|
|
24864
25119
|
"required": false,
|
|
24865
|
-
"description": "
|
|
25120
|
+
"description": "Output format: html or markdown (default markdown)"
|
|
24866
25121
|
},
|
|
24867
25122
|
{
|
|
24868
|
-
"toolName": "
|
|
24869
|
-
"wireName": "
|
|
25123
|
+
"toolName": "mode",
|
|
25124
|
+
"wireName": "mode",
|
|
24870
25125
|
"location": "body",
|
|
24871
25126
|
"type": "string",
|
|
24872
25127
|
"required": false,
|
|
24873
|
-
"description": "
|
|
25128
|
+
"description": "Content mode: normal, reader, or prune (default prune)"
|
|
24874
25129
|
},
|
|
24875
25130
|
{
|
|
24876
|
-
"toolName": "
|
|
24877
|
-
"wireName": "
|
|
25131
|
+
"toolName": "prompt",
|
|
25132
|
+
"wireName": "prompt",
|
|
24878
25133
|
"location": "body",
|
|
24879
|
-
"type": "
|
|
25134
|
+
"type": "string",
|
|
24880
25135
|
"required": false,
|
|
24881
|
-
"description": "
|
|
25136
|
+
"description": "LLM extraction prompt (1-10000 chars)"
|
|
24882
25137
|
},
|
|
24883
25138
|
{
|
|
24884
|
-
"toolName": "
|
|
24885
|
-
"wireName": "
|
|
25139
|
+
"toolName": "schema",
|
|
25140
|
+
"wireName": "schema",
|
|
24886
25141
|
"location": "body",
|
|
24887
|
-
"type": "
|
|
25142
|
+
"type": "object",
|
|
24888
25143
|
"required": false,
|
|
24889
|
-
"description": "
|
|
25144
|
+
"description": "JSON schema for structured extraction"
|
|
24890
25145
|
},
|
|
24891
25146
|
{
|
|
24892
|
-
"toolName": "
|
|
24893
|
-
"wireName": "
|
|
25147
|
+
"toolName": "locationGeoCode",
|
|
25148
|
+
"wireName": "locationGeoCode",
|
|
24894
25149
|
"location": "body",
|
|
24895
|
-
"type": "
|
|
25150
|
+
"type": "string",
|
|
24896
25151
|
"required": false,
|
|
24897
|
-
"description": "
|
|
25152
|
+
"description": "Geo code for location-based results (max 10 chars)"
|
|
24898
25153
|
},
|
|
24899
25154
|
{
|
|
24900
|
-
"toolName": "
|
|
24901
|
-
"wireName": "
|
|
25155
|
+
"toolName": "timeRange",
|
|
25156
|
+
"wireName": "timeRange",
|
|
24902
25157
|
"location": "body",
|
|
24903
|
-
"type": "
|
|
25158
|
+
"type": "string",
|
|
24904
25159
|
"required": false,
|
|
24905
|
-
"description": "
|
|
25160
|
+
"description": "Time filter: past_hour, past_24_hours, past_week, past_month, past_year"
|
|
24906
25161
|
},
|
|
24907
25162
|
{
|
|
24908
|
-
"toolName": "
|
|
24909
|
-
"wireName": "
|
|
25163
|
+
"toolName": "fetchConfig",
|
|
25164
|
+
"wireName": "fetchConfig",
|
|
24910
25165
|
"location": "body",
|
|
24911
25166
|
"type": "object",
|
|
24912
25167
|
"required": false,
|
|
24913
|
-
"description":
|
|
24914
|
-
},
|
|
24915
|
-
{
|
|
24916
|
-
"toolName": "steps",
|
|
24917
|
-
"wireName": " steps",
|
|
24918
|
-
"location": "body",
|
|
24919
|
-
"type": "array",
|
|
24920
|
-
"required": false,
|
|
24921
|
-
"description": 'Optional array of interaction steps to perform on the webpage before extraction. Each step is a string describing the action to take (e.g., \u201Cclick on filter button\u201D, \u201Cwait for results to load\u201D). Example: ["click on search button", "type query in search box", "wait for results"]'
|
|
25168
|
+
"description": "Fetch options"
|
|
24922
25169
|
}
|
|
24923
25170
|
]
|
|
24924
25171
|
}
|
|
@@ -24928,7 +25175,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
24928
25175
|
"idPrefix": "platform",
|
|
24929
25176
|
"name": "Sixtyfour Enrich Company",
|
|
24930
25177
|
"description": "Enrich a company with firmographic and technographic data via Sixtyfour.",
|
|
24931
|
-
"category": "
|
|
25178
|
+
"category": "knowledge_retrieval",
|
|
24932
25179
|
"providers": [
|
|
24933
25180
|
"multi"
|
|
24934
25181
|
],
|
|
@@ -24976,7 +25223,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
24976
25223
|
"method": "POST",
|
|
24977
25224
|
"verified": true,
|
|
24978
25225
|
"docsUrl": "https://docs.sixtyfour.ai/api-reference/endpoint/enrich-company",
|
|
24979
|
-
"
|
|
25226
|
+
"listPrice": "0.1",
|
|
25227
|
+
"listPriceThousandths": 1e4,
|
|
25228
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
24980
25229
|
"params": [
|
|
24981
25230
|
{
|
|
24982
25231
|
"toolName": "targetCompany",
|
|
@@ -25034,7 +25283,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
25034
25283
|
"idPrefix": "platform",
|
|
25035
25284
|
"name": "Sixtyfour Enrich Lead",
|
|
25036
25285
|
"description": "Enrich a person/lead with contact and professional data via Sixtyfour.",
|
|
25037
|
-
"category": "
|
|
25286
|
+
"category": "knowledge_retrieval",
|
|
25038
25287
|
"providers": [
|
|
25039
25288
|
"multi"
|
|
25040
25289
|
],
|
|
@@ -25070,7 +25319,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
25070
25319
|
"method": "POST",
|
|
25071
25320
|
"verified": true,
|
|
25072
25321
|
"docsUrl": "https://docs.sixtyfour.ai/api-reference/endpoint/enrich-lead",
|
|
25073
|
-
"
|
|
25322
|
+
"listPrice": "0.1",
|
|
25323
|
+
"listPriceThousandths": 1e4,
|
|
25324
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
25074
25325
|
"params": [
|
|
25075
25326
|
{
|
|
25076
25327
|
"toolName": "leadInfo",
|
|
@@ -25104,7 +25355,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
25104
25355
|
"idPrefix": "platform",
|
|
25105
25356
|
"name": "Sixtyfour Find Email",
|
|
25106
25357
|
"description": "Find a professional email address for a person via Sixtyfour.",
|
|
25107
|
-
"category": "
|
|
25358
|
+
"category": "knowledge_retrieval",
|
|
25108
25359
|
"providers": [
|
|
25109
25360
|
"multi"
|
|
25110
25361
|
],
|
|
@@ -25135,7 +25386,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
25135
25386
|
"method": "POST",
|
|
25136
25387
|
"verified": true,
|
|
25137
25388
|
"docsUrl": "https://docs.sixtyfour.ai/api-reference/endpoint/find-email",
|
|
25138
|
-
"
|
|
25389
|
+
"listPrice": "0.05",
|
|
25390
|
+
"listPriceThousandths": 5e3,
|
|
25391
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
25139
25392
|
"params": [
|
|
25140
25393
|
{
|
|
25141
25394
|
"toolName": "lead",
|
|
@@ -25161,7 +25414,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
25161
25414
|
"idPrefix": "platform",
|
|
25162
25415
|
"name": "Sixtyfour Find Phone",
|
|
25163
25416
|
"description": "Find a phone number for a person via Sixtyfour.",
|
|
25164
|
-
"category": "
|
|
25417
|
+
"category": "knowledge_retrieval",
|
|
25165
25418
|
"providers": [
|
|
25166
25419
|
"multi"
|
|
25167
25420
|
],
|
|
@@ -25208,7 +25461,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
25208
25461
|
"method": "POST",
|
|
25209
25462
|
"verified": true,
|
|
25210
25463
|
"docsUrl": "https://docs.sixtyfour.ai/api-reference/endpoint/find-phone",
|
|
25211
|
-
"
|
|
25464
|
+
"listPrice": "0.3",
|
|
25465
|
+
"listPriceThousandths": 3e4,
|
|
25466
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
25212
25467
|
"params": [
|
|
25213
25468
|
{
|
|
25214
25469
|
"toolName": "lead",
|
|
@@ -25266,7 +25521,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
25266
25521
|
"idPrefix": "platform",
|
|
25267
25522
|
"name": "Tavily Extract",
|
|
25268
25523
|
"description": "Extract clean structured content from one or more URLs via Tavily.",
|
|
25269
|
-
"category": "
|
|
25524
|
+
"category": "web_search",
|
|
25270
25525
|
"providers": [
|
|
25271
25526
|
"multi"
|
|
25272
25527
|
],
|
|
@@ -25322,9 +25577,11 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
25322
25577
|
"apiSlug": "tavily",
|
|
25323
25578
|
"pathTemplate": "/extract",
|
|
25324
25579
|
"method": "POST",
|
|
25325
|
-
"verified":
|
|
25580
|
+
"verified": true,
|
|
25326
25581
|
"docsUrl": "https://docs.tavily.com/documentation/api-reference/endpoint/extract",
|
|
25327
|
-
"
|
|
25582
|
+
"listPrice": "0.01",
|
|
25583
|
+
"listPriceThousandths": 1e3,
|
|
25584
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
25328
25585
|
"params": [
|
|
25329
25586
|
{
|
|
25330
25587
|
"toolName": "urls",
|
|
@@ -25398,7 +25655,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
25398
25655
|
"idPrefix": "platform",
|
|
25399
25656
|
"name": "Tavily Research",
|
|
25400
25657
|
"description": "Run multi-step deep research on a topic and return a comprehensive report via Tavily.",
|
|
25401
|
-
"category": "
|
|
25658
|
+
"category": "web_search",
|
|
25402
25659
|
"providers": [
|
|
25403
25660
|
"multi"
|
|
25404
25661
|
],
|
|
@@ -25439,9 +25696,11 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
25439
25696
|
"apiSlug": "tavily",
|
|
25440
25697
|
"pathTemplate": "/research",
|
|
25441
25698
|
"method": "POST",
|
|
25442
|
-
"verified":
|
|
25699
|
+
"verified": true,
|
|
25443
25700
|
"docsUrl": "https://docs.tavily.com/documentation/api-reference/endpoint/research",
|
|
25444
|
-
"
|
|
25701
|
+
"listPrice": "0.5",
|
|
25702
|
+
"listPriceThousandths": 5e4,
|
|
25703
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
25445
25704
|
"params": [
|
|
25446
25705
|
{
|
|
25447
25706
|
"toolName": "input",
|
|
@@ -25491,7 +25750,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
25491
25750
|
"idPrefix": "platform",
|
|
25492
25751
|
"name": "Tavily Search",
|
|
25493
25752
|
"description": "AI-optimized web search built for LLMs \u2014 returns clean, relevant results with sources via Tavily.",
|
|
25494
|
-
"category": "
|
|
25753
|
+
"category": "web_search",
|
|
25495
25754
|
"providers": [
|
|
25496
25755
|
"multi"
|
|
25497
25756
|
],
|
|
@@ -25586,9 +25845,11 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
25586
25845
|
"apiSlug": "tavily",
|
|
25587
25846
|
"pathTemplate": "/search",
|
|
25588
25847
|
"method": "POST",
|
|
25589
|
-
"verified":
|
|
25848
|
+
"verified": true,
|
|
25590
25849
|
"docsUrl": "https://docs.tavily.com/documentation/api-reference/endpoint/search",
|
|
25591
|
-
"
|
|
25850
|
+
"listPrice": "0.01",
|
|
25851
|
+
"listPriceThousandths": 1e3,
|
|
25852
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
25592
25853
|
"params": [
|
|
25593
25854
|
{
|
|
25594
25855
|
"toolName": "query",
|
|
@@ -25734,7 +25995,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
25734
25995
|
"idPrefix": "platform",
|
|
25735
25996
|
"name": "Textbelt Send SMS",
|
|
25736
25997
|
"description": "Send an SMS text message to any phone number via Textbelt.",
|
|
25737
|
-
"category": "
|
|
25998
|
+
"category": "messaging",
|
|
25738
25999
|
"providers": [
|
|
25739
26000
|
"multi"
|
|
25740
26001
|
],
|
|
@@ -25778,7 +26039,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
25778
26039
|
"method": "POST",
|
|
25779
26040
|
"verified": false,
|
|
25780
26041
|
"docsUrl": "https://docs.textbelt.com",
|
|
25781
|
-
"
|
|
26042
|
+
"listPrice": "0.025",
|
|
26043
|
+
"listPriceThousandths": 2500,
|
|
26044
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
25782
26045
|
"params": [
|
|
25783
26046
|
{
|
|
25784
26047
|
"toolName": "phone",
|
|
@@ -25828,7 +26091,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
25828
26091
|
"idPrefix": "platform",
|
|
25829
26092
|
"name": "Tomba Domain Search",
|
|
25830
26093
|
"description": "Find all professional email addresses for a company domain via Tomba.",
|
|
25831
|
-
"category": "
|
|
26094
|
+
"category": "knowledge_retrieval",
|
|
25832
26095
|
"providers": [
|
|
25833
26096
|
"multi"
|
|
25834
26097
|
],
|
|
@@ -25874,7 +26137,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
25874
26137
|
"pathTemplate": "/v1/domain-search",
|
|
25875
26138
|
"method": "GET",
|
|
25876
26139
|
"verified": true,
|
|
25877
|
-
"
|
|
26140
|
+
"listPrice": "0.01",
|
|
26141
|
+
"listPriceThousandths": 1e3,
|
|
26142
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
25878
26143
|
"params": [
|
|
25879
26144
|
{
|
|
25880
26145
|
"toolName": "domain",
|
|
@@ -25932,7 +26197,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
25932
26197
|
"idPrefix": "platform",
|
|
25933
26198
|
"name": "Tomba Email Finder",
|
|
25934
26199
|
"description": "Find a professional email address by first name, last name, and company domain via Tomba.",
|
|
25935
|
-
"category": "
|
|
26200
|
+
"category": "knowledge_retrieval",
|
|
25936
26201
|
"providers": [
|
|
25937
26202
|
"multi"
|
|
25938
26203
|
],
|
|
@@ -25978,7 +26243,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
25978
26243
|
"pathTemplate": "/v1/email-finder",
|
|
25979
26244
|
"method": "GET",
|
|
25980
26245
|
"verified": true,
|
|
25981
|
-
"
|
|
26246
|
+
"listPrice": "0.01",
|
|
26247
|
+
"listPriceThousandths": 1e3,
|
|
26248
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
25982
26249
|
"params": [
|
|
25983
26250
|
{
|
|
25984
26251
|
"toolName": "domain",
|
|
@@ -26036,7 +26303,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
26036
26303
|
"idPrefix": "platform",
|
|
26037
26304
|
"name": "Tomba Email Verifier",
|
|
26038
26305
|
"description": "Verify the deliverability and validity of an email address via Tomba.",
|
|
26039
|
-
"category": "
|
|
26306
|
+
"category": "knowledge_retrieval",
|
|
26040
26307
|
"providers": [
|
|
26041
26308
|
"multi"
|
|
26042
26309
|
],
|
|
@@ -26061,7 +26328,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
26061
26328
|
"pathTemplate": "/v1/email-verifier",
|
|
26062
26329
|
"method": "GET",
|
|
26063
26330
|
"verified": true,
|
|
26064
|
-
"
|
|
26331
|
+
"listPrice": "0.01",
|
|
26332
|
+
"listPriceThousandths": 1e3,
|
|
26333
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
26065
26334
|
"params": [
|
|
26066
26335
|
{
|
|
26067
26336
|
"toolName": "email",
|
|
@@ -26079,7 +26348,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
26079
26348
|
"idPrefix": "platform",
|
|
26080
26349
|
"name": "Tomba Enrich",
|
|
26081
26350
|
"description": "Enrich a person's profile using their email address via Tomba.",
|
|
26082
|
-
"category": "
|
|
26351
|
+
"category": "knowledge_retrieval",
|
|
26083
26352
|
"providers": [
|
|
26084
26353
|
"multi"
|
|
26085
26354
|
],
|
|
@@ -26108,7 +26377,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
26108
26377
|
"pathTemplate": "/v1/enrich",
|
|
26109
26378
|
"method": "GET",
|
|
26110
26379
|
"verified": true,
|
|
26111
|
-
"
|
|
26380
|
+
"listPrice": "0.01",
|
|
26381
|
+
"listPriceThousandths": 1e3,
|
|
26382
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
26112
26383
|
"params": [
|
|
26113
26384
|
{
|
|
26114
26385
|
"toolName": "email",
|
|
@@ -26134,7 +26405,7 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
26134
26405
|
"idPrefix": "platform",
|
|
26135
26406
|
"name": "Tomba LinkedIn Lookup",
|
|
26136
26407
|
"description": "Find an email address by LinkedIn profile URL via Tomba.",
|
|
26137
|
-
"category": "
|
|
26408
|
+
"category": "knowledge_retrieval",
|
|
26138
26409
|
"providers": [
|
|
26139
26410
|
"multi"
|
|
26140
26411
|
],
|
|
@@ -26163,7 +26434,9 @@ var ORTHOGONAL_PLATFORM_TOOLS = [
|
|
|
26163
26434
|
"pathTemplate": "/v1/linkedin",
|
|
26164
26435
|
"method": "GET",
|
|
26165
26436
|
"verified": true,
|
|
26166
|
-
"
|
|
26437
|
+
"listPrice": "0.01",
|
|
26438
|
+
"listPriceThousandths": 1e3,
|
|
26439
|
+
"catalogVersion": "2026-05-21T03:13:45.963Z",
|
|
26167
26440
|
"params": [
|
|
26168
26441
|
{
|
|
26169
26442
|
"toolName": "url",
|
|
@@ -26192,14 +26465,20 @@ var ORTHOGONAL_API_NAMES = {
|
|
|
26192
26465
|
"aviato": "Aviato",
|
|
26193
26466
|
"baseten": "Baseten Model APIs",
|
|
26194
26467
|
"brand-dev": "Brand.dev API",
|
|
26468
|
+
"captaindata": "CaptainData",
|
|
26469
|
+
"company-enrich": "Company Enrich",
|
|
26195
26470
|
"contactout": "ContactOut",
|
|
26471
|
+
"context-dev": "Context.dev",
|
|
26196
26472
|
"coresignal": "Coresignal",
|
|
26197
26473
|
"crustdata": "Crustdata",
|
|
26198
26474
|
"didit": "Didit API",
|
|
26199
26475
|
"dome": "Dome API",
|
|
26476
|
+
"edges": "Edges",
|
|
26477
|
+
"elevenlabs": "ElevenLabs",
|
|
26200
26478
|
"exa": "Exa API",
|
|
26201
26479
|
"fiber": "Fiber AI API",
|
|
26202
26480
|
"fundable": "Fundable",
|
|
26481
|
+
"happenstance": "Happenstance",
|
|
26203
26482
|
"hunter": "Hunter",
|
|
26204
26483
|
"influencers-club": "Influencers Club",
|
|
26205
26484
|
"jina-s": "Jina Search Foundation API",
|
|
@@ -26211,6 +26490,8 @@ var ORTHOGONAL_API_NAMES = {
|
|
|
26211
26490
|
"nyne": "Nyne.ai",
|
|
26212
26491
|
"ocean-io": "Ocean.io",
|
|
26213
26492
|
"olostep": "Olostep API",
|
|
26493
|
+
"openai": "OpenAI",
|
|
26494
|
+
"openfunnel": "OpenFunnel",
|
|
26214
26495
|
"openmart": "Openmart",
|
|
26215
26496
|
"parallel": "Parallel API",
|
|
26216
26497
|
"peopledatalabs": "People Data Labs",
|
|
@@ -26219,8 +26500,9 @@ var ORTHOGONAL_API_NAMES = {
|
|
|
26219
26500
|
"predictleads": "PredictLeads",
|
|
26220
26501
|
"riveter": "Riveter API",
|
|
26221
26502
|
"scrapecreators": "Scrape Creators",
|
|
26222
|
-
"
|
|
26503
|
+
"scrapegraphai": "ScrapeGraphAI",
|
|
26223
26504
|
"searchapi": "SearchAPI",
|
|
26505
|
+
"seltz": "Seltz",
|
|
26224
26506
|
"serper": "Serper",
|
|
26225
26507
|
"serper-scrape": "Serper Scrape",
|
|
26226
26508
|
"sixtyfour": "Sixtyfour API",
|
|
@@ -26230,6 +26512,7 @@ var ORTHOGONAL_API_NAMES = {
|
|
|
26230
26512
|
"textbelt": "Textbelt API",
|
|
26231
26513
|
"tomba": "Tomba API",
|
|
26232
26514
|
"valyu": "Valyu API",
|
|
26515
|
+
"voygr": "Voygr",
|
|
26233
26516
|
"zai": "Z.ai API"
|
|
26234
26517
|
};
|
|
26235
26518
|
var BuiltInToolProvider = {
|
|
@@ -30909,11 +31192,14 @@ var MODEL_FAMILY_PROVIDER_IDS = {
|
|
|
30909
31192
|
"vercel": "google/gemini-3.1-flash-image-preview"
|
|
30910
31193
|
},
|
|
30911
31194
|
"gemini-3-1-flash-lite": {
|
|
30912
|
-
"vercel": "google/gemini-3.1-flash-lite
|
|
31195
|
+
"vercel": "google/gemini-3.1-flash-lite"
|
|
30913
31196
|
},
|
|
30914
31197
|
"gemini-3-1-pro": {
|
|
30915
31198
|
"vercel": "google/gemini-3.1-pro-preview"
|
|
30916
31199
|
},
|
|
31200
|
+
"gemini-3-5-flash": {
|
|
31201
|
+
"vercel": "google/gemini-3.5-flash"
|
|
31202
|
+
},
|
|
30917
31203
|
"gemini-3-flash": {
|
|
30918
31204
|
"google": "google/gemini-3-flash-preview",
|
|
30919
31205
|
"vercel": "google/gemini-3-flash"
|
|
@@ -30930,12 +31216,12 @@ var MODEL_FAMILY_PROVIDER_IDS = {
|
|
|
30930
31216
|
"gemini-3.1-flash-lite": {
|
|
30931
31217
|
"vercel": "google/gemini-3.1-flash-lite"
|
|
30932
31218
|
},
|
|
30933
|
-
"gemini-3.1-flash-lite-preview": {
|
|
30934
|
-
"vercel": "google/gemini-3.1-flash-lite-preview"
|
|
30935
|
-
},
|
|
30936
31219
|
"gemini-3.1-pro-preview": {
|
|
30937
31220
|
"vercel": "google/gemini-3.1-pro-preview"
|
|
30938
31221
|
},
|
|
31222
|
+
"gemini-3.5-flash": {
|
|
31223
|
+
"vercel": "google/gemini-3.5-flash"
|
|
31224
|
+
},
|
|
30939
31225
|
"gemini-embedding-001": {
|
|
30940
31226
|
"vercel": "google/gemini-embedding-001"
|
|
30941
31227
|
},
|
|
@@ -31315,12 +31601,6 @@ var MODEL_FAMILY_PROVIDER_IDS = {
|
|
|
31315
31601
|
"grok-4-fast": {
|
|
31316
31602
|
"xai": "x/grok-4-fast"
|
|
31317
31603
|
},
|
|
31318
|
-
"grok-4-fast-non-reasoning": {
|
|
31319
|
-
"vercel": "xai/grok-4-fast-non-reasoning"
|
|
31320
|
-
},
|
|
31321
|
-
"grok-4-fast-reasoning": {
|
|
31322
|
-
"vercel": "xai/grok-4-fast-reasoning"
|
|
31323
|
-
},
|
|
31324
31604
|
"grok-4.1-fast-non-reasoning": {
|
|
31325
31605
|
"vercel": "xai/grok-4.1-fast-non-reasoning"
|
|
31326
31606
|
},
|
|
@@ -31349,7 +31629,6 @@ var MODEL_FAMILY_PROVIDER_IDS = {
|
|
|
31349
31629
|
"vercel": "xai/grok-4.3"
|
|
31350
31630
|
},
|
|
31351
31631
|
"grok-code-fast-1": {
|
|
31352
|
-
"vercel": "xai/grok-code-fast-1",
|
|
31353
31632
|
"xai": "x/grok-code-fast-1"
|
|
31354
31633
|
},
|
|
31355
31634
|
"interfaze-beta": {
|
|
@@ -31652,12 +31931,6 @@ var MODEL_FAMILY_PROVIDER_IDS = {
|
|
|
31652
31931
|
"qwen3-32b": {
|
|
31653
31932
|
"vercel": "alibaba/qwen-3-32b"
|
|
31654
31933
|
},
|
|
31655
|
-
"qwen3-5-122b-a10b": {
|
|
31656
|
-
"mixlayer": "qwen/qwen3.5-122b-a10b"
|
|
31657
|
-
},
|
|
31658
|
-
"qwen3-5-27b": {
|
|
31659
|
-
"mixlayer": "qwen/qwen3.5-27b"
|
|
31660
|
-
},
|
|
31661
31934
|
"qwen3-5-35b-a3b": {
|
|
31662
31935
|
"mixlayer": "qwen/qwen3.5-35b-a3b"
|
|
31663
31936
|
},
|
|
@@ -31677,8 +31950,12 @@ var MODEL_FAMILY_PROVIDER_IDS = {
|
|
|
31677
31950
|
"vercel": "alibaba/qwen3.5-plus"
|
|
31678
31951
|
},
|
|
31679
31952
|
"qwen3-6-27b": {
|
|
31953
|
+
"mixlayer": "qwen/qwen3.6-27b",
|
|
31680
31954
|
"vercel": "alibaba/qwen3.6-27b"
|
|
31681
31955
|
},
|
|
31956
|
+
"qwen3-6-35b-a3b": {
|
|
31957
|
+
"mixlayer": "qwen/qwen3.6-35b-a3b"
|
|
31958
|
+
},
|
|
31682
31959
|
"qwen3-6-plus": {
|
|
31683
31960
|
"vercel": "alibaba/qwen3.6-plus"
|
|
31684
31961
|
},
|
|
@@ -31736,12 +32013,6 @@ var MODEL_FAMILY_PROVIDER_IDS = {
|
|
|
31736
32013
|
"qwen3-vl-thinking": {
|
|
31737
32014
|
"vercel": "alibaba/qwen3-vl-thinking"
|
|
31738
32015
|
},
|
|
31739
|
-
"qwen3.5-122b-a10b": {
|
|
31740
|
-
"mixlayer": "qwen/qwen3.5-122b-a10b"
|
|
31741
|
-
},
|
|
31742
|
-
"qwen3.5-27b": {
|
|
31743
|
-
"mixlayer": "qwen/qwen3.5-27b"
|
|
31744
|
-
},
|
|
31745
32016
|
"qwen3.5-35b-a3b": {
|
|
31746
32017
|
"mixlayer": "qwen/qwen3.5-35b-a3b"
|
|
31747
32018
|
},
|
|
@@ -31761,8 +32032,12 @@ var MODEL_FAMILY_PROVIDER_IDS = {
|
|
|
31761
32032
|
"vercel": "alibaba/qwen3.5-plus"
|
|
31762
32033
|
},
|
|
31763
32034
|
"qwen3.6-27b": {
|
|
32035
|
+
"mixlayer": "qwen/qwen3.6-27b",
|
|
31764
32036
|
"vercel": "alibaba/qwen3.6-27b"
|
|
31765
32037
|
},
|
|
32038
|
+
"qwen3.6-35b-a3b": {
|
|
32039
|
+
"mixlayer": "qwen/qwen3.6-35b-a3b"
|
|
32040
|
+
},
|
|
31766
32041
|
"qwen3.6-plus": {
|
|
31767
32042
|
"vercel": "alibaba/qwen3.6-plus"
|
|
31768
32043
|
},
|
|
@@ -32938,7 +33213,6 @@ var agentDefinitionSchema = external_exports.object({
|
|
|
32938
33213
|
systemPrompt: external_exports.string().optional(),
|
|
32939
33214
|
icon: external_exports.string().max(50).optional(),
|
|
32940
33215
|
agentType: external_exports.enum(["runtype", "external", "claude_managed"]).optional(),
|
|
32941
|
-
status: external_exports.enum(["draft", "active", "paused", "archived"]).optional(),
|
|
32942
33216
|
loggingPolicy: external_exports.enum(["default", "on", "off"]).optional(),
|
|
32943
33217
|
// Sampling parameters
|
|
32944
33218
|
temperature: external_exports.number().min(0).max(2).optional(),
|
|
@@ -34918,7 +35192,9 @@ var NON_AI_PROVIDER_IDS = /* @__PURE__ */ new Set([
|
|
|
34918
35192
|
// Email Services
|
|
34919
35193
|
"resend",
|
|
34920
35194
|
// Audio / Speech
|
|
34921
|
-
"elevenlabs"
|
|
35195
|
+
"elevenlabs",
|
|
35196
|
+
// Observability
|
|
35197
|
+
"braintrust"
|
|
34922
35198
|
]);
|
|
34923
35199
|
function isNonAIProvider(id) {
|
|
34924
35200
|
const normalized = id.trim().toLowerCase();
|
|
@@ -35497,6 +35773,10 @@ var RecordInputSchema = external_exports.object({
|
|
|
35497
35773
|
id: external_exports.string().min(1).optional(),
|
|
35498
35774
|
name: external_exports.string().min(1).optional(),
|
|
35499
35775
|
type: external_exports.string().min(1).optional(),
|
|
35776
|
+
// First-class owner field. Stored as `metadata.ownerId` and queryable via
|
|
35777
|
+
// the `?ownerId=` conversations list filter; a top-level value overrides
|
|
35778
|
+
// any `metadata.ownerId`.
|
|
35779
|
+
ownerId: external_exports.string().min(1).optional(),
|
|
35500
35780
|
metadata: external_exports.record(external_exports.string(), external_exports.any()).optional()
|
|
35501
35781
|
}).refine((data) => data.id || data.name && data.type, {
|
|
35502
35782
|
message: "Either 'id' or both 'name' and 'type' must be provided"
|
|
@@ -35640,12 +35920,7 @@ var DispatchRequestSchema = external_exports.object({
|
|
|
35640
35920
|
allowOverwriteExternalChanges: external_exports.boolean().optional().default(false)
|
|
35641
35921
|
}).optional(),
|
|
35642
35922
|
flowTimeoutMs: external_exports.number().int().min(1e3).max(9e5).optional(),
|
|
35643
|
-
stepTimeoutMs: external_exports.number().int().min(1e3).max(3e5).optional()
|
|
35644
|
-
// Internal: opt-in Braintrust tracing for the execution. Undocumented;
|
|
35645
|
-
// intended for first-party flows (e.g. the dashboard's product
|
|
35646
|
-
// generator) where deeper observability is wanted without affecting
|
|
35647
|
-
// every other dispatch on the platform.
|
|
35648
|
-
_braintrustTracing: external_exports.boolean().optional()
|
|
35923
|
+
stepTimeoutMs: external_exports.number().int().min(1e3).max(3e5).optional()
|
|
35649
35924
|
}).optional().default({
|
|
35650
35925
|
streamResponse: true,
|
|
35651
35926
|
recordMode: "existing",
|
|
@@ -49886,7 +50161,6 @@ agentsCommand.command("list").description("List all agents").option("--json", "O
|
|
|
49886
50161
|
{ label: "ID", value: agent.id, color: "green" },
|
|
49887
50162
|
{ label: "Name", value: agent.name },
|
|
49888
50163
|
{ label: "Description", value: agent.description, color: "gray" },
|
|
49889
|
-
{ label: "Status", value: agent.status },
|
|
49890
50164
|
{ label: "Model", value: agent.model, color: "blue" }
|
|
49891
50165
|
]
|
|
49892
50166
|
});
|
|
@@ -49942,7 +50216,6 @@ agentsCommand.command("get <id>").description("Get agent details").option("--jso
|
|
|
49942
50216
|
{ label: "ID", value: agent.id, color: "green" },
|
|
49943
50217
|
{ label: "Name", value: agent.name },
|
|
49944
50218
|
{ label: "Description", value: agent.description },
|
|
49945
|
-
{ label: "Status", value: agent.status },
|
|
49946
50219
|
{ label: "Model", value: agent.model, color: "blue" },
|
|
49947
50220
|
{ label: "Capabilities", value: agent.capabilities?.length }
|
|
49948
50221
|
]
|