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 · 870 sites · 4784 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.
Own one of these sites? Claim it@properties
US home listings - homes for sale by city, property details, photos, and agents.
1-800-Flowers
1-800-Flowers - flowers and gifts, occasions, pricing, variants, and reviews.
101 Cookbooks
Whole-foods recipe blog - recipe categories, full recipes with ingredients, and article roundups.
130point
Trading card price tracker - recent and sold listings with full price history.
17Lands
Magic: The Gathering draft analytics - card win rates, archetypes, filters, and leaderboards.
1A Auto
Auto parts by vehicle - part details, fitment, install videos, and reviews.
1stDibs
Search luxury and antiques, browse categories (furniture, jewelry, art, fashion), view item details, and browse USA dealer listings.
247Sports
Browse recruiting rankings, read team news, view player profiles, and search prospects from USA.
2dehands (Belgium)
Belgian second-hand classifieds - listings, item details, sellers, and categories.
4dayweek
Four-day-week job board - category browsing, search, and full job details.
7Timer
7Timer - numerical weather, astronomy, cloud-cover, and meteogram forecasts worldwide.
7x7
Bay Area news site - local events, article listings, and city guides.
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.