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: README.md
+19-52Lines changed: 19 additions & 52 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
# n8n Nodes - Apify integration
2
2
3
-
This is an n8n community node that integrates [Apify](https://apify.com) with your n8n workflows, so you can run Apify Actors, extract structured data from websites, and automate complex web scraping tasks.
3
+
This is an n8n community node that integrates [Apify](https://apify.com)[Website Content Crawler](https://apify.com/apify/website-content-crawler)with your n8n workflows.
4
4
5
-
[Apify](https://apify.com) is a platform for developers to build, deploy, and publish web automation tools, while [n8n](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/reference/license/) tool for AI workflow automation that allows you to connect various services.
5
+
Use this node to run the Website Content Crawler, configure its input, and fetch results directly in your workflows.
6
+
7
+
[Website Content Crawler](https://apify.com/apify/website-content-crawler) is an Apify Actor that can perform a deep crawl of one or more websites and extract text content from the web pages. It is useful to download data from websites such as documentation, knowledge bases, help sites, or blogs.
6
8
7
9
## Table of contents
8
10
@@ -79,7 +81,7 @@ n8n start
79
81
80
82
This configuration is required for our service's trigger functionality to work correctly.
81
83
82
-
By default, when running locally n8n generates webhook URLs using `localhost`, which external services cannot reach. To fix this:
84
+
By default, when running n8n locally, it generates webhook URLs using `localhost`, which external services cannot reach. To fix this:
83
85
84
86
1.**Set your webhook URL**
85
87
In the same shell or Docker environment where n8n runs, export the `WEBHOOK_URL` to a publicly-accessible address. For example:
@@ -94,49 +96,12 @@ In the same shell or Docker environment where n8n runs, export the `WEBHOOK_URL`
94
96
95
97
## Operations
96
98
97
-

98
-
99
-
This node supports a wide range of Apify operations, organized by resource type:
100
-
101
-
### Actors
102
-
-**Run Actor**: Execute an Actor with optional input parameters
0 commit comments