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
Available NowBase path: /v1/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}/downloadDownload run results/runs/{id}/restartRestart a run/runs/{id}/stopStop a runCaptures
Extracted data records from completed runs.
/captures/{id}Read a captureEnrich
Coming SoonNormalize extracted data to English, classify with industry-standard taxonomies, and generate embeddings for matching.
Extend
Coming SoonBuild relationships across products: alternate listings, alternative products, and complements.
Explore
Coming SoonQuery single products, traverse relationships, or run market-wide aggregations and analytics.