Skip to content

Commit d525846

Browse files
committed
feat: doc re-ordering
1 parent 8c9f2f0 commit d525846

File tree

1 file changed

+42
-29
lines changed

1 file changed

+42
-29
lines changed

sources/platform/integrations/workflows-and-notifications/n8n/website-content-crawler.md

Lines changed: 42 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,10 @@ Before you begin, make sure you have:
1818
- An [Apify account](https://console.apify.com/)
1919
- An [n8n instance](https://docs.n8n.io/getting-started/) (self‑hosted or cloud)
2020

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.
2223

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-
![Apify Install Node](images/install.png)
33-
34-
## Install the Website Content Crawler by Apify Node (n8n Cloud)
24+
### Install
3525

3626
For n8n Cloud users, installation is even simpler and doesn't require manual package entry. Just search and add the node from the canvas.
3727

@@ -47,7 +37,45 @@ On n8n Cloud, instance owners can toggle visibility of verified community nodes
4737

4838
:::
4939

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+
![Apify Auth](images/credentials.png)
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+
![Apify Install Node](images/install.png)
75+
76+
<a id="connect-self-hosted"></a>
77+
78+
### Connect
5179

5280
1. Create an account at [Apify](https://console.apify.com/). You can sign up using your email, Gmail, or GitHub account.
5381

@@ -67,22 +95,7 @@ On n8n Cloud, instance owners can toggle visibility of verified community nodes
6795

6896
![Apify token on n8n](images/token.png)
6997

70-
### OAuth2 (cloud instance only)
7198

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-
![Apify Auth](images/credentials.png)
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.
8699

87100
## Website Content Crawler by Apify module
88101

0 commit comments

Comments
 (0)