UNPKG

@apify/n8n-nodes-apify

Version:
41 lines 1.68 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Apify = void 0; const Apify_properties_1 = require("./Apify.properties"); const Apify_methods_1 = require("./Apify.methods"); class Apify { constructor() { this.description = { displayName: 'Apify', name: 'apify', icon: 'file:apify.svg', group: ['transform'], version: 1, subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}', description: 'The Apify integration for n8n empowers you to automate web scraping, data extraction, and workflow orchestration by connecting Apify Actors directly to your n8n workflows. This integration is especially valuable for AI and large language model (LLM) use cases, enabling you to collect, process, and deliver high-quality, up-to-date data for generative AI, chatbots.', defaults: { name: 'Apify', }, inputs: ['main'], outputs: ['main'], credentials: [ { displayName: 'Apify connection', name: 'apifyApi', required: true, }, ], requestDefaults: { headers: { Accept: 'application/json', 'Content-Type': 'application/json', }, baseURL: 'https://api.apify.com', }, properties: Apify_properties_1.properties, }; this.methods = Apify_methods_1.methods; } } exports.Apify = Apify; //# sourceMappingURL=Apify.node.js.map