Early access· We're onboarding the first shopping-agent platforms.
paraxor.

Agents are commerce's new user.

Your shopping agent understands any store on the first try.

Paraxor gives your agent the map of any storefront — products, cart, checkout — ready to call. No captchas, no broken scrapers, no per-store glue. Same cart_add works on Shopify, WooCommerce, Magento, or a custom build.

Resolvebrowse + lookup actions
GET /v1/resolve?url=acmehealth.com200 OK · 38ms
{
  "site": "acmehealth.com",
  "platform": {
    "id": "shopify",
    "confidence": 0.97
  },
  "actions": {
    "catalog_query": {
      "method": "GET",
      "endpoint": "https://acmehealth.com/products.json",
      "merchant_label": "Storefront product list",
      "side_effects": "reads",
      "human_in_loop": "no"
    },
    "product_detail": {
      "method": "GET",
      "endpoint": "https://acmehealth.com/products/{handle}.js",
      "merchant_label": "Product JSON",
      "side_effects": "reads",
      "human_in_loop": "no"
    },
    "inventory_check": {
      "method": "GET",
      "endpoint": "https://acmehealth.com/products/{handle}/variants.json",
      "merchant_label": "Variant stock",
      "side_effects": "reads",
      "human_in_loop": "no"
    },
    "pricing_query": {
      "method": "GET",
      "endpoint": "https://acmehealth.com/products.json?fields=variants.price",
      "merchant_label": "Variant pricing",
      "side_effects": "reads",
      "human_in_loop": "no"
    }
  }
}

Built for the shopping agents reshaping commerce

ChatGPT
Claude
Perplexity Shop
Gemini
Operator

How Paraxor works

From URL to callable actions in one request.

Scraping breaks. Headless browsers get blocked. Per-store integrations don't scale. Paraxor reads any storefront once, classifies what's on it, and exposes the actions through one consistent API your agent already knows how to call.

01 · Resolve

Your agent points us at a URL

One request with the storefront URL. We hand back the site already understood — products, cart, checkout, refunds — with no scraping, no headless browser, no captcha to solve.

02 · Map

Every store, one taxonomy

Shopify, WooCommerce, Magento, BigCommerce, custom builds. Every action gets the same canonical name — so an agent that knows cart_add works against any merchant we cover.

03 · Call

Agent calls actions directly

Cacheable on edge, refreshed automatically when a store changes. Your agent spends compute on the user, not on figuring out what each store calls its 'add to cart'.

What your agent gets back

One request.
One taxonomy.

GET /v1/resolve?url=… returns the detected platform and the full manifest of agent-callable actions — each tagged with a canonical name your agent already knows. No HTML parsing, no captcha walls, no per-store glue.

  • morphic_tag — same name across every store
  • platform — auto-detected with confidence
  • endpoint — ready to call, no scraping
  • human_in_loop — per-action policy hint
api.paraxor.platform/v1/resolve
# GET /v1/resolve?url=acmehealth.com

{
  "site": "acmehealth.com",
  "platform": { "id": "shopify", "confidence": 0.97 },
  "actions": {
    "catalog_query": {
      "method": "GET",
      "endpoint": "https://acmehealth.com/products.json",
      "side_effects": "reads",
      "human_in_loop": "no"
    },
    "cart_add": { "method": "POST", "endpoint": ".../cart/add.js", /* … */ },
    "checkout_initiate": { …, "human_in_loop": "recommended" },
    "refund_request": { …, "human_in_loop": "required" }
  }
}

Coverage

Stores your agent can read today.

We map every major ecommerce stack so your agent doesn't have to. Start with our coverage, expand on request.

Shopify

Catalogs, variants, prices, and checkout endpoints — covered out of the box.

Live

WooCommerce

REST + REST proxy. Same schema, same automatic refresh cycle.

Live

Magento

Adobe Commerce supported via API. Most stores live within minutes.

Beta

BigCommerce

Native coverage rolling out next. Manual mapping available now.

Coming soon

Headless / custom

Built your own stack? Tell us the URL, we map it to the same schema.

On request

Pricing

Free while we're in early access.

We're onboarding the first batch of agent platforms by hand. No plan to pick today — usage-based pricing comes later, with a fair window before anything changes for design partners.

Early access

Now
$0

while we onboard the first agent platforms

Get an API key
  • Unmetered access during early access
  • All covered platforms (Shopify, Woo, Magento)
  • Custom store mapping on request
  • Direct line to founders for setup
  • First look at new endpoints + features

FAQ

Questions, answered.

Teams building shopping agents. ChatGPT-style commerce, Perplexity Shop-style discovery, Claude with browse, custom buying assistants — anything that needs to read or transact on real ecommerce on behalf of a user.

Building a shopping agent? Skip the scraping.

We're onboarding the first batch of agent platforms by hand. Tell us what you're building and we'll have you reading real stores within a day.