Wire by Anakin
Wire turns any website into managed APIs. Pre-built API actions for hundreds of popular websites: scrape, browse, extract structured data, and run automation tasks. Each action handles browser rendering, authentication, and structured data extraction. Jobs are processed asynchronously: submit a task and poll for results.Pick an API from our catalog, or request one and we'll build it for you.…
Wire by Anakin endpoints
| Method | Endpoint | Description |
|---|---|---|
| Catalog Discovery | ||
| GET |
searchActions /v1/holocron/search |
Find Wire actions across every catalog in a single request. Useful when you know what you want to do (e.g. "search listings", "fetch profile") but don't yet know which catalog or… |
| GET |
listCatalogs /v1/holocron/catalog |
Returns every website in the catalog that has at least one visible action. Use this to discover what's available before drilling into a specific catalog with GET… |
| GET |
getCatalog /v1/holocron/catalog/{slug} |
Returns the catalog entry for a single website plus every visible action it exposes. This is the canonical way to discover an action's action_id, parameter schema, mode… |
| Task Execution | ||
| GET |
getWireJob /v1/holocron/jobs/{id} |
Retrieve the status and results of a Wire task. Poll this endpoint until the job reaches `completed` or `failed`. Recommended polling cadence: every 2-3 seconds for most actions. |
| POST |
executeTask /v1/holocron/task |
Submit a task to execute a pre-built Wire action. Credits are deducted immediately at submission and refunded automatically if the job fails. Poll for results using GET… |
| Identities | ||
| GET |
listIdentities /v1/holocron/identities |
Returns the authenticated user's identities and their attached credentials. Use a returned credentials[].id as the credential_id when submitting authenticated tasks via POST… |
| GET |
getIdentity /v1/holocron/identities/{id} |
|
Wire by Anakin pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|