Browse AI entegrasyonu | Zervanor
← Tüm konnektörler

Browse AI

Aynı zamanda bir ajan aracı
data-analytics

No-code web scraping & change monitoring — run robots, retrieve captured data, manage monitors and bulk runs.

13 eylemler · 6 tetikleyiciler

Browse AI entegrasyonu — 13 aksiyon ve 6 tetikleyici ile Browse AI'ı otomasyonlarına bağla; her aksiyon aynı zamanda bir AI agent aracı. Örnek: Get Status, List Robots, Get Robot, Run Task, List Robot Tasks. 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 6

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

webhook

Task Finished

Fires when any robot task completes (success or failure).

webhook

Task Succeeded

Fires when a robot task completes successfully.

webhook

Task Failed

Fires when a robot task completes with a failure.

webhook

Captured Data Changed

Fires when a monitor detects that captured data changed.

webhook

Table Export Finished

Fires when a table export completes successfully (Beta).

polling

New finished task

Fires when a robot completes a new task. Set status=successful to ignore failures.

Eylemler 13

Zervanor'un Browse AI üzerinde yapabilecekleri.

Robots12

GET

List Robots

List all approved robots in the account (GET /robots).

GET

Get Robot

Retrieve a single robot's details, including its declared input parameters, captured-text field names, and captured-list schema (GET /robots/{robotId}).

POST

Run Task

Execute a single asynchronous data-extraction task on an approved robot (POST /robots/{robotId}/tasks). Returns immediately with the created task in in-progress status; captured data arrives via webhook or by polling get_task/list_tasks.

GET

List Robot Tasks

Retrieve a paginated list of task executions for a robot, with status/date filters (GET /robots/{robotId}/tasks). Polling-trigger source for new finished tasks.

GET

Get Task

Retrieve a single task's status and (on success) its captured data (GET /robots/{robotId}/tasks/{taskId}). Poll until status is terminal.

GET

List Monitors

Retrieve a robot's configured monitors (GET /robots/{robotId}/monitors).

GET

Get Monitor

Retrieve a single monitor by id (GET /robots/{robotId}/monitors/{monitorId}).

POST

Create Monitor

Create a new monitoring schedule on a robot (POST /robots/{robotId}/monitors). Schedule frequency and the robot's input parameters are supplied in the body. This is a stateful recurring, billable schedule — not used as a PH-CTM-01 write test target.

DELETE

Delete Monitor

Delete a robot's monitor (DELETE /robots/{robotId}/monitors/{monitorId}).

POST

Create Webhook

Register a webhook on a robot for a given event (POST /robots/{robotId}/webhooks). No list/delete endpoint is published for v1 (browse-ai-06); manage lifecycle via the dashboard.

POST

Create Bulk Run

Fan out a robot over many input rows in one call (POST /robots/{robotId}/bulk-runs; up to 1,000 per call, 500,000 per bulk run). Billable and irreversible.

GET

Get Bulk Run

Retrieve a bulk run's status and per-status task counts (GET /robots/{robotId}/bulk-runs/{bulkRunId}). Individual tasks: list_tasks with robotBulkRunId filter.

Status1

GET

Get Status

Connectivity / health check — verifies the API key and reports task-queue health (GET /status).

Browse AI kullanan Çözüm Şablonları

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

Sıkça sorulan sorular

Browse AI ile neler otomatikleştirebilirim?

13 aksiyon var — örneğin: Get Status, List Robots, Get Robot, Run Task, List Robot Tasks ve daha fazlası.

Hangi Browse AI olayları bir workflow başlatabilir?

6 tetikleyici — örneğin: Task Finished, Task Succeeded, Task Failed, Captured Data Changed.

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

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

Browse AI entegrasyonu nasıl modellenir?

Browse AI 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.