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

  1. Submit a task — call POST /v1/holocron/task with an action_id and your parameters
  2. Poll for results — use the returned job_id to check status and retrieve data

Browse available actions from the Holocron dashboard.

Endpoints

POST/v1/holocron/task

Execute 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