Status & Changelog
All systems operational
- REST API (/api/v1) Operational
- MCP server (/mcp) Operational
- Data warehouse (A-tier) Operational
- Live Etsy tier (B) Operational
- AI tier (C · Workers AI) Operational
Data & freshness
A-tier data refreshed: 2026-06-08- · Source — derived from Etsy's public Open API. We aggregate listings + shops; we do not resell raw Etsy rows.
- · Verify it yourself — every A-tier API response includes a dataAsOf field, so you can confirm the refresh date programmatically.
- · A-tier (data) — niche aggregates & Blue Ocean scores recomputed on a weekly cadence.
- · B-tier (live) — fetched from Etsy in real time at call time.
- · Coverage — all categories (digital, physical, handmade, POD, vintage); 45K+ listings, 1,400+ shops at full import.
Reliability & support
- · Infrastructure — runs on Cloudflare's global edge (Workers + D1). No cold starts; serves from the nearest region.
- · Honest status — this is an early-stage service. No formal SLA on Free/Starter yet; a custom SLA + uptime commitment is available on Scale. We'd rather under-promise here than fake a number.
- · Building on it for production? Get in touch before you ship — we'll prioritize your integration and flag any breaking changes ahead of time.
Changelog
0.2.02026-06-08
- All 17 tools live — B-tier (live Etsy: keyword lookup, rank check, listing audit, shop analyzer) and C-tier (Workers AI: listing optimizer, niche validator, product spec, review insights, reply writer, shop dashboard).
- Real all-category niche data imported (1,900+ niches, 1,400+ shops).
- Same backend behind REST + MCP — every tool callable from both doors.
0.1.02026-06-08
- Initial public release: REST + MCP over one backend.
- A-tier data tools (niche score, report, blue-ocean, keywords, best-sellers, top-shops, profit-calc).
- Stateless HMAC API keys, free tier (100 calls/day), credit metering.
- Docs, Tools catalog, Playground, Pricing, Dashboard.
Nextplanned
- Full warehouse import (45K+ listings → broader niche coverage) + weekly refresh cron.
- Official TypeScript + Python SDKs.
- Google OAuth login + Creem billing; x402 pay-per-call for autonomous agents.
- Public deploy to a workers.dev subdomain.