You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sources/platform/integrations/workflows-and-notifications/n8n/website-content-crawler.md
+42-29Lines changed: 42 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,20 +18,10 @@ Before you begin, make sure you have:
18
18
- An [Apify account](https://console.apify.com/)
19
19
- An [n8n instance](https://docs.n8n.io/getting-started/) (self‑hosted or cloud)
20
20
21
-
## Install the Website Content Crawler by Apify Node (self-hosted)
21
+
## n8n Cloud setup
22
+
This section explains how to install and connect the Apify node when using n8n Cloud.
22
23
23
-
If you're running a self-hosted n8n instance, you can install the Apify community node directly from the editor. This process adds the node to your available tools, enabling Apify operations in workflows.
24
-
25
-
1. Open your n8n instance.
26
-
1. Go to **Settings > Community Nodes**.
27
-
1. Select **Install**.
28
-
1. Enter the npm package name: `@apify/n8n-nodes-apify-content-crawler` (for latest version). To install a specific [version](https://www.npmjs.com/package/@apify/n8n-nodes-apify-content-crawler?activeTab=versions) enter e.g `@apify/[email protected]`.
29
-
1. Agree to the [risks](https://docs.n8n.io/integrations/community-nodes/risks/) of using community nodes and select **Install**.
30
-
1. You can now use the node in your workflows.
31
-
32
-

33
-
34
-
## Install the Website Content Crawler by Apify Node (n8n Cloud)
24
+
### Install
35
25
36
26
For n8n Cloud users, installation is even simpler and doesn't require manual package entry. Just search and add the node from the canvas.
37
27
@@ -47,7 +37,45 @@ On n8n Cloud, instance owners can toggle visibility of verified community nodes
47
37
48
38
:::
49
39
50
-
## Connect Website Content Crawler by Apify (self-hosted)
40
+
### Connect
41
+
42
+
1. In n8n Cloud, select **Create Credential**.
43
+
1. Search for Apify OAuth2 API and select **Continue**.
44
+
1. Select **Connect my account** and authorize with your Apify account.
45
+
1. n8n automatically retrieves and stores the OAuth2 tokens.
46
+
47
+

48
+
49
+
:::note Cloud API Key management
50
+
51
+
On n8n Cloud, you can use the API key method if you prefer to manage your credentials manually.
52
+
See the [**Connect** section for n8n self-hosted](#connect-self-hosted) for detailed API configuration instructions.
53
+
54
+
:::
55
+
56
+
With authentication set up, you can now create workflows that incorporate the Apify node.
57
+
58
+
59
+
60
+
## n8n self-hosted setup
61
+
This section explains how to install and connect the Apify node when running your own n8n instance.
62
+
63
+
### Install
64
+
65
+
If you're running a self-hosted n8n instance, you can install the Apify community node directly from the editor. This process adds the node to your available tools, enabling Apify operations in workflows.
66
+
67
+
1. Open your n8n instance.
68
+
1. Go to **Settings > Community Nodes**.
69
+
1. Select **Install**.
70
+
1. Enter the npm package name: `@apify/n8n-nodes-apify-content-crawler` (for latest version). To install a specific [version](https://www.npmjs.com/package/@apify/n8n-nodes-apify-content-crawler?activeTab=versions) enter e.g `@apify/[email protected]`.
71
+
1. Agree to the [risks](https://docs.n8n.io/integrations/community-nodes/risks/) of using community nodes and select **Install**.
72
+
1. You can now use the node in your workflows.
73
+
74
+

75
+
76
+
<aid="connect-self-hosted"></a>
77
+
78
+
### Connect
51
79
52
80
1. Create an account at [Apify](https://console.apify.com/). You can sign up using your email, Gmail, or GitHub account.
53
81
@@ -67,22 +95,7 @@ On n8n Cloud, instance owners can toggle visibility of verified community nodes
67
95
68
96

69
97
70
-
### OAuth2 (cloud instance only)
71
98
72
-
1. In n8n Cloud, select **Create Credential**.
73
-
1. Search for Apify OAuth2 API and select **Continue**.
74
-
1. Select **Connect my account** and authorize with your Apify account.
75
-
1. n8n automatically retrieves and stores the OAuth2 tokens.
76
-
77
-

78
-
79
-
:::note
80
-
81
-
On 8n Cloud, use the API key method if you prefer manual control over credentials.
82
-
83
-
:::
84
-
85
-
With authentication set up, you can now create workflows that incorporate the Apify node.
0 commit comments