n8n-nodes-firecrawl
Version:
FireCrawl nodes for n8n
22 lines • 853 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.properties = exports.option = exports.name = void 0;
const properties_1 = require("./properties");
const hooks_1 = require("./hooks");
exports.name = 'Map A Website And Get Urls';
const rawOption = {
name: 'Map A Website And Get Urls',
value: 'Map A Website And Get Urls',
action: 'Map A Website And Get Urls',
description: 'Map a URL and retrieve most links present on the website. Optionally, use the `search` parameter to filter URLs by a specific keyword.',
routing: {
request: {
method: 'POST',
url: '=/map',
},
},
};
const { properties, option } = (0, hooks_1.runHooks)(rawOption, properties_1.properties);
exports.properties = properties;
exports.option = option;
//# sourceMappingURL=index.js.map