eavz
Apify

Apify

Web scraping and browser automation platform

6 actions
2 triggers

Actions

Name
run_actor

Start an actor run with optional input and configuration

get_dataset

Retrieve items from a dataset

list_actors

List your actors

get_run

Get details of a specific actor run

list_runs

List runs for a specific actor

custom_api_call

Make a custom API call to the Apify API

Triggers

Name
run_completed

Triggers when an actor run completes successfully

run_failed

Triggers when an actor run fails

Quick Start

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