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
@@ -203,35 +205,11 @@ The Apify integration provides several operations you can use in your Windmill w
203
205
204
206
### Actions (Scripts)
205
207
206
-
#### Run Actor
207
-
208
-
- Starts an Actor with optional input and configuration
209
-
- Can wait for completion or run asynchronously
210
-
- Returns run metadata including dataset ID
211
-
212
-
#### Run Task
213
-
214
-
- Executes a predefined Actor task
215
-
- Similar to Run Actor but uses task configuration
216
-
- Ideal for recurring operations
217
-
218
-
#### Scrape Single URL
219
-
220
-
- Runs a lightweight scraper for a single webpage
221
-
- Returns content as text, markdown, and HTML
222
-
- Perfect for quick content extraction
223
-
224
-
#### Get Dataset Items
225
-
226
-
- Retrieves items from a dataset
227
-
- Can filter by dataset ID or last run
228
-
- Supports pagination and item limits
229
-
230
-
#### Get Key-Value Store
231
-
232
-
- Reads values from key-value stores
233
-
- Can retrieve specific keys or list all keys
234
-
- Useful for configuration and state management
208
+
-**Run Actor**: Starts an Actor with optional input and configuration, with the option to wait for completion or run asynchronously. Returns run metadata including dataset ID.
209
+
-**Run Task**: Executes a predefined Actor task. Similar to Run Actor but uses task configuration, making this ideal for recurring operations.
210
+
-**Scrape Single URL**: Runs a lightweight scraper for a single webpage and returns content as text, markdown, and HTML, making this perfect for quick content extraction.
211
+
-**Get Dataset Items**: Retrieves items from a dataset with options to filter by dataset ID or last run. Supports pagination and item limits.
212
+
-**Get Key-Value Store**: Reads values from key-value stores with the ability to retrieve specific keys or list all keys, making this useful for configuration and state management.
0 commit comments