Holocron
Pre-built API actions for popular websites — scrape, browse, and extract structured data
Run pre-built automation actions across hundreds of popular websites. Each action handles browser rendering, authentication, and structured data extraction. Jobs are processed asynchronously — submit a task and poll for results.
How It Works
- Submit a task — call
POST /v1/holocron/taskwith anaction_idand your parameters - Poll for results — use the returned
job_idto check status and retrieve data
Browse available actions from the Holocron dashboard.
Endpoints
POST
/v1/holocron/taskExecute Task — run a pre-built action and get a job ID
GET
/v1/holocron/jobs/{id}Get Job Status — poll for status and retrieve results