# Social Media API Pricing, $10/mo Flat

import { Head } from "zudoku/components";

<Head>
  <script type="application/ld+json">
    {JSON.stringify({
      "@context": "https://schema.org",
      "@type": "SoftwareApplication",
      name: "OmniSocials",
      applicationCategory: "BusinessApplication",
      operatingSystem: "Web, iOS, Android",
      description:
        "Social media management platform and API to schedule and publish posts to 12 social channels. The full REST API, SDKs in 8 languages, CLI, MCP server, and webhooks are included in every plan with no feature gating.",
      url: "https://docs.omnisocials.com/pricing",
      offers: [
        {
          "@type": "Offer",
          price: "10.00",
          priceCurrency: "USD",
          name: "Pro — billed yearly",
          description:
            "Per workspace per month, billed annually ($120/year).",
          url: "https://www.omnisocials.com/pricing",
        },
        {
          "@type": "Offer",
          price: "12.00",
          priceCurrency: "USD",
          name: "Pro — billed monthly",
          description: "Per workspace per month.",
          url: "https://www.omnisocials.com/pricing",
        },
      ],
      publisher: {
        "@type": "Organization",
        name: "OmniSocials",
        url: "https://omnisocials.com",
      },
    })}
  </script>
</Head>

OmniSocials has one plan with everything in it. No feature gates, no "API access
starts at Enterprise": the full platform, including this entire API, is part of
every subscription.

## The Pro plan

| | Monthly | Yearly |
|---|---------|--------|
| Per workspace | $12/month | $10/month (billed $120/year) |

A workspace is one set of connected social accounts, typically one brand or one
client. Agencies add a workspace per client and adjust the count at any time from
the billing settings.

## What's included

Every workspace includes all of it:

- All 11 platforms: Instagram, Facebook, LinkedIn (profile + company page), YouTube, TikTok, X, Pinterest, Bluesky, Threads, Mastodon, Google Business
- Scheduling, stories, reels, carousels, cross-posting, and approval workflows
- Analytics (post, account, and workspace level)
- Social Inbox for Instagram, Facebook, and LinkedIn company pages
- The full [REST API](/api), [SDKs in 8 languages](/sdks), the [CLI](/cli), the [MCP server](/mcp-server), and [webhooks](/webhooks)
- API rate limit of 100 requests per minute per key

## Team members

The workspace owner is included. Each additional team member is a seat:

| | Monthly | Yearly |
|---|---------|--------|
| Per member | $12/month | $120/year |

Members can be scoped to specific workspaces with role-based permissions, and
client roles let customers review and approve content without a paid seat's
full access.

## Free trial

Every new account starts with a 14-day free trial of the full product, no feature
limits. Manage or upgrade any time under **Settings -> Organisation -> Billing**
in the app.

For current promotions, see [omnisocials.com/pricing](https://www.omnisocials.com/pricing).
Questions? [support@omnisocials.com](mailto:support@omnisocials.com) or see
[Billing](/billing).
