# OpenTraid > OpenTraid is real-time commerce infrastructure for AI agents: a drop-in commerce skill for OpenClaw plus a REST API that lets any AI agent search 4,000+ curated DTC shops (~800,000 products) in natural language, with live prices, stock levels, and pre-purchase offer verification. It covers everything Amazon doesn't carry — DTC brands, EU boutiques, sustainable and independent makers. OpenTraid is in waitlist-only early access. Joining the waitlist at https://opentraid.com/ gets you an API key and the OpenClaw SKILL.md file when a slot opens. Key facts: - Product type: commerce API + OpenClaw agent skill (a single SKILL.md file) - Catalog: 4,000+ curated DTC shops, ~800,000 products; no electronics by design - Verticals: fashion & apparel, cosmetics & beauty, home & design, food & specialty, sports & outdoor - Markets: US, Germany, Netherlands, UK — multi-currency, normalized into one query - Core endpoints: POST /v1/search (natural-language product search), POST /v1/verify (real-time price + stock check before purchase), POST /v1/alerts (price-drop alerts with webhook callbacks) - Every result carries a freshness score; median search response ~142 ms - Install for OpenClaw: `openclaw install opentraid` — one file, about 30 seconds - Pricing (USD): Claw — Free (1,000 searches/month, 100 verifications, 5 alerts); Pro — $49/month (25,000 searches, 5,000 verifications, 100 alerts, webhooks, price history); Platform — $299/month (unlimited usage, SLA, bulk query API) - Built in Berlin, Germany ## Pages - [Home](https://opentraid.com/): product overview, live chat demo, how it works, API examples, pricing, waitlist signup - [Terms of Service](https://opentraid.com/terms): terms governing use of the site and service - [Privacy Policy](https://opentraid.com/privacy): what data is collected and how it is handled - [Legal Notice](https://opentraid.com/legal): operator and imprint information ## How agents use it - An OpenClaw user says "find me an organic cotton pullover with at least 30% off that ships to the US"; the skill calls POST /v1/search and returns structured, verified offers with images and purchase links. - Before checkout, agents call POST /v1/verify to live-check price and stock at the source shop, so no stale offers reach the user. - "Watch this jacket and tell me when it drops below $80" creates a price alert; a webhook fires when the condition matches.