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.
Batch Crawl
spider:batch_crawl
Crawl multiple URLs in a single batch request.
Write
Medium risk
Cancel Crawl
spider:cancel_crawl
Cancel a running crawl job.
Write
High risk
Crawl Url
spider:crawl_url
Crawl a URL and extract its content in the specified format.
Write
Medium risk
Extract Links
spider:extract_links
Extract all links from a webpage.
Write
Medium risk
Get Account Usage
spider:get_account_usage
Get account usage statistics and limits.
Read
Low risk
Get Crawl Results
spider:get_crawl_results
Get the results of a completed crawl job.
Read
Low risk
Get Crawl Status
spider:get_crawl_status
Get the status of a crawl job by its ID.
Read
Low risk
List Crawls
spider:list_crawls
List all crawl jobs with optional filtering and pagination.
Read
Low risk
Scrape Url
spider:scrape_url
Scrape a single URL and extract its content.
Write
Medium risk