API Reference
The Extralt REST API is available at api.extralt.com for users with an active subscription. All requests require an API key passed as a Bearer token: Authorization: Bearer <key>.
For the full reference with request/response schemas and examples, visit api.extralt.com/docs.
Getting Started
- Create an account and subscribe to a plan
- Generate an API key from your dashboard
- Start making requests to
https://api.extralt.com
Endpoints
Extract
Base path: /v0/extract
Robot Builds
Build jobs that generate robots. Track status from pending through building to completed or failed.
/robot-buildsList all robot builds/robot-buildsCreate a robot build/robot-builds/{id}Read a robot build/robot-builds/{id}Delete a robot build/robot-builds/{id}/stopStop a robot buildRobots
AI-generated crawlers compiled to Rust. Each robot targets a specific host and country.
/robotsList all robots/robots/{id}Rename a robot/robots/{id}Delete a robotRuns
Execution instances of a robot. Each run crawls URLs, extracts data, and tracks progress.
/runsList all runs/runsCreate a run/runs/{id}Read a run/runs/{id}/restartRestart a run/runs/{id}/stopStop a runCaptures
Extracted data records from completed runs.
/capturesList captures for a run/captures/countCount captures for a run/captures/exportExport captures as Parquet or JSONL/captures/queryRun a SQL query over capturesSchedules
Recurring extraction automation. Link a robot to a cadence and Extralt creates runs automatically.
/schedulesList all schedules/schedulesCreate a schedule/schedules/{id}Read a schedule/schedules/{id}Update a schedule/schedules/{id}Delete a schedule/schedules/{id}/pausePause a schedule/schedules/{id}/resumeResume a scheduleEnrich
Base path: /v0/enrich
Enrichments
Enrichment jobs that translate captures to English, classify them with a taxonomy, and extract attributes and signals into structured items.
/enrichmentsList all enrichments/enrichmentsCreate an enrichment/enrichments/{id}Read an enrichment/enrichments/{id}/stopStop an enrichmentItems
Enriched item rows produced by an enrichment, with transformed offers embedded.
/itemsList items produced by an enrichment/items/{item_id}Read an item with its embedded offers