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.
Cancel Scrape Job
scrapegraphai:cancel_scrape_job
Cancel a pending or processing scraping job.
Write
High risk
Create Bulk Scrape
scrapegraphai:create_bulk_scrape
Create a bulk scraping job to process multiple URLs with the same extraction prompt.
Write
Medium risk
Create Scrape Job
scrapegraphai:create_scrape_job
Create a new web scraping job with AI-powered data extraction.
Write
Medium risk
Create Template
scrapegraphai:create_template
Create a reusable scraping template with predefined extraction settings.
Write
Medium risk
Get Account Usage
scrapegraphai:get_account_usage
Get account usage statistics including tokens used, costs, and job counts.
Read
Low risk
Get Bulk Scrape
scrapegraphai:get_bulk_scrape
Get the status and results of a bulk scraping job by ID.
Read
Low risk
Get Scrape Job
scrapegraphai:get_scrape_job
Get the status and results of a scraping job by ID.
Read
Low risk
List Scrape Jobs
scrapegraphai:list_scrape_jobs
List scraping jobs with optional filtering and pagination.
Read
Low risk
List Templates
scrapegraphai:list_templates
List all scraping templates with optional search and pagination.
Read
Low risk
Scrape With Template
scrapegraphai:scrape_with_template
Create a scraping job using a predefined template.
Write
Medium risk