Actions
| Name | Description |
|---|---|
run_actorStart an actor run with optional input and configuration | Start an actor run with optional input and configuration |
get_datasetRetrieve items from a dataset | Retrieve items from a dataset |
list_actorsList your actors | List your actors |
get_runGet details of a specific actor run | Get details of a specific actor run |
list_runsList runs for a specific actor | List runs for a specific actor |
custom_api_callMake a custom API call to the Apify API | Make a custom API call to the Apify API |
Triggers
| Name | Description |
|---|---|
run_completedTriggers when an actor run completes successfully | Triggers when an actor run completes successfully |
run_failedTriggers when an actor run fails | Triggers when an actor run fails |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'apify',
actionName: 'run_actor',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Apify to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Apify support?
Apify supports 6 actions including Run Actor, Get Dataset Items, List Actors, Get Run, List Runs, and more.
Can I use Apify with AI agents?
Yes. Add Apify to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Apify use?
Apify uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Apify integration cost?
The Apify integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Apify support?
Apify supports 2 triggers including Run Completed, Run Failed.
Connect Apify in 2 minutes
Get 1,000 free actions every month. No credit card required.