The Apify Tool node allows you to seamlessly automate complex web scraping and data extraction tasks by connecting n8n workflows directly to the Apify platform. It enables powerful Integrations between your workflow data and Apify Actors.
How do I authenticate the Apify Tool node?
Authentication is typically done using an Apify API Token. You configure this credential within the Apify Tool node settings in n8n, ensuring secure Integrations and authorization to manage Actors and tasks.
Can the Apify Tool node retrieve results from an Actor run?
Yes, one of the primary uses of this node is to retrieve the dataset generated by an Apify Actor. After initiating a run, the node can wait for completion and fetch the results back into your n8n workflow for further processing.
Does the Apify Tool node support Apify Task execution as well as Actors?
Yes, the node provides options to interact with both individual Apify Actors and pre-configured Apify Tasks, giving you flexibility in how you define your data extraction Integrations within the n8n node.
Can the Apify Tool node function as a trigger for a workflow?
While the Apify Tool node itself is generally an action node, you typically use an n8n Webhook node combined with Apify's internal webhooks functionality to trigger an n8n workflow upon completion or failure of an Apify run.