Skip to content

Commit 2cc4eec

Browse files
authored
fix: update readme screenshots (#72)
* fix: update readme screenshots * fix: README.md added missing actions * fix: Add info about AI tooling
1 parent dd995a7 commit 2cc4eec

File tree

6 files changed

+7
-0
lines changed

6 files changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ This node supports a wide range of Apify operations, organized by resource type:
130130
- **Custom input**: Provide JSON object to override any or all default parameters.
131131
- Configurable timeout and memory limits
132132
- Build version selection
133+
- **Run Actor and get dataset items**: Execute an Actor, waits for it to finish, and finally returns the dataset items
133134
- **Scrape Single URL**: Quick scraping of a single URL
134135
- **Get Last Run**: Retrieve information about the most recent Actor run
135136

@@ -140,6 +141,7 @@ This node supports a wide range of Apify operations, organized by resource type:
140141
- Supports custom input JSON
141142
- Configurable timeout
142143
- Task-specific settings
144+
- **Run task and get dataset items**: Execute a task, wait for it to finish, and return the dataset items
143145

144146
### Actor runs
145147
- **Get User Runs List**: List all runs for a user
@@ -164,6 +166,11 @@ This node supports a wide range of Apify operations, organized by resource type:
164166

165167
![triggers](./docs/trigger.png)
166168

169+
### AI Tools
170+
171+
All Apify node operations can be combined with n8n's AI tools to create powerful workflows.
172+
For example, you can scrape data from a website using an Actor and then use an AI model to analyze or summarize the extracted information.
173+
167174
## Credentials
168175

169176
The node supports two authentication methods:

docs/actions.png

94.5 KB
Loading

docs/auth.png

-7.55 KB
Loading

docs/run-actor.png

41.8 KB
Loading

docs/trigger.png

24.5 KB
Loading

docs/workflow.png

-43.1 KB
Loading

0 commit comments

Comments
 (0)