@mendable/n8n-nodes-firecrawl 2.1.4 → 2.2.0
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/nodes/Firecrawl/Firecrawl.node.js +2 -1
- package/dist/nodes/Firecrawl/Firecrawl.node.js.map +1 -1
- package/dist/nodes/Firecrawl/api/agent/index.js +6 -5
- package/dist/nodes/Firecrawl/api/agent/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/agentAsync/index.js +6 -5
- package/dist/nodes/Firecrawl/api/agentAsync/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/batchScrape/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/batchScrape/index.js +5 -4
- package/dist/nodes/Firecrawl/api/batchScrape/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/batchScrapeErrors/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/batchScrapeErrors/index.js +7 -4
- package/dist/nodes/Firecrawl/api/batchScrapeErrors/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/batchScrapeStatus/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/batchScrapeStatus/index.js +7 -4
- package/dist/nodes/Firecrawl/api/batchScrapeStatus/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/browserContext/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/browserContext/index.js +5 -3
- package/dist/nodes/Firecrawl/api/browserContext/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/browserCreate/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/browserCreate/index.js +7 -9
- package/dist/nodes/Firecrawl/api/browserCreate/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/browserDelete/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/browserDelete/index.js +8 -9
- package/dist/nodes/Firecrawl/api/browserDelete/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/browserExecute/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/browserExecute/index.js +7 -6
- package/dist/nodes/Firecrawl/api/browserExecute/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/browserList/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/browserList/index.js +6 -7
- package/dist/nodes/Firecrawl/api/browserList/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/cancelBatchScrape/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/cancelBatchScrape/index.js +7 -4
- package/dist/nodes/Firecrawl/api/cancelBatchScrape/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/cancelCrawl/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/cancelCrawl/index.js +7 -4
- package/dist/nodes/Firecrawl/api/cancelCrawl/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/common.d.ts +5 -3
- package/dist/nodes/Firecrawl/api/common.js +27 -13
- package/dist/nodes/Firecrawl/api/common.js.map +1 -1
- package/dist/nodes/Firecrawl/api/crawl/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/crawl/index.js +83 -20
- package/dist/nodes/Firecrawl/api/crawl/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/crawlActive/index.d.ts +4 -3
- package/dist/nodes/Firecrawl/api/crawlActive/index.js +5 -6
- package/dist/nodes/Firecrawl/api/crawlActive/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/crawlParamsPreview/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/crawlParamsPreview/index.js +7 -4
- package/dist/nodes/Firecrawl/api/crawlParamsPreview/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/creditUsageHistorical/index.d.ts +4 -3
- package/dist/nodes/Firecrawl/api/creditUsageHistorical/index.js +5 -6
- package/dist/nodes/Firecrawl/api/creditUsageHistorical/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/extract/index.js +10 -4
- package/dist/nodes/Firecrawl/api/extract/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/getAgentStatus/index.js +5 -3
- package/dist/nodes/Firecrawl/api/getAgentStatus/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/getCrawlErrors/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/getCrawlErrors/index.js +7 -4
- package/dist/nodes/Firecrawl/api/getCrawlErrors/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/getCrawlStatus/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/getCrawlStatus/index.js +6 -5
- package/dist/nodes/Firecrawl/api/getCrawlStatus/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/getExtractStatus/index.js +5 -3
- package/dist/nodes/Firecrawl/api/getExtractStatus/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/interact/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/interact/index.js +7 -6
- package/dist/nodes/Firecrawl/api/interact/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/interactContext/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/interactContext/index.js +5 -3
- package/dist/nodes/Firecrawl/api/interactContext/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/interactStop/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/interactStop/index.js +7 -8
- package/dist/nodes/Firecrawl/api/interactStop/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/map/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/map/index.js +5 -4
- package/dist/nodes/Firecrawl/api/map/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/scrape/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/scrape/index.js +6 -4
- package/dist/nodes/Firecrawl/api/scrape/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/search/index.d.ts +3 -1
- package/dist/nodes/Firecrawl/api/search/index.js +7 -5
- package/dist/nodes/Firecrawl/api/search/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/teamCreditUsage/index.d.ts +4 -3
- package/dist/nodes/Firecrawl/api/teamCreditUsage/index.js +5 -6
- package/dist/nodes/Firecrawl/api/teamCreditUsage/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/teamQueueStatus/index.d.ts +4 -3
- package/dist/nodes/Firecrawl/api/teamQueueStatus/index.js +5 -6
- package/dist/nodes/Firecrawl/api/teamQueueStatus/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/teamTokenUsage/index.d.ts +4 -3
- package/dist/nodes/Firecrawl/api/teamTokenUsage/index.js +5 -6
- package/dist/nodes/Firecrawl/api/teamTokenUsage/index.js.map +1 -1
- package/dist/nodes/Firecrawl/api/teamTokenUsageHistorical/index.d.ts +4 -3
- package/dist/nodes/Firecrawl/api/teamTokenUsageHistorical/index.js +5 -6
- package/dist/nodes/Firecrawl/api/teamTokenUsageHistorical/index.js.map +1 -1
- package/dist/package.json +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -10,7 +10,8 @@ class Firecrawl {
|
|
|
10
10
|
name: 'firecrawl',
|
|
11
11
|
icon: 'file:firecrawl-logo.svg',
|
|
12
12
|
group: ['transform'],
|
|
13
|
-
version: 1,
|
|
13
|
+
version: [1, 1.1],
|
|
14
|
+
defaultVersion: 1.1,
|
|
14
15
|
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
|
15
16
|
description: 'Scrape, crawl, map, search, and extract structured data from websites using Firecrawl API',
|
|
16
17
|
defaults: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Firecrawl.node.js","sourceRoot":"","sources":["../../../nodes/Firecrawl/Firecrawl.node.ts"],"names":[],"mappings":";;;AACA,uCAAuC;AACvC,6CAA6C;AAK7C,MAAa,SAAS;IAAtB;QACC,gBAAW,GAAyB;YACnC,WAAW,EAAE,WAAW;YACxB,IAAI,EAAE,WAAW;YACjB,IAAI,EAAE,yBAAyB;YAC/B,KAAK,EAAE,CAAC,WAAW,CAAC;YACpB,OAAO,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"Firecrawl.node.js","sourceRoot":"","sources":["../../../nodes/Firecrawl/Firecrawl.node.ts"],"names":[],"mappings":";;;AACA,uCAAuC;AACvC,6CAA6C;AAK7C,MAAa,SAAS;IAAtB;QACC,gBAAW,GAAyB;YACnC,WAAW,EAAE,WAAW;YACxB,IAAI,EAAE,WAAW;YACjB,IAAI,EAAE,yBAAyB;YAC/B,KAAK,EAAE,CAAC,WAAW,CAAC;YACpB,OAAO,EAAE,CAAC,CAAC,EAAE,GAAG,CAAC;YACjB,cAAc,EAAE,GAAG;YACnB,QAAQ,EAAE,8DAA8D;YACxE,WAAW,EAAE,2FAA2F;YACxG,QAAQ,EAAE;gBACT,IAAI,EAAE,WAAW;aACjB;YACD,YAAY,EAAE,IAAI;YAClB,MAAM,EAAE,eAAe;YACvB,OAAO,EAAE,eAAe;YACxB,WAAW,EAAE;gBACZ;oBACC,IAAI,EAAE,cAAc;oBACpB,QAAQ,EAAE,IAAI;iBACd;aACD;YACD,eAAe,EAAE;gBAChB,OAAO,EAAE,+DAA+D;gBACxE,OAAO,EAAE;oBACR,MAAM,EAAE,kBAAkB;oBAC1B,cAAc,EAAE,kBAAkB;iBAClC;gBACD,IAAI,EAAE;oBACL,WAAW,EAAE,KAAK;iBAClB;aACD;YACD,UAAU,EAAE,0BAAa;SACzB,CAAC;QAEF,YAAO,GAAG,oBAAU,CAAC;IACtB,CAAC;CAAA;AApCD,8BAoCC"}
|
|
@@ -4,7 +4,9 @@ exports.properties = exports.options = exports.resourceName = exports.operationN
|
|
|
4
4
|
const n8n_workflow_1 = require("n8n-workflow");
|
|
5
5
|
const common_1 = require("../common");
|
|
6
6
|
const name = 'agent';
|
|
7
|
-
const displayName = '
|
|
7
|
+
const displayName = 'Extract Data With AI Agent';
|
|
8
|
+
const action = 'Extract data with AI agent';
|
|
9
|
+
const description = 'Run an AI agent that browses the web to extract data and wait for it to finish';
|
|
8
10
|
exports.operationName = 'agent';
|
|
9
11
|
exports.resourceName = 'Agent';
|
|
10
12
|
const DEFAULT_POLL_INTERVAL_MS = 2000;
|
|
@@ -20,7 +22,7 @@ function createPromptProperty() {
|
|
|
20
22
|
required: true,
|
|
21
23
|
default: '',
|
|
22
24
|
description: 'Natural language description of the data you want to extract (max 10,000 characters). Be specific about what data you need. Examples: "Find the founders of Firecrawl", "Extract pricing information from this page", "Compare features between these products".',
|
|
23
|
-
placeholder: 'e.g
|
|
25
|
+
placeholder: 'e.g. Find the founders of Firecrawl and their roles',
|
|
24
26
|
routing: {
|
|
25
27
|
request: {
|
|
26
28
|
body: {
|
|
@@ -67,7 +69,7 @@ function createUrlsProperty() {
|
|
|
67
69
|
},
|
|
68
70
|
default: '',
|
|
69
71
|
description: 'URLs to focus the agent on specific pages. Accepts multiple formats: a single URL, multiple URLs separated by commas or newlines, or a JSON array like ["url1", "url2"].',
|
|
70
|
-
placeholder: 'https://example.com/page1\nhttps://example.com/page2',
|
|
72
|
+
placeholder: 'e.g. https://example.com/page1\nhttps://example.com/page2',
|
|
71
73
|
routing: {
|
|
72
74
|
request: {
|
|
73
75
|
body: {
|
|
@@ -256,7 +258,6 @@ function createMaxWaitTimeProperty() {
|
|
|
256
258
|
}
|
|
257
259
|
function createAgentProperties() {
|
|
258
260
|
return [
|
|
259
|
-
(0, common_1.createOperationNotice)(exports.resourceName, name, 'POST'),
|
|
260
261
|
createPromptProperty(),
|
|
261
262
|
createSpecifyUrlsProperty(),
|
|
262
263
|
createUrlsProperty(),
|
|
@@ -266,7 +267,7 @@ function createAgentProperties() {
|
|
|
266
267
|
createMaxWaitTimeProperty(),
|
|
267
268
|
];
|
|
268
269
|
}
|
|
269
|
-
const { options, properties } = (0, common_1.buildApiProperties)(name, displayName, createAgentProperties());
|
|
270
|
+
const { options, properties } = (0, common_1.buildApiProperties)(name, displayName, action, description, createAgentProperties());
|
|
270
271
|
exports.options = options;
|
|
271
272
|
exports.properties = properties;
|
|
272
273
|
options.routing = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/agent/index.ts"],"names":[],"mappings":";;;AAAA,+CASsB;AACtB,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/agent/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -4,7 +4,9 @@ exports.properties = exports.options = exports.resourceName = exports.operationN
|
|
|
4
4
|
const n8n_workflow_1 = require("n8n-workflow");
|
|
5
5
|
const common_1 = require("../common");
|
|
6
6
|
const name = 'agentAsync';
|
|
7
|
-
const displayName = 'Agent (Async)
|
|
7
|
+
const displayName = 'Start AI Agent Job (Async)';
|
|
8
|
+
const action = 'Start AI agent job (async)';
|
|
9
|
+
const description = 'Start an AI agent job to extract data and return its job ID';
|
|
8
10
|
exports.operationName = 'agentAsync';
|
|
9
11
|
exports.resourceName = 'Agent';
|
|
10
12
|
function createPromptProperty() {
|
|
@@ -18,7 +20,7 @@ function createPromptProperty() {
|
|
|
18
20
|
required: true,
|
|
19
21
|
default: '',
|
|
20
22
|
description: 'Natural language description of the data you want to extract (max 10,000 characters). Be specific about what data you need. Examples: "Find the founders of Firecrawl", "Extract pricing information from this page", "Compare features between these products".',
|
|
21
|
-
placeholder: 'e.g
|
|
23
|
+
placeholder: 'e.g. Find the founders of Firecrawl and their roles',
|
|
22
24
|
routing: {
|
|
23
25
|
request: {
|
|
24
26
|
body: {
|
|
@@ -65,7 +67,7 @@ function createUrlsProperty() {
|
|
|
65
67
|
},
|
|
66
68
|
default: '',
|
|
67
69
|
description: 'URLs to focus the agent on specific pages. Accepts multiple formats: a single URL, multiple URLs separated by commas or newlines, or a JSON array like ["url1", "url2"].',
|
|
68
|
-
placeholder: 'https://example.com/page1\nhttps://example.com/page2',
|
|
70
|
+
placeholder: 'e.g. https://example.com/page1\nhttps://example.com/page2',
|
|
69
71
|
routing: {
|
|
70
72
|
request: {
|
|
71
73
|
body: {
|
|
@@ -232,7 +234,6 @@ function createSchemaProperty() {
|
|
|
232
234
|
}
|
|
233
235
|
function createAgentProperties() {
|
|
234
236
|
return [
|
|
235
|
-
(0, common_1.createOperationNotice)(exports.resourceName, name, 'POST'),
|
|
236
237
|
createPromptProperty(),
|
|
237
238
|
createSpecifyUrlsProperty(),
|
|
238
239
|
createUrlsProperty(),
|
|
@@ -241,7 +242,7 @@ function createAgentProperties() {
|
|
|
241
242
|
createSchemaProperty(),
|
|
242
243
|
];
|
|
243
244
|
}
|
|
244
|
-
const { options, properties } = (0, common_1.buildApiProperties)(name, displayName, createAgentProperties());
|
|
245
|
+
const { options, properties } = (0, common_1.buildApiProperties)(name, displayName, action, description, createAgentProperties());
|
|
245
246
|
exports.options = options;
|
|
246
247
|
exports.properties = properties;
|
|
247
248
|
options.routing = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/agentAsync/index.ts"],"names":[],"mappings":";;;AAAA,+CAMsB;AACtB,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/agentAsync/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare const name = "batchScrape";
|
|
3
|
-
export declare const displayName = "Batch
|
|
3
|
+
export declare const displayName = "Batch Scrape URLs";
|
|
4
|
+
export declare const action = "Batch scrape URLs";
|
|
5
|
+
export declare const description = "Scrape multiple URLs in one job and optionally extract information using AI";
|
|
4
6
|
export declare const operationName = "batchScrape";
|
|
5
7
|
export declare const resourceName = "Scraping";
|
|
6
8
|
declare const options: import("n8n-workflow").INodePropertyOptions, properties: INodeProperties[];
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var _a;
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.properties = exports.options = exports.resourceName = exports.operationName = exports.displayName = exports.name = void 0;
|
|
4
|
+
exports.properties = exports.options = exports.resourceName = exports.operationName = exports.description = exports.action = exports.displayName = exports.name = void 0;
|
|
5
5
|
const common_1 = require("../common");
|
|
6
6
|
exports.name = 'batchScrape';
|
|
7
|
-
exports.displayName = 'Batch
|
|
7
|
+
exports.displayName = 'Batch Scrape URLs';
|
|
8
|
+
exports.action = 'Batch scrape URLs';
|
|
9
|
+
exports.description = 'Scrape multiple URLs in one job and optionally extract information using AI';
|
|
8
10
|
exports.operationName = 'batchScrape';
|
|
9
11
|
exports.resourceName = 'Scraping';
|
|
10
12
|
function createParsersProperty(operationName) {
|
|
@@ -143,13 +145,12 @@ function createAdditionalFieldsProperty(operation) {
|
|
|
143
145
|
}
|
|
144
146
|
function createScrapeProperties() {
|
|
145
147
|
return [
|
|
146
|
-
(0, common_1.createOperationNotice)(exports.resourceName, exports.name, 'POST'),
|
|
147
148
|
(0, common_1.createBatchUrlsProperty)(exports.name, '', exports.resourceName),
|
|
148
149
|
createParsersProperty(exports.operationName),
|
|
149
150
|
(0, common_1.createScrapeOptionsProperty)(exports.operationName, false, true, exports.resourceName),
|
|
150
151
|
];
|
|
151
152
|
}
|
|
152
|
-
const { options, properties } = (0, common_1.buildApiProperties)(exports.name, exports.displayName, createScrapeProperties());
|
|
153
|
+
const { options, properties } = (0, common_1.buildApiProperties)(exports.name, exports.displayName, exports.action, exports.description, createScrapeProperties());
|
|
153
154
|
exports.options = options;
|
|
154
155
|
exports.properties = properties;
|
|
155
156
|
options.routing = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/batchScrape/index.ts"],"names":[],"mappings":";;;;AAMA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/batchScrape/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare const name = "batchScrapeErrors";
|
|
3
|
-
export declare const displayName = "Get
|
|
3
|
+
export declare const displayName = "Get Batch Scrape Errors";
|
|
4
|
+
export declare const action = "Get batch scrape errors";
|
|
5
|
+
export declare const description = "Get the errors and robots.txt blocks of a batch scrape job";
|
|
4
6
|
export declare const resourceName = "Scraping";
|
|
5
7
|
declare const options: import("n8n-workflow").INodePropertyOptions, properties: INodeProperties[];
|
|
6
8
|
export { options, properties };
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.properties = exports.options = exports.resourceName = exports.displayName = exports.name = void 0;
|
|
3
|
+
exports.properties = exports.options = exports.resourceName = exports.description = exports.action = exports.displayName = exports.name = void 0;
|
|
4
4
|
const common_1 = require("../common");
|
|
5
5
|
exports.name = 'batchScrapeErrors';
|
|
6
|
-
exports.displayName = 'Get
|
|
6
|
+
exports.displayName = 'Get Batch Scrape Errors';
|
|
7
|
+
exports.action = 'Get batch scrape errors';
|
|
8
|
+
exports.description = 'Get the errors and robots.txt blocks of a batch scrape job';
|
|
7
9
|
exports.resourceName = 'Scraping';
|
|
8
10
|
function createBatchIdProperty() {
|
|
9
11
|
return {
|
|
@@ -12,6 +14,7 @@ function createBatchIdProperty() {
|
|
|
12
14
|
type: 'string',
|
|
13
15
|
required: true,
|
|
14
16
|
default: '',
|
|
17
|
+
placeholder: 'e.g. 550e8400-e29b-41d4-a716-446655440000',
|
|
15
18
|
description: 'ID of the batch scrape job',
|
|
16
19
|
routing: {
|
|
17
20
|
request: {
|
|
@@ -27,9 +30,9 @@ function createBatchIdProperty() {
|
|
|
27
30
|
};
|
|
28
31
|
}
|
|
29
32
|
function createProperties() {
|
|
30
|
-
return [
|
|
33
|
+
return [createBatchIdProperty()];
|
|
31
34
|
}
|
|
32
|
-
const { options, properties } = (0, common_1.buildApiProperties)(exports.name, exports.displayName, createProperties());
|
|
35
|
+
const { options, properties } = (0, common_1.buildApiProperties)(exports.name, exports.displayName, exports.action, exports.description, createProperties());
|
|
33
36
|
exports.options = options;
|
|
34
37
|
exports.properties = properties;
|
|
35
38
|
options.routing = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/batchScrapeErrors/index.ts"],"names":[],"mappings":";;;AACA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/batchScrapeErrors/index.ts"],"names":[],"mappings":";;;AACA,sCAA+C;AAElC,QAAA,IAAI,GAAG,mBAAmB,CAAC;AAC3B,QAAA,WAAW,GAAG,yBAAyB,CAAC;AACxC,QAAA,MAAM,GAAG,yBAAyB,CAAC;AACnC,QAAA,WAAW,GAAG,4DAA4D,CAAC;AAC3E,QAAA,YAAY,GAAG,UAAU,CAAC;AAEvC,SAAS,qBAAqB;IAC7B,OAAO;QACN,WAAW,EAAE,UAAU;QACvB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,2CAA2C;QACxD,WAAW,EAAE,4BAA4B;QACzC,OAAO,EAAE;YACR,OAAO,EAAE;gBACR,GAAG,EAAE,kCAAkC;aACvC;SACD;QACD,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,oBAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,YAAI,CAAC;aACjB;SACD;KACD,CAAC;AACH,CAAC;AAED,SAAS,gBAAgB;IACxB,OAAO,CAAC,qBAAqB,EAAE,CAAC,CAAC;AAClC,CAAC;AAED,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,GAAG,IAAA,2BAAkB,EACjD,YAAI,EACJ,mBAAW,EACX,cAAM,EACN,mBAAW,EACX,gBAAgB,EAAE,CAClB,CAAC;AAQO,0BAAO;AAAE,gCAAU;AAN5B,OAAO,CAAC,OAAO,GAAG;IACjB,OAAO,EAAE;QACR,MAAM,EAAE,KAAK;KACb;CACD,CAAC"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare const name = "batchScrapeStatus";
|
|
3
|
-
export declare const displayName = "Get
|
|
3
|
+
export declare const displayName = "Get Batch Scrape Status";
|
|
4
|
+
export declare const action = "Get batch scrape status";
|
|
5
|
+
export declare const description = "Get the status and results of a batch scrape job";
|
|
4
6
|
export declare const resourceName = "Scraping";
|
|
5
7
|
declare const options: import("n8n-workflow").INodePropertyOptions, properties: INodeProperties[];
|
|
6
8
|
export { options, properties };
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.properties = exports.options = exports.resourceName = exports.displayName = exports.name = void 0;
|
|
3
|
+
exports.properties = exports.options = exports.resourceName = exports.description = exports.action = exports.displayName = exports.name = void 0;
|
|
4
4
|
const common_1 = require("../common");
|
|
5
5
|
exports.name = 'batchScrapeStatus';
|
|
6
|
-
exports.displayName = 'Get
|
|
6
|
+
exports.displayName = 'Get Batch Scrape Status';
|
|
7
|
+
exports.action = 'Get batch scrape status';
|
|
8
|
+
exports.description = 'Get the status and results of a batch scrape job';
|
|
7
9
|
exports.resourceName = 'Scraping';
|
|
8
10
|
function createBatchIdProperty() {
|
|
9
11
|
return {
|
|
@@ -12,6 +14,7 @@ function createBatchIdProperty() {
|
|
|
12
14
|
type: 'string',
|
|
13
15
|
required: true,
|
|
14
16
|
default: '',
|
|
17
|
+
placeholder: 'e.g. 550e8400-e29b-41d4-a716-446655440000',
|
|
15
18
|
description: 'ID of the batch scrape job',
|
|
16
19
|
routing: {
|
|
17
20
|
request: {
|
|
@@ -27,9 +30,9 @@ function createBatchIdProperty() {
|
|
|
27
30
|
};
|
|
28
31
|
}
|
|
29
32
|
function createProperties() {
|
|
30
|
-
return [
|
|
33
|
+
return [createBatchIdProperty()];
|
|
31
34
|
}
|
|
32
|
-
const { options, properties } = (0, common_1.buildApiProperties)(exports.name, exports.displayName, createProperties());
|
|
35
|
+
const { options, properties } = (0, common_1.buildApiProperties)(exports.name, exports.displayName, exports.action, exports.description, createProperties());
|
|
33
36
|
exports.options = options;
|
|
34
37
|
exports.properties = properties;
|
|
35
38
|
options.routing = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/batchScrapeStatus/index.ts"],"names":[],"mappings":";;;AACA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/batchScrapeStatus/index.ts"],"names":[],"mappings":";;;AACA,sCAA+C;AAElC,QAAA,IAAI,GAAG,mBAAmB,CAAC;AAC3B,QAAA,WAAW,GAAG,yBAAyB,CAAC;AACxC,QAAA,MAAM,GAAG,yBAAyB,CAAC;AACnC,QAAA,WAAW,GAAG,kDAAkD,CAAC;AACjE,QAAA,YAAY,GAAG,UAAU,CAAC;AAEvC,SAAS,qBAAqB;IAC7B,OAAO;QACN,WAAW,EAAE,UAAU;QACvB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,2CAA2C;QACxD,WAAW,EAAE,4BAA4B;QACzC,OAAO,EAAE;YACR,OAAO,EAAE;gBACR,GAAG,EAAE,2BAA2B;aAChC;SACD;QACD,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,oBAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,YAAI,CAAC;aACjB;SACD;KACD,CAAC;AACH,CAAC;AAED,SAAS,gBAAgB;IACxB,OAAO,CAAC,qBAAqB,EAAE,CAAC,CAAC;AAClC,CAAC;AAED,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,GAAG,IAAA,2BAAkB,EACjD,YAAI,EACJ,mBAAW,EACX,cAAM,EACN,mBAAW,EACX,gBAAgB,EAAE,CAClB,CAAC;AAQO,0BAAO;AAAE,gCAAU;AAN5B,OAAO,CAAC,OAAO,GAAG;IACjB,OAAO,EAAE;QACR,MAAM,EAAE,KAAK;KACb;CACD,CAAC"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare const name = "browserContext";
|
|
3
|
-
export declare const displayName = "Browser
|
|
3
|
+
export declare const displayName = "Get Browser Context";
|
|
4
|
+
export declare const action = "Get browser context";
|
|
5
|
+
export declare const description = "Get usage instructions for the browser tools plus a list of active sessions, for AI agents";
|
|
4
6
|
export declare const operationName = "browserContext";
|
|
5
7
|
export declare const resourceName = "Browser";
|
|
6
8
|
declare const options: import("n8n-workflow").INodePropertyOptions, properties: INodeProperties[];
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.properties = exports.options = exports.resourceName = exports.operationName = exports.displayName = exports.name = void 0;
|
|
3
|
+
exports.properties = exports.options = exports.resourceName = exports.operationName = exports.description = exports.action = exports.displayName = exports.name = void 0;
|
|
4
4
|
const common_1 = require("../common");
|
|
5
5
|
exports.name = 'browserContext';
|
|
6
|
-
exports.displayName = 'Browser
|
|
6
|
+
exports.displayName = 'Get Browser Context';
|
|
7
|
+
exports.action = 'Get browser context';
|
|
8
|
+
exports.description = 'Get usage instructions for the browser tools plus a list of active sessions, for AI agents';
|
|
7
9
|
exports.operationName = 'browserContext';
|
|
8
10
|
exports.resourceName = 'Browser';
|
|
9
11
|
const BROWSER_CONTEXT = `# Firecrawl Browser Sandbox
|
|
@@ -76,7 +78,7 @@ function createContextProperty() {
|
|
|
76
78
|
function createBrowserContextProperties() {
|
|
77
79
|
return [createContextProperty()];
|
|
78
80
|
}
|
|
79
|
-
const { options, properties } = (0, common_1.buildApiProperties)(exports.name, exports.displayName, createBrowserContextProperties());
|
|
81
|
+
const { options, properties } = (0, common_1.buildApiProperties)(exports.name, exports.displayName, exports.action, exports.description, createBrowserContextProperties());
|
|
80
82
|
exports.options = options;
|
|
81
83
|
exports.properties = properties;
|
|
82
84
|
options.routing = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/browserContext/index.ts"],"names":[],"mappings":";;;AAOA,sCAA+C;AAElC,QAAA,IAAI,GAAG,gBAAgB,CAAC;AACxB,QAAA,WAAW,GAAG,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/browserContext/index.ts"],"names":[],"mappings":";;;AAOA,sCAA+C;AAElC,QAAA,IAAI,GAAG,gBAAgB,CAAC;AACxB,QAAA,WAAW,GAAG,qBAAqB,CAAC;AACpC,QAAA,MAAM,GAAG,qBAAqB,CAAC;AAC/B,QAAA,WAAW,GACvB,4FAA4F,CAAC;AACjF,QAAA,aAAa,GAAG,gBAAgB,CAAC;AACjC,QAAA,YAAY,GAAG,SAAS,CAAC;AAEtC,MAAM,eAAe,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wHA+CgG,CAAC;AAEzH,SAAS,qBAAqB;IAC7B,OAAO;QACN,WAAW,EAAE,SAAS;QACtB,IAAI,EAAE,oBAAoB;QAC1B,IAAI,EAAE,QAAQ;QACd,WAAW,EAAE;YACZ,IAAI,EAAE,EAAE;SACR;QACD,gBAAgB,EAAE,IAAI;QACtB,OAAO,EAAE,eAAe;QACxB,WAAW,EACV,qNAAqN;QACtN,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,oBAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,qBAAa,CAAC;aAC1B;SACD;KACD,CAAC;AACH,CAAC;AAED,SAAS,8BAA8B;IACtC,OAAO,CAAC,qBAAqB,EAAE,CAAC,CAAC;AAClC,CAAC;AAED,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,GAAG,IAAA,2BAAkB,EACjD,YAAI,EACJ,mBAAW,EACX,cAAM,EACN,mBAAW,EACX,8BAA8B,EAAE,CAChC,CAAC;AAsCO,0BAAO;AAAE,gCAAU;AApC5B,OAAO,CAAC,OAAO,GAAG;IACjB,OAAO,EAAE;QACR,MAAM,EAAE,KAAK;QACb,GAAG,EAAE,WAAW;KAChB;IACD,MAAM,EAAE;QACP,WAAW,EAAE;YACZ,KAAK,WAEJ,KAA2B,EAC3B,QAA8B;gBAE9B,MAAM,WAAW,GAAG,IAAI,CAAC,gBAAgB,CAAC,oBAAoB,EAAE,eAAe,CAAW,CAAC;gBAC3F,MAAM,YAAY,GAAG,QAAQ,CAAC,IAAmB,CAAC;gBAClD,MAAM,QAAQ,GAAI,YAAY,CAAC,QAA0B,IAAI,EAAE,CAAC;gBAChE,MAAM,cAAc,GAAG,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,MAAM,KAAK,QAAQ,CAAC,CAAC;gBAErE,OAAO;oBACN;wBACC,IAAI,EAAE;4BACL,OAAO,EAAE,WAAW;4BACpB,cAAc,EAAE,cAAc,CAAC,MAAM;4BACrC,QAAQ,EAAE,cAAc,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;gCACpC,EAAE,EAAE,CAAC,CAAC,EAAE;gCACR,MAAM,EAAE,CAAC,CAAC,MAAM;gCAChB,SAAS,EAAE,CAAC,CAAC,SAAS;gCACtB,YAAY,EAAE,CAAC,CAAC,YAAY;6BAC5B,CAAC,CAAC;yBACH;qBACD;iBACD,CAAC;YACH,CAAC;SACD;KACD;CACD,CAAC"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare const name = "browserCreate";
|
|
3
|
-
export declare const displayName = "Create
|
|
3
|
+
export declare const displayName = "Create Browser Session";
|
|
4
|
+
export declare const action = "Create browser session";
|
|
5
|
+
export declare const description = "Launch a new sandboxed cloud browser session";
|
|
4
6
|
export declare const operationName = "browserCreate";
|
|
5
7
|
export declare const resourceName = "Browser";
|
|
6
8
|
declare const options: import("n8n-workflow").INodePropertyOptions, properties: INodeProperties[];
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.properties = exports.options = exports.resourceName = exports.operationName = exports.displayName = exports.name = void 0;
|
|
3
|
+
exports.properties = exports.options = exports.resourceName = exports.operationName = exports.description = exports.action = exports.displayName = exports.name = void 0;
|
|
4
4
|
const common_1 = require("../common");
|
|
5
5
|
exports.name = 'browserCreate';
|
|
6
|
-
exports.displayName = 'Create
|
|
6
|
+
exports.displayName = 'Create Browser Session';
|
|
7
|
+
exports.action = 'Create browser session';
|
|
8
|
+
exports.description = 'Launch a new sandboxed cloud browser session';
|
|
7
9
|
exports.operationName = 'browserCreate';
|
|
8
10
|
exports.resourceName = 'Browser';
|
|
9
11
|
function createTtlProperty() {
|
|
@@ -82,6 +84,7 @@ function createProfileProperty() {
|
|
|
82
84
|
type: 'string',
|
|
83
85
|
required: true,
|
|
84
86
|
default: '',
|
|
87
|
+
placeholder: 'e.g. my-login-session',
|
|
85
88
|
description: 'A unique name for the profile (1-128 characters). Sessions with the same name share storage. Use descriptive names like "gmail-account" or "dashboard-session" to organize your profiles.',
|
|
86
89
|
},
|
|
87
90
|
{
|
|
@@ -113,14 +116,9 @@ function createProfileProperty() {
|
|
|
113
116
|
};
|
|
114
117
|
}
|
|
115
118
|
function createBrowserCreateProperties() {
|
|
116
|
-
return [
|
|
117
|
-
(0, common_1.createOperationNotice)(exports.resourceName, exports.name, 'POST'),
|
|
118
|
-
createTtlProperty(),
|
|
119
|
-
createActivityTtlProperty(),
|
|
120
|
-
createProfileProperty(),
|
|
121
|
-
];
|
|
119
|
+
return [createTtlProperty(), createActivityTtlProperty(), createProfileProperty()];
|
|
122
120
|
}
|
|
123
|
-
const { options, properties } = (0, common_1.buildApiProperties)(exports.name, exports.displayName, createBrowserCreateProperties());
|
|
121
|
+
const { options, properties } = (0, common_1.buildApiProperties)(exports.name, exports.displayName, exports.action, exports.description, createBrowserCreateProperties());
|
|
124
122
|
exports.options = options;
|
|
125
123
|
exports.properties = properties;
|
|
126
124
|
options.routing = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/browserCreate/index.ts"],"names":[],"mappings":";;;AACA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/browserCreate/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare const name = "browserDelete";
|
|
3
|
-
export declare const displayName = "Delete
|
|
3
|
+
export declare const displayName = "Delete Browser Session";
|
|
4
|
+
export declare const action = "Delete browser session";
|
|
5
|
+
export declare const description = "Destroy a browser session and release its resources";
|
|
4
6
|
export declare const operationName = "browserDelete";
|
|
5
7
|
export declare const resourceName = "Browser";
|
|
6
8
|
declare const options: import("n8n-workflow").INodePropertyOptions, properties: INodeProperties[];
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.properties = exports.options = exports.resourceName = exports.operationName = exports.displayName = exports.name = void 0;
|
|
3
|
+
exports.properties = exports.options = exports.resourceName = exports.operationName = exports.description = exports.action = exports.displayName = exports.name = void 0;
|
|
4
4
|
const common_1 = require("../common");
|
|
5
5
|
exports.name = 'browserDelete';
|
|
6
|
-
exports.displayName = 'Delete
|
|
6
|
+
exports.displayName = 'Delete Browser Session';
|
|
7
|
+
exports.action = 'Delete browser session';
|
|
8
|
+
exports.description = 'Destroy a browser session and release its resources';
|
|
7
9
|
exports.operationName = 'browserDelete';
|
|
8
10
|
exports.resourceName = 'Browser';
|
|
9
11
|
function createSessionIdProperty() {
|
|
@@ -13,8 +15,8 @@ function createSessionIdProperty() {
|
|
|
13
15
|
type: 'string',
|
|
14
16
|
required: true,
|
|
15
17
|
default: '',
|
|
16
|
-
description: 'The unique identifier of the browser session to destroy. This immediately terminates the session and releases all associated resources. Obtain the session ID from the "Create
|
|
17
|
-
placeholder: '550e8400-e29b-41d4-a716-446655440000',
|
|
18
|
+
description: 'The unique identifier of the browser session to destroy. This immediately terminates the session and releases all associated resources. Obtain the session ID from the "Create Browser Session" or "Get Many Browser Sessions" operations. The session must exist (active or not yet cleaned up).',
|
|
19
|
+
placeholder: 'e.g. 550e8400-e29b-41d4-a716-446655440000',
|
|
18
20
|
routing: {
|
|
19
21
|
request: {
|
|
20
22
|
url: '=/browser/{{$value}}',
|
|
@@ -29,12 +31,9 @@ function createSessionIdProperty() {
|
|
|
29
31
|
};
|
|
30
32
|
}
|
|
31
33
|
function createBrowserDeleteProperties() {
|
|
32
|
-
return [
|
|
33
|
-
(0, common_1.createOperationNotice)(exports.resourceName, exports.name, 'DELETE'),
|
|
34
|
-
createSessionIdProperty(),
|
|
35
|
-
];
|
|
34
|
+
return [createSessionIdProperty()];
|
|
36
35
|
}
|
|
37
|
-
const { options, properties } = (0, common_1.buildApiProperties)(exports.name, exports.displayName, createBrowserDeleteProperties());
|
|
36
|
+
const { options, properties } = (0, common_1.buildApiProperties)(exports.name, exports.displayName, exports.action, exports.description, createBrowserDeleteProperties());
|
|
38
37
|
exports.options = options;
|
|
39
38
|
exports.properties = properties;
|
|
40
39
|
options.routing = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/browserDelete/index.ts"],"names":[],"mappings":";;;AACA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/browserDelete/index.ts"],"names":[],"mappings":";;;AACA,sCAA+C;AAElC,QAAA,IAAI,GAAG,eAAe,CAAC;AACvB,QAAA,WAAW,GAAG,wBAAwB,CAAC;AACvC,QAAA,MAAM,GAAG,wBAAwB,CAAC;AAClC,QAAA,WAAW,GAAG,qDAAqD,CAAC;AACpE,QAAA,aAAa,GAAG,eAAe,CAAC;AAChC,QAAA,YAAY,GAAG,SAAS,CAAC;AAEtC,SAAS,uBAAuB;IAC/B,OAAO;QACN,WAAW,EAAE,YAAY;QACzB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,OAAO,EAAE,EAAE;QACX,WAAW,EACV,mSAAmS;QACpS,WAAW,EAAE,2CAA2C;QACxD,OAAO,EAAE;YACR,OAAO,EAAE;gBACR,GAAG,EAAE,sBAAsB;aAC3B;SACD;QACD,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,oBAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,qBAAa,CAAC;aAC1B;SACD;KACD,CAAC;AACH,CAAC;AAED,SAAS,6BAA6B;IACrC,OAAO,CAAC,uBAAuB,EAAE,CAAC,CAAC;AACpC,CAAC;AAED,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,GAAG,IAAA,2BAAkB,EACjD,YAAI,EACJ,mBAAW,EACX,cAAM,EACN,mBAAW,EACX,6BAA6B,EAAE,CAC/B,CAAC;AAQO,0BAAO;AAAE,gCAAU;AAN5B,OAAO,CAAC,OAAO,GAAG;IACjB,OAAO,EAAE;QACR,MAAM,EAAE,QAAQ;KAChB;CACD,CAAC"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare const name = "browserExecute";
|
|
3
|
-
export declare const displayName = "Execute
|
|
3
|
+
export declare const displayName = "Execute Browser Code";
|
|
4
|
+
export declare const action = "Execute code in browser session";
|
|
5
|
+
export declare const description = "Run Playwright or agent-browser code inside a browser session";
|
|
4
6
|
export declare const operationName = "browserExecute";
|
|
5
7
|
export declare const resourceName = "Browser";
|
|
6
8
|
declare const options: import("n8n-workflow").INodePropertyOptions, properties: INodeProperties[];
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.properties = exports.options = exports.resourceName = exports.operationName = exports.displayName = exports.name = void 0;
|
|
3
|
+
exports.properties = exports.options = exports.resourceName = exports.operationName = exports.description = exports.action = exports.displayName = exports.name = void 0;
|
|
4
4
|
const common_1 = require("../common");
|
|
5
5
|
exports.name = 'browserExecute';
|
|
6
|
-
exports.displayName = 'Execute
|
|
6
|
+
exports.displayName = 'Execute Browser Code';
|
|
7
|
+
exports.action = 'Execute code in browser session';
|
|
8
|
+
exports.description = 'Run Playwright or agent-browser code inside a browser session';
|
|
7
9
|
exports.operationName = 'browserExecute';
|
|
8
10
|
exports.resourceName = 'Browser';
|
|
9
11
|
function createSessionIdProperty() {
|
|
@@ -13,8 +15,8 @@ function createSessionIdProperty() {
|
|
|
13
15
|
type: 'string',
|
|
14
16
|
required: true,
|
|
15
17
|
default: '',
|
|
16
|
-
description: 'The unique identifier of the browser session to execute code in. Obtain this from the "Create
|
|
17
|
-
placeholder: '550e8400-e29b-41d4-a716-446655440000',
|
|
18
|
+
description: 'The unique identifier of the browser session to execute code in. Obtain this from the "Create Browser Session" operation. The session must be active (not expired or destroyed).',
|
|
19
|
+
placeholder: 'e.g. 550e8400-e29b-41d4-a716-446655440000',
|
|
18
20
|
routing: {
|
|
19
21
|
request: {
|
|
20
22
|
url: '=/browser/{{$value}}/execute',
|
|
@@ -131,14 +133,13 @@ function createTimeoutProperty() {
|
|
|
131
133
|
}
|
|
132
134
|
function createBrowserExecuteProperties() {
|
|
133
135
|
return [
|
|
134
|
-
(0, common_1.createOperationNotice)(exports.resourceName, exports.name, 'POST'),
|
|
135
136
|
createSessionIdProperty(),
|
|
136
137
|
createCodeProperty(),
|
|
137
138
|
createLanguageProperty(),
|
|
138
139
|
createTimeoutProperty(),
|
|
139
140
|
];
|
|
140
141
|
}
|
|
141
|
-
const { options, properties } = (0, common_1.buildApiProperties)(exports.name, exports.displayName, createBrowserExecuteProperties());
|
|
142
|
+
const { options, properties } = (0, common_1.buildApiProperties)(exports.name, exports.displayName, exports.action, exports.description, createBrowserExecuteProperties());
|
|
142
143
|
exports.options = options;
|
|
143
144
|
exports.properties = properties;
|
|
144
145
|
options.routing = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/browserExecute/index.ts"],"names":[],"mappings":";;;AACA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Firecrawl/api/browserExecute/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare const name = "browserList";
|
|
3
|
-
export declare const displayName = "
|
|
3
|
+
export declare const displayName = "Get Many Browser Sessions";
|
|
4
|
+
export declare const action = "Get many browser sessions";
|
|
5
|
+
export declare const description = "List your browser sessions, optionally filtered by status";
|
|
4
6
|
export declare const operationName = "browserList";
|
|
5
7
|
export declare const resourceName = "Browser";
|
|
6
8
|
declare const options: import("n8n-workflow").INodePropertyOptions, properties: INodeProperties[];
|