Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Get Dataset Items
apify_oauth:get_dataset_items
Returns data stored in a dataset
Read
Low risk
Get Key-Value Store Record
apify_oauth:get_kvs_record
Gets a record from a key-value store
Read
Low risk
Run Actor
apify_oauth:run_actor
Performs an execution of a selected Actor in Apify
Write
Medium risk
Run Task
apify_oauth:run_task
Run a specific task and optionally wait for its termination. Not for use with Pipedream Connect
Write
Medium risk
Run Task Synchronously
apify_oauth:run_task_synchronously
Run a specific task and return its dataset items
Write
Medium risk
Scrape Single URL
apify_oauth:scrape_single_url
Executes a scraper on a specific website and returns its content as HTML. This action is perfect for extracting content from a single page
Write
Medium risk
Set Key-Value Store Record
apify_oauth:set_key_value_store_record
Create or update a record in an Apify Key-Value Store. Supports strings, numbers, booleans, null, arrays, and objects. Automatically infers content type (JSON vs. plain text).
Write
Medium risk