The API layer for the
entire web.
Most websites don’t have APIs. Wire gives AI agents and automation a direct line in: structured endpoints instead of browser clicks, screenshots, and brittle selectors.
Drop Wire into Claude, Cursor,
or any LLM, with one key.
Wire ships inside the Anakin MCP server. One command and your agent gets a wire_action tool for all 100+ sites. No SDK, no glue code.
The catalog
One API for every site your agent needs.
Amazon, GitHub, Reddit, Shopify, Zillow, and dozens more, each a maintained set of structured actions behind a single key.
The math
Every browser an agent doesn’t open is a small miracle.
Driving a real browser to fetch one structured fact is the most expensive way to retrieve information ever invented. Wire replaces that whole loop with a single call.
One POST. Typed JSON. Done.
The whole interaction is one HTTP call. Pick an action from the catalog, send the params it accepts, get a typed schema back. No scrapers to babysit.
How it works
From catalog to JSON in three calls.
Wire is a thin, opinionated REST layer. There is no SDK lock-in; every action is a documented HTTP endpoint with a schema you can paste into your tool calls.
Find an action.
Search the catalog by site or category. Every action lists its params, return schema, and per-call cost.
Fire one request.
Pick the action, send params. Wire handles auth, proxies, hydration, parsing, retries.
Get structured data.
Same shape every time. Never breaks when the source site redesigns; we patch upstream.
Catalog · 152 sites · 916 actions
Pre-built endpoints for the long tail of the web.
The sites your agents need most, already wrapped, maintained, and rate-limited sanely. Don’t see a site? Submit a request; most ship within days.
Abcam
Abcam (a Danaher brand) — research antibodies, ELISA kits, proteins, peptides, and biochemicals for life sciences research.
Agoda
Online travel platform for hotels, vacation rentals, flights, and tours (Booking Holdings).
Airbnb
Search stays by destination and dates, browse listings, and get full property details with photos, amenities, and pricing.
Al Jazeera
Get latest articles, browse by section, read full articles, search by keyword, and follow journalists. Leading English-language source for Middle East, Africa, and Global South coverage.
AlternativeTo
Search software, get full details, and find crowd-ranked alternatives filtered by platform and license.
Amazon
Search products, get details, reviews, pricing. Add to cart and manage orders with authentication.
AP News
Get latest wire articles, browse by section, read full articles with keywords, search by keyword, follow journalists, and access AP fact-check articles.
Apollo Pharmacy
Search medicines, OTC products, wellness items, and diagnostics from Apollo Pharmacy India.
Arc3 Gases
US industrial supplier of welding equipment, gases, and safety products.
arXiv
Search papers by keywords, author, or category, get full paper metadata, and browse daily new submissions on arXiv.
Back Market Italy
Refurbished electronics marketplace for smartphones, tablets, and laptops.
BBC News
Get top stories, browse by section or world region, read full articles with author and topics, browse topic pages, search by keyword, follow specific journalists, and get sport news.
Request a site
Drop a URL and we’ll build the actions; most ship within days.
API surface
Six endpoints. One key. Done.
Wire is small on purpose: six endpoints cover every interaction. Pick one to see the exact request and the JSON it returns.
/v1/wire/catalogcurl https://api.anakin.io/v1/wire/catalog \ -H -str">"X-API-Key: $ANAKIN_API_KEY"
{
"total_sites": 155,
"total_actions": 920,
"catalog": [
{ "slug": "amazon", "name": "Amazon", "actions": 14 },
{ "slug": "reddit", "name": "Reddit", "actions": 9 }
]
}Auth · Identities
Sign in once. Hand your agent an identity.
Save an account once as a named identity. Your agent passes only the reference; Wire resolves it inside the vault and injects the real session. The secret never crosses the line.
AES-256 encrypted at rest · injected at runtime · never returned by the API
Trust
Built for production agents, audited for the boardroom.
Your data never leaves the call. Credentials live in an audited vault; requests are scoped, logged, and revocable. Anakin is YC-backed and run by a team that’s shipped production scrapers since 2017.
Send your first call in under 60 seconds.
Free forever for 500 credits. No card, no proxies, no scrapers. Just an API key and a catalog of things to do.