Enterprise

Build at scale with the UCP directory

Teams building AI shopping agents, commerce infrastructure, or UCP tooling need reliable, high-volume access to directory data. Enterprise gives you that.

Contact salesCustom pricing based on scope and usage

Commerce platforms

Add UCP merchant discovery to your platform. Pull live endpoints, verify compliance, and surface UCP-ready merchants to your customers.

Enterprise retailers

Get real-time visibility into the UCP ecosystem. Track which platforms and payment handlers support UCP so your team can prioritize integrations.

Agent developers

Power your shopping agent with structured UCP data. 100k API calls/day, capability flags, agent-ready scores, and real-time endpoint verification.

What you get

  • 100,000 API requests per day
  • White-label directory embed (private beta)
  • Dedicated Slack or email support
  • Custom data exports (CSV, JSON)
  • Priority listing placement
  • Early access to new API endpoints
  • SLA: 99.9% uptime guarantee

Custom pricing

Talk to us about your data volume, support, and deployment needs.

  • 100k API req/day
  • White-label embed
  • Dedicated support
  • Custom exports
Contact sales to get started

REST API

All directory data is available via the v2 API. Authenticate with an API key. Rate limits scale with your plan.

// REST API — list UCP-live merchants
const res = await fetch(
  'https://ucplist.ai/api/v2/listings?category=merchants&ucpStatus=live&limit=100'
);
const { listings, total, offset, limit } = await res.json();
// listings: array of listing objects
// total: total matches before pagination

Key endpoints

  • GET /api/v2/listings
  • GET /api/v2/listings/:slug
  • GET /api/v2/listings?category=merchants&ucpStatus=live
  • GET /api/v2/listings?q=shopify&limit=20&offset=0

Typed SDK

No UCPList SDK package is published today. Use the REST API above; a typed SDK is being evaluated for a future release.

White-label embed (private beta)

Provision a directory embed for your own product with scoped access and supported filters. See embed docs.

<!-- White-label embed is currently in private beta.
Contact support@ucplist.ai for a provisioned URL and access key. -->

Talk to us

Tell us what you are building. We will figure out the right setup together.