Apify entegrasyonu | Zervanor
← Tüm konnektörler

Apify

Aynı zamanda bir ajan aracı
developer

Apify provider pack for actor automation, run tracking, dataset retrieval, and actor run webhooks.

19 eylemler · 4 tetikleyiciler

Apify entegrasyonu — 19 aksiyon ve 4 tetikleyici ile Apify'ı otomasyonlarına bağla; her aksiyon aynı zamanda bir AI agent aracı. Örnek: List Actors, Run Actor, Run Actor (Sync, Get Dataset Items), Get Run, Abort Run. Boş bir tuvalde uğraşmadan — bağla ve workflow'larında kullan.

Aşağıdaki her eylem, bir AI ajanının da çağırabileceği bir araçtır — aynı pack hem iş akışlarınızı hem ajanlarınızı çalıştırır.

Tetikleyiciler 4

Apify üzerinde bir iş akışını başlatabilen olaylar.

webhook

Actor Run Succeeded

Trigger when an Apify actor run succeeds.

webhook

Actor Run Failed

Trigger when an Apify actor run fails.

webhook

Actor Run Timed Out

Trigger when an Apify actor run times out.

webhook

Actor Run Aborted

Trigger when an Apify actor run is aborted.

Eylemler 19

Zervanor'un Apify üzerinde yapabilecekleri.

GET

List Actors

List actors available to the authenticated Apify account (GET /v2/acts). Offset/limit pagination.

POST

Run Actor

Start an Apify actor run (async) with optional input payload and run options (POST /v2/acts/{actorId}/runs).

POST

Run Actor (Sync, Get Dataset Items)

Run an actor synchronously, wait for it to finish, and return its default dataset items (POST /v2/acts/{actorId}/run-sync-get-dataset-items).

GET

Get Run

Fetch a specific Apify actor run by run ID, including status, timing, and storage references (GET /v2/actor-runs/{runId}).

POST

Abort Run

Abort a running actor run (POST /v2/actor-runs/{runId}/abort).

POST

Resurrect Run

Resurrect a finished actor run, resuming it from where it stopped (POST /v2/actor-runs/{runId}/resurrect).

GET

Get Run Log

Get the raw log of an actor run (GET /v2/actor-runs/{runId}/log).

GET

List Tasks

List actor tasks owned by the account (GET /v2/actor-tasks). Offset/limit pagination.

POST

Run Task

Run an actor task (async) using its saved input, with optional input overrides (POST /v2/actor-tasks/{taskId}/runs).

GET

Get Dataset Items

Read items from an Apify dataset generated by an actor run (GET /v2/datasets/{datasetId}/items). Offset/limit pagination.

GET

List Key-Value Store Keys

List the record keys in a key-value store (GET /v2/key-value-stores/{storeId}/keys). Uses exclusive-start-key pagination.

GET

Get Key-Value Store Record

Read a single record value from a key-value store (GET /v2/key-value-stores/{storeId}/records/{key}).

GET

List Webhooks

List webhooks owned by the account (GET /v2/webhooks). Offset/limit pagination.

POST

Create Webhook

Create a webhook that fires on actor run/build lifecycle events (POST /v2/webhooks). Provide eventTypes, condition, and requestUrl in the body.

GET

Get Build Log

Get the raw log of an actor build (GET /v2/actor-builds/{buildId}/log).

GET

Get Current User

Get the authenticated user's private profile (GET /v2/users/me).

GET

Get Account Limits

Get the account's resource limits (GET /v2/users/me/limits).

GET

List Schedules

List schedules owned by the account (read-only) (GET /v2/schedules). Offset/limit pagination.

GET

Get Schedule

Get a schedule detail by ID (read-only) (GET /v2/schedules/{scheduleId}).

Apify kullanan Çözüm Şablonları

Apify ile kendi otomasyonunu görsel tasarımcıda kur.

Sıkça sorulan sorular

Apify ile neler otomatikleştirebilirim?

19 aksiyon var — örneğin: List Actors, Run Actor, Run Actor (Sync, Get Dataset Items), Get Run, Abort Run ve daha fazlası.

Hangi Apify olayları bir workflow başlatabilir?

4 tetikleyici — örneğin: Actor Run Succeeded, Actor Run Failed, Actor Run Timed Out, Actor Run Aborted.

Apify bir AI agent aracı olarak kullanılabilir mi?

Evet. Apify'ın her aksiyonu otomatik olarak bir AI agent aracına dönüşür — aynı pack hem workflow'larını hem agent'larını besler.

Apify entegrasyonu nasıl modellenir?

Apify sürümlü bir connector pack olarak modellenir; muhakeme gerektiren adımlar workflow'larla aynı runtime'da barınan first-party agent'lara düşer.